| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns="http://www.w3.org/2001/XMLSchema"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:p5_tr_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/procesy5_translate_map.xsd"
- xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
- xmlns:system_cache__resources_tree_generate_xsl_required_occurs_raport="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/resources_tree_generate_xsl_require_occurs_raport"
- xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
- xmlns:p5opr="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/object_parent_relations/object_parent_relations.xsd"
- xmlns:p5_simpleSchema_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/p5_simpleSchema_map.xsd"
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
- targetNamespace="http://www.w3.org/XML/1998/namespace"
- vc:minVersion="1.1"><!--#147 when @targetNamespace and prefix probably exists!-->
- <xs:annotation>
- <xs:documentation>
- <xs:div>
- <xs:h1>About the XML namespace</xs:h1>
- <xs:div class="bodytext">
- <xs:p>
- This schema document describes the XML namespace, in a form
- suitable for import by other schema documents.
- </xs:p>
- <xs:p>
- See <xs:a href="http://www.w3.org/XML/1998/namespace.html">
- http://www.w3.org/XML/1998/namespace.html</xs:a> and
- <xs:a href="http://www.w3.org/TR/REC-xml">
- http://www.w3.org/TR/REC-xml</xs:a> for information
- about this namespace.
- </xs:p>
- <xs:p>
- Note that local names in this namespace are intended to be
- defined only by the World Wide Web Consortium or its subgroups.
- The names currently defined in this namespace are listed below.
- They should not be used with conflicting semantics by any Working
- Group, specification, or document instance.
- </xs:p>
- <xs:p>
- See further below in this document for more information about <xs:a href="#usage">how to refer to this schema document from your own
- XSD schema documents</xs:a> and about <xs:a href="#nsversioning">the
- namespace-versioning policy governing this schema document</xs:a>.
- </xs:p>
- </xs:div>
- </xs:div>
- </xs:documentation>
- </xs:annotation>
- <xs:attribute name="lang" id="___d15e96267-1_lang">
- <xs:annotation>
- <xs:documentation>
- <xs:div>
- <xs:h3>lang (as an attribute name)</xs:h3>
- <xs:p>
- denotes an attribute whose value
- is a language code for the natural language of the content of
- any element; its value is inherited. This name is reserved
- by virtue of its definition in the XML specification.</xs:p>
- </xs:div>
- <xs:div>
- <xs:h4>Notes</xs:h4>
- <xs:p>
- Attempting to install the relevant ISO 2- and 3-letter
- codes as the enumerated possible values is probably never
- going to be a realistic possibility.
- </xs:p>
- <xs:p>
- See BCP 47 at <xs:a href="http://www.rfc-editor.org/rfc/bcp/bcp47.txt">
- http://www.rfc-editor.org/rfc/bcp/bcp47.txt</xs:a>
- and the IANA language subtag registry at
- <xs:a href="http://www.iana.org/assignments/language-subtag-registry">
- http://www.iana.org/assignments/language-subtag-registry</xs:a>
- for further information.
- </xs:p>
- <xs:p>
- The union allows for the 'un-declaration' of xml:lang with
- the empty string.
- </xs:p>
- </xs:div>
- </xs:documentation>
- </xs:annotation>
- <xs:simpleType id="___d15e96439-1">
- <xs:union memberTypes="xs:language">
- <xs:simpleType id="___d7e94677-1">
- <xs:restriction base="xs:string">
- <xs:enumeration value=""/>
- </xs:restriction>
- </xs:simpleType>
- </xs:union>
- </xs:simpleType>
- </xs:attribute>
- <xs:attribute name="space" id="___d7e94680-1_space">
- <xs:annotation>
- <xs:documentation>
- <xs:div>
- <xs:h3>space (as an attribute name)</xs:h3>
- <xs:p>
- denotes an attribute whose
- value is a keyword indicating what whitespace processing
- discipline is intended for the content of the element; its
- value is inherited. This name is reserved by virtue of its
- definition in the XML specification.</xs:p>
- </xs:div>
- </xs:documentation>
- </xs:annotation>
- <xs:simpleType id="___d7e94688-1">
- <xs:restriction base="xs:NCName">
- <xs:enumeration value="default"/>
- <xs:enumeration value="preserve"/>
- </xs:restriction>
- </xs:simpleType>
- </xs:attribute>
- <xs:attribute name="base" type="xs:anyURI" id="___d7e94692-1_base">
- <xs:annotation>
- <xs:documentation>
- <xs:div>
- <xs:h3>base (as an attribute name)</xs:h3>
- <xs:p>
- denotes an attribute whose value
- provides a URI to be used as the base for interpreting any
- relative URIs in the scope of the element on which it
- appears; its value is inherited. This name is reserved
- by virtue of its definition in the XML Base specification.</xs:p>
- <xs:p>
- See <xs:a href="http://www.w3.org/TR/xmlbase/">http://www.w3.org/TR/xmlbase/</xs:a>
- for information about this attribute.
- </xs:p>
- </xs:div>
- </xs:documentation>
- </xs:annotation>
- </xs:attribute>
- <xs:attribute name="id" type="xs:ID" id="___d7e94705-1_id">
- <xs:annotation>
- <xs:documentation>
- <xs:div>
- <xs:h3>id (as an attribute name)</xs:h3>
- <xs:p>
- denotes an attribute whose value
- should be interpreted as if declared to be of type ID.
- This name is reserved by virtue of its definition in the
- xml:id specification.</xs:p>
- <xs:p>
- See <xs:a href="http://www.w3.org/TR/xml-id/">http://www.w3.org/TR/xml-id/</xs:a>
- for information about this attribute.
- </xs:p>
- </xs:div>
- </xs:documentation>
- </xs:annotation>
- </xs:attribute>
- <xs:attributeGroup name="specialAttrs">
- <xs:attribute ref="xml:base" id="___d7e94719-1"/>
- <xs:attribute ref="xml:lang" id="___d7e94720-1"/>
- <xs:attribute ref="xml:space" id="___d7e94721-1"/>
- <xs:attribute ref="xml:id" id="___d7e94722-1"/>
- </xs:attributeGroup>
- <xs:annotation>
- <xs:documentation>
- <xs:div>
- <xs:h3>Father (in any context at all)</xs:h3>
- <xs:div class="bodytext">
- <xs:p>
- denotes Jon Bosak, the chair of
- the original XML Working Group. This name is reserved by
- the following decision of the W3C XML Plenary and
- XML Coordination groups:
- </xs:p>
- <xs:blockquote>
- <xs:p>
- In appreciation for his vision, leadership and
- dedication the W3C XML Plenary on this 10th day of
- February, 2000, reserves for Jon Bosak in perpetuity
- the XML name "xml:Father".
- </xs:p>
- </xs:blockquote>
- </xs:div>
- </xs:div>
- </xs:documentation>
- </xs:annotation>
- <xs:annotation>
- <xs:documentation>
- <xs:div xml:id="usage" id="usage">
- <xs:h2>
- <xs:a name="usage">About this schema document</xs:a>
- </xs:h2>
- <xs:div class="bodytext">
- <xs:p>
- This schema defines attributes and an attribute group suitable
- for use by schemas wishing to allow <xs:code>xml:base</xs:code>,
- <xs:code>xml:lang</xs:code>, <xs:code>xml:space</xs:code> or
- <xs:code>xml:id</xs:code> attributes on elements they define.
- </xs:p>
- <xs:p>
- To enable this, such a schema must import this schema for
- the XML namespace, e.g. as follows:
- </xs:p>
- <xs:pre>
- <schema . . .>
- . . .
- <import namespace="http://www.w3.org/XML/1998/namespace"
- schemaLocation="http://www.w3.org/2001/xml.xsd"/>
- </xs:pre>
- <xs:p>
- or
- </xs:p>
- <xs:pre>
- <import namespace="http://www.w3.org/XML/1998/namespace"
- schemaLocation="http://www.w3.org/2009/01/xml.xsd"/>
- </xs:pre>
- <xs:p>
- Subsequently, qualified reference to any of the attributes or the
- group defined below will have the desired effect, e.g.
- </xs:p>
- <xs:pre>
- <type . . .>
- . . .
- <attributeGroup ref="xml:specialAttrs"/>
- </xs:pre>
- <xs:p>
- will define a type which will schema-validate an instance element
- with any of those attributes.
- </xs:p>
- </xs:div>
- </xs:div>
- </xs:documentation>
- </xs:annotation>
- <xs:annotation>
- <xs:documentation>
- <xs:div id="nsversioning" xml:id="nsversioning">
- <xs:h2>
- <xs:a name="nsversioning">Versioning policy for this schema document</xs:a>
- </xs:h2>
- <xs:div class="bodytext">
- <xs:p>
- In keeping with the XML Schema WG's standard versioning
- policy, this schema document will persist at
- <xs:a href="http://www.w3.org/2009/01/xml.xsd">
- http://www.w3.org/2009/01/xml.xsd</xs:a>.
- </xs:p>
- <xs:p>
- At the date of issue it can also be found at
- <xs:a href="http://www.w3.org/2001/xml.xsd">
- http://www.w3.org/2001/xml.xsd</xs:a>.
- </xs:p>
- <xs:p>
- The schema document at that URI may however change in the future,
- in order to remain compatible with the latest version of XML
- Schema itself, or with the XML namespace itself. In other words,
- if the XML Schema or XML namespaces change, the version of this
- document at <xs:a href="http://www.w3.org/2001/xml.xsd">
- http://www.w3.org/2001/xml.xsd
- </xs:a>
- will change accordingly; the version at
- <xs:a href="http://www.w3.org/2009/01/xml.xsd">
- http://www.w3.org/2009/01/xml.xsd
- </xs:a>
- will not change.
- </xs:p>
- <xs:p>
- Previous dated (and unchanging) versions of this schema
- document are at:
- </xs:p>
- <xs:ul>
- <xs:li>
- <xs:a href="http://www.w3.org/2009/01/xml.xsd">
- http://www.w3.org/2009/01/xml.xsd</xs:a>
- </xs:li>
- <xs:li>
- <xs:a href="http://www.w3.org/2007/08/xml.xsd">
- http://www.w3.org/2007/08/xml.xsd</xs:a>
- </xs:li>
- <xs:li>
- <xs:a href="http://www.w3.org/2004/10/xml.xsd">
- http://www.w3.org/2004/10/xml.xsd</xs:a>
- </xs:li>
- <xs:li>
- <xs:a href="http://www.w3.org/2001/03/xml.xsd">
- http://www.w3.org/2001/03/xml.xsd</xs:a>
- </xs:li>
- </xs:ul>
- </xs:div>
- </xs:div>
- </xs:documentation>
- </xs:annotation>
- </xs:schema>
|