xml.xsd 11 KB

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