pml.Identifier.xsd 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:pmluid="urn:autoid:specification:universal:Identifier:xml:schema:1"
  3. xmlns:autoid="http://www.autoidcenter.org/2003/xml"
  4. xmlns="http://www.w3.org/2001/XMLSchema"
  5. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  6. xmlns:p5_tr_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/procesy5_translate_map.xsd"
  7. xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  8. 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"
  9. xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  10. xmlns:p5opr="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/object_parent_relations/object_parent_relations.xsd"
  11. xmlns:p5_simpleSchema_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/p5_simpleSchema_map.xsd"
  12. xmlns:xs="http://www.w3.org/2001/XMLSchema"
  13. targetNamespace="urn:autoid:specification:universal:Identifier:xml:schema:1"
  14. elementFormDefault="qualified"
  15. attributeFormDefault="unqualified"
  16. version="1.0">
  17. <annotation>
  18. <documentation>
  19. <documentation>
  20. <autoid:copyright>Copyright )2003 Auto-ID Center, All Rights Reserved.</autoid:copyright>
  21. <autoid:disclaimer>Auto-ID Center, its members, officers, directors, employees, or agents shall not
  22. be liable for any injury, loss, damages, financial or otherwise, arising from, related to, or caused by the use of this
  23. document. The use of said document shall constitute your express consent to the foregoing
  24. exculpation.</autoid:disclaimer>
  25. <autoid:program>Auto-ID version 1.0</autoid:program>
  26. <autoid:purpose>PML Core Specification version 1.0</autoid:purpose>
  27. </documentation>
  28. </documentation>
  29. </annotation>
  30. <element xmlns=""
  31. name="ID"
  32. type="pmluid:IdentifierType"
  33. id="p___d15e97439-1_ID"/>
  34. <annotation>
  35. <documentation>
  36. <autoid:definition>A reusable element of type 'IdentifierType'</autoid:definition>
  37. </documentation>
  38. </annotation>
  39. <complexType xmlns="" name="IdentifierType" id="p___d15e97444-1_Identifier">
  40. <annotation xmlns="http://www.w3.org/2001/XMLSchema">
  41. <documentation>
  42. <autoid:definition>A character string to identify and distinguish uniquely, one instance of an object
  43. in an identification scheme from all other objects within the same scheme</autoid:definition>
  44. </documentation>
  45. </annotation>
  46. <simpleContent>
  47. <extension base="token" id="p___d15e97450-1">
  48. <attribute name="schemeID"
  49. type="token"
  50. use="optional"
  51. id="p___d15e97451-1_schemeID">
  52. <annotation xmlns="http://www.w3.org/2001/XMLSchema">
  53. <documentation>
  54. <autoid:definition>The identifier of the identification scheme</autoid:definition>
  55. </documentation>
  56. </annotation>
  57. </attribute>
  58. <attribute name="schemeAgencyID"
  59. type="token"
  60. use="optional"
  61. id="p___d15e97456-1_schemeAgen">
  62. <annotation xmlns="http://www.w3.org/2001/XMLSchema">
  63. <documentation>
  64. <autoid:definition>The identifier of the agency that maintains the identification
  65. scheme</autoid:definition>
  66. </documentation>
  67. </annotation>
  68. </attribute>
  69. <attribute name="schemeVersionID"
  70. type="token"
  71. use="optional"
  72. id="p___d15e97461-1_schemeVers">
  73. <annotation xmlns="http://www.w3.org/2001/XMLSchema">
  74. <documentation>
  75. <autoid:definition>The version of the identification scheme</autoid:definition>
  76. </documentation>
  77. </annotation>
  78. </attribute>
  79. <attribute name="schemeURI"
  80. type="anyURI"
  81. use="optional"
  82. id="p___d15e97466-1_schemeURI">
  83. <annotation xmlns="http://www.w3.org/2001/XMLSchema">
  84. <documentation>
  85. <autoid:definition>The Uniform Resource Identifier that identifies where the
  86. Identification Scheme is located</autoid:definition>
  87. </documentation>
  88. </annotation>
  89. </attribute>
  90. </extension>
  91. </simpleContent>
  92. </complexType>
  93. </xs:schema>