complexType "IdentificationType"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
Includes:
definitions of 1 attribute, 3 elements
Used:
XML Representation Summary
<...
    Id
 = 
xs:ID
    >
   
Content: 
Value, Type, Authority?
</...>
Content Model Elements (3):
Type (type xs:anyURI),
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
unique identifier
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="IdentificationType">
<xs:sequence>
<xs:element name="Value">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="Id" type="xs:ID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="Type" type="xs:anyURI"/>
<xs:element minOccurs="0" name="Authority" type="xs:anyURI"/>
</xs:sequence>
<xs:attribute name="Id" type="xs:ID" use="optional"/>
</xs:complexType>
Attribute Detail (all declarations; defined in this component only; 1/1)
Id
Type:
xs:ID, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="Id" type="xs:ID" use="optional"/>
Content Element Detail (all declarations; defined in this component only; 3/3)
Authority
Type:
xs:anyURI, predefined, simple content
authority, which is reponsible for generation of the identifier (eg university in case of 'MatrikelNummer')
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Authority" type="xs:anyURI"/>

Type
Type:
xs:anyURI, predefined, simple content
type of value (eg 'ZMR', 'SV-Nummer', 'Martrikelnummer', database identification, ...)
XML Source (w/o annotations (1); see within schema source)
<xs:element name="Type" type="xs:anyURI"/>

Value
Type:
anonymous (extension of xs:string), simple content
actual value of the identifier.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element name="Value">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="Id" type="xs:ID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

XML schema documentation generated with DocFlex/XML RE 1.8.0 using DocFlex/XML XSDDoc 2.2.0 template set