xml.xsd 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns="http://www.w3.org/2001/XMLSchema"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xmlns:p5_tr_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/procesy5_translate_map.xsd"
  5. xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  6. 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"
  7. xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  8. xmlns:p5opr="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/object_parent_relations/object_parent_relations.xsd"
  9. xmlns:p5_simpleSchema_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/p5_simpleSchema_map.xsd"
  10. xmlns:xs="http://www.w3.org/2001/XMLSchema"
  11. targetNamespace="http://www.w3.org/XML/1998/namespace"
  12. vc:minVersion="1.1"><!--#147 when @targetNamespace and prefix probably exists!-->
  13. <xs:annotation>
  14. <xs:documentation>
  15. <xs:div>
  16. <xs:h1>About the XML namespace</xs:h1>
  17. <xs:div class="bodytext">
  18. <xs:p>
  19. This schema document describes the XML namespace, in a form
  20. suitable for import by other schema documents.
  21. </xs:p>
  22. <xs:p>
  23. See <xs:a href="http://www.w3.org/XML/1998/namespace.html">
  24. http://www.w3.org/XML/1998/namespace.html</xs:a> and
  25. <xs:a href="http://www.w3.org/TR/REC-xml">
  26. http://www.w3.org/TR/REC-xml</xs:a> for information
  27. about this namespace.
  28. </xs:p>
  29. <xs:p>
  30. Note that local names in this namespace are intended to be
  31. defined only by the World Wide Web Consortium or its subgroups.
  32. The names currently defined in this namespace are listed below.
  33. They should not be used with conflicting semantics by any Working
  34. Group, specification, or document instance.
  35. </xs:p>
  36. <xs:p>
  37. See further below in this document for more information about <xs:a href="#usage">how to refer to this schema document from your own
  38. XSD schema documents</xs:a> and about <xs:a href="#nsversioning">the
  39. namespace-versioning policy governing this schema document</xs:a>.
  40. </xs:p>
  41. </xs:div>
  42. </xs:div>
  43. </xs:documentation>
  44. </xs:annotation>
  45. <xs:attribute name="lang" id="___d15e96267-1_lang">
  46. <xs:annotation>
  47. <xs:documentation>
  48. <xs:div>
  49. <xs:h3>lang (as an attribute name)</xs:h3>
  50. <xs:p>
  51. denotes an attribute whose value
  52. is a language code for the natural language of the content of
  53. any element; its value is inherited. This name is reserved
  54. by virtue of its definition in the XML specification.</xs:p>
  55. </xs:div>
  56. <xs:div>
  57. <xs:h4>Notes</xs:h4>
  58. <xs:p>
  59. Attempting to install the relevant ISO 2- and 3-letter
  60. codes as the enumerated possible values is probably never
  61. going to be a realistic possibility.
  62. </xs:p>
  63. <xs:p>
  64. See BCP 47 at <xs:a href="http://www.rfc-editor.org/rfc/bcp/bcp47.txt">
  65. http://www.rfc-editor.org/rfc/bcp/bcp47.txt</xs:a>
  66. and the IANA language subtag registry at
  67. <xs:a href="http://www.iana.org/assignments/language-subtag-registry">
  68. http://www.iana.org/assignments/language-subtag-registry</xs:a>
  69. for further information.
  70. </xs:p>
  71. <xs:p>
  72. The union allows for the 'un-declaration' of xml:lang with
  73. the empty string.
  74. </xs:p>
  75. </xs:div>
  76. </xs:documentation>
  77. </xs:annotation>
  78. <xs:simpleType id="___d15e96439-1">
  79. <xs:union memberTypes="xs:language">
  80. <xs:simpleType id="___d7e94677-1">
  81. <xs:restriction base="xs:string">
  82. <xs:enumeration value=""/>
  83. </xs:restriction>
  84. </xs:simpleType>
  85. </xs:union>
  86. </xs:simpleType>
  87. </xs:attribute>
  88. <xs:attribute name="space" id="___d7e94680-1_space">
  89. <xs:annotation>
  90. <xs:documentation>
  91. <xs:div>
  92. <xs:h3>space (as an attribute name)</xs:h3>
  93. <xs:p>
  94. denotes an attribute whose
  95. value is a keyword indicating what whitespace processing
  96. discipline is intended for the content of the element; its
  97. value is inherited. This name is reserved by virtue of its
  98. definition in the XML specification.</xs:p>
  99. </xs:div>
  100. </xs:documentation>
  101. </xs:annotation>
  102. <xs:simpleType id="___d7e94688-1">
  103. <xs:restriction base="xs:NCName">
  104. <xs:enumeration value="default"/>
  105. <xs:enumeration value="preserve"/>
  106. </xs:restriction>
  107. </xs:simpleType>
  108. </xs:attribute>
  109. <xs:attribute name="base" type="xs:anyURI" id="___d7e94692-1_base">
  110. <xs:annotation>
  111. <xs:documentation>
  112. <xs:div>
  113. <xs:h3>base (as an attribute name)</xs:h3>
  114. <xs:p>
  115. denotes an attribute whose value
  116. provides a URI to be used as the base for interpreting any
  117. relative URIs in the scope of the element on which it
  118. appears; its value is inherited. This name is reserved
  119. by virtue of its definition in the XML Base specification.</xs:p>
  120. <xs:p>
  121. See <xs:a href="http://www.w3.org/TR/xmlbase/">http://www.w3.org/TR/xmlbase/</xs:a>
  122. for information about this attribute.
  123. </xs:p>
  124. </xs:div>
  125. </xs:documentation>
  126. </xs:annotation>
  127. </xs:attribute>
  128. <xs:attribute name="id" type="xs:ID" id="___d7e94705-1_id">
  129. <xs:annotation>
  130. <xs:documentation>
  131. <xs:div>
  132. <xs:h3>id (as an attribute name)</xs:h3>
  133. <xs:p>
  134. denotes an attribute whose value
  135. should be interpreted as if declared to be of type ID.
  136. This name is reserved by virtue of its definition in the
  137. xml:id specification.</xs:p>
  138. <xs:p>
  139. See <xs:a href="http://www.w3.org/TR/xml-id/">http://www.w3.org/TR/xml-id/</xs:a>
  140. for information about this attribute.
  141. </xs:p>
  142. </xs:div>
  143. </xs:documentation>
  144. </xs:annotation>
  145. </xs:attribute>
  146. <xs:attributeGroup name="specialAttrs">
  147. <xs:attribute ref="xml:base" id="___d7e94719-1"/>
  148. <xs:attribute ref="xml:lang" id="___d7e94720-1"/>
  149. <xs:attribute ref="xml:space" id="___d7e94721-1"/>
  150. <xs:attribute ref="xml:id" id="___d7e94722-1"/>
  151. </xs:attributeGroup>
  152. <xs:annotation>
  153. <xs:documentation>
  154. <xs:div>
  155. <xs:h3>Father (in any context at all)</xs:h3>
  156. <xs:div class="bodytext">
  157. <xs:p>
  158. denotes Jon Bosak, the chair of
  159. the original XML Working Group. This name is reserved by
  160. the following decision of the W3C XML Plenary and
  161. XML Coordination groups:
  162. </xs:p>
  163. <xs:blockquote>
  164. <xs:p>
  165. In appreciation for his vision, leadership and
  166. dedication the W3C XML Plenary on this 10th day of
  167. February, 2000, reserves for Jon Bosak in perpetuity
  168. the XML name "xml:Father".
  169. </xs:p>
  170. </xs:blockquote>
  171. </xs:div>
  172. </xs:div>
  173. </xs:documentation>
  174. </xs:annotation>
  175. <xs:annotation>
  176. <xs:documentation>
  177. <xs:div xml:id="usage" id="usage">
  178. <xs:h2>
  179. <xs:a name="usage">About this schema document</xs:a>
  180. </xs:h2>
  181. <xs:div class="bodytext">
  182. <xs:p>
  183. This schema defines attributes and an attribute group suitable
  184. for use by schemas wishing to allow <xs:code>xml:base</xs:code>,
  185. <xs:code>xml:lang</xs:code>, <xs:code>xml:space</xs:code> or
  186. <xs:code>xml:id</xs:code> attributes on elements they define.
  187. </xs:p>
  188. <xs:p>
  189. To enable this, such a schema must import this schema for
  190. the XML namespace, e.g. as follows:
  191. </xs:p>
  192. <xs:pre>
  193. &lt;schema . . .&gt;
  194. . . .
  195. &lt;import namespace="http://www.w3.org/XML/1998/namespace"
  196. schemaLocation="http://www.w3.org/2001/xml.xsd"/&gt;
  197. </xs:pre>
  198. <xs:p>
  199. or
  200. </xs:p>
  201. <xs:pre>
  202. &lt;import namespace="http://www.w3.org/XML/1998/namespace"
  203. schemaLocation="http://www.w3.org/2009/01/xml.xsd"/&gt;
  204. </xs:pre>
  205. <xs:p>
  206. Subsequently, qualified reference to any of the attributes or the
  207. group defined below will have the desired effect, e.g.
  208. </xs:p>
  209. <xs:pre>
  210. &lt;type . . .&gt;
  211. . . .
  212. &lt;attributeGroup ref="xml:specialAttrs"/&gt;
  213. </xs:pre>
  214. <xs:p>
  215. will define a type which will schema-validate an instance element
  216. with any of those attributes.
  217. </xs:p>
  218. </xs:div>
  219. </xs:div>
  220. </xs:documentation>
  221. </xs:annotation>
  222. <xs:annotation>
  223. <xs:documentation>
  224. <xs:div id="nsversioning" xml:id="nsversioning">
  225. <xs:h2>
  226. <xs:a name="nsversioning">Versioning policy for this schema document</xs:a>
  227. </xs:h2>
  228. <xs:div class="bodytext">
  229. <xs:p>
  230. In keeping with the XML Schema WG's standard versioning
  231. policy, this schema document will persist at
  232. <xs:a href="http://www.w3.org/2009/01/xml.xsd">
  233. http://www.w3.org/2009/01/xml.xsd</xs:a>.
  234. </xs:p>
  235. <xs:p>
  236. At the date of issue it can also be found at
  237. <xs:a href="http://www.w3.org/2001/xml.xsd">
  238. http://www.w3.org/2001/xml.xsd</xs:a>.
  239. </xs:p>
  240. <xs:p>
  241. The schema document at that URI may however change in the future,
  242. in order to remain compatible with the latest version of XML
  243. Schema itself, or with the XML namespace itself. In other words,
  244. if the XML Schema or XML namespaces change, the version of this
  245. document at <xs:a href="http://www.w3.org/2001/xml.xsd">
  246. http://www.w3.org/2001/xml.xsd
  247. </xs:a>
  248. will change accordingly; the version at
  249. <xs:a href="http://www.w3.org/2009/01/xml.xsd">
  250. http://www.w3.org/2009/01/xml.xsd
  251. </xs:a>
  252. will not change.
  253. </xs:p>
  254. <xs:p>
  255. Previous dated (and unchanging) versions of this schema
  256. document are at:
  257. </xs:p>
  258. <xs:ul>
  259. <xs:li>
  260. <xs:a href="http://www.w3.org/2009/01/xml.xsd">
  261. http://www.w3.org/2009/01/xml.xsd</xs:a>
  262. </xs:li>
  263. <xs:li>
  264. <xs:a href="http://www.w3.org/2007/08/xml.xsd">
  265. http://www.w3.org/2007/08/xml.xsd</xs:a>
  266. </xs:li>
  267. <xs:li>
  268. <xs:a href="http://www.w3.org/2004/10/xml.xsd">
  269. http://www.w3.org/2004/10/xml.xsd</xs:a>
  270. </xs:li>
  271. <xs:li>
  272. <xs:a href="http://www.w3.org/2001/03/xml.xsd">
  273. http://www.w3.org/2001/03/xml.xsd</xs:a>
  274. </xs:li>
  275. </xs:ul>
  276. </xs:div>
  277. </xs:div>
  278. </xs:documentation>
  279. </xs:annotation>
  280. </xs:schema>