Definition Type: Element
Name: ID
Type: token:http://www.w3.org/2001/XMLSchema
Containing Schema: NAE-API-schema.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Tehniline identifikaator, näiteks ID ASTRA või EDHS andmebaasis, mis võimaldab seostada kirjeid vanemkirjetega hierarhias
Collapse XSD Schema Diagram:
Drilldown into typeXSD Diagram of ID
Collapse XSD Schema Code:
<xs:element name="ID" minOccurs="0" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation>Tehniline identifikaator, näiteks ID ASTRA või EDHS andmebaasis, mis võimaldab seostada kirjeid vanemkirjetega hierarhias</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="xs:token">
                <xs:attribute name="type" type="xs:string" use="optional">
                    <xs:annotation>
                        <xs:documentation>ID liik (Astra, AIS, EDHS, UUID,... )</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
type type Optional