| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:pmluid="urn:autoid:specification:universal:Identifier:xml:schema:1"
- xmlns:autoid="http://www.autoidcenter.org/2003/xml"
- 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="urn:autoid:specification:universal:Identifier:xml:schema:1"
- elementFormDefault="qualified"
- attributeFormDefault="unqualified"
- version="1.0">
- <annotation>
- <documentation>
- <documentation>
- <autoid:copyright>Copyright )2003 Auto-ID Center, All Rights Reserved.</autoid:copyright>
- <autoid:disclaimer>Auto-ID Center, its members, officers, directors, employees, or agents shall not
- be liable for any injury, loss, damages, financial or otherwise, arising from, related to, or caused by the use of this
- document. The use of said document shall constitute your express consent to the foregoing
- exculpation.</autoid:disclaimer>
- <autoid:program>Auto-ID version 1.0</autoid:program>
- <autoid:purpose>PML Core Specification version 1.0</autoid:purpose>
- </documentation>
- </documentation>
- </annotation>
- <element xmlns=""
- name="ID"
- type="pmluid:IdentifierType"
- id="p___d15e97439-1_ID"/>
- <annotation>
- <documentation>
- <autoid:definition>A reusable element of type 'IdentifierType'</autoid:definition>
- </documentation>
- </annotation>
- <complexType xmlns="" name="IdentifierType" id="p___d15e97444-1_Identifier">
- <annotation xmlns="http://www.w3.org/2001/XMLSchema">
- <documentation>
- <autoid:definition>A character string to identify and distinguish uniquely, one instance of an object
- in an identification scheme from all other objects within the same scheme</autoid:definition>
- </documentation>
- </annotation>
- <simpleContent>
- <extension base="token" id="p___d15e97450-1">
- <attribute name="schemeID"
- type="token"
- use="optional"
- id="p___d15e97451-1_schemeID">
- <annotation xmlns="http://www.w3.org/2001/XMLSchema">
- <documentation>
- <autoid:definition>The identifier of the identification scheme</autoid:definition>
- </documentation>
- </annotation>
- </attribute>
- <attribute name="schemeAgencyID"
- type="token"
- use="optional"
- id="p___d15e97456-1_schemeAgen">
- <annotation xmlns="http://www.w3.org/2001/XMLSchema">
- <documentation>
- <autoid:definition>The identifier of the agency that maintains the identification
- scheme</autoid:definition>
- </documentation>
- </annotation>
- </attribute>
- <attribute name="schemeVersionID"
- type="token"
- use="optional"
- id="p___d15e97461-1_schemeVers">
- <annotation xmlns="http://www.w3.org/2001/XMLSchema">
- <documentation>
- <autoid:definition>The version of the identification scheme</autoid:definition>
- </documentation>
- </annotation>
- </attribute>
- <attribute name="schemeURI"
- type="anyURI"
- use="optional"
- id="p___d15e97466-1_schemeURI">
- <annotation xmlns="http://www.w3.org/2001/XMLSchema">
- <documentation>
- <autoid:definition>The Uniform Resource Identifier that identifies where the
- Identification Scheme is located</autoid:definition>
- </documentation>
- </annotation>
- </attribute>
- </extension>
- </simpleContent>
- </complexType>
- </xs:schema>
|