Definition Type: Element
Name: Id
Namespace: http://www.openapplications.org/oagis
Type: oa:SimpleId
Containing Schema: Fields.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
Is the identifier of the semantically named document. The position of the Id further defines it's context and meaning,
Collapse XSD Schema Diagram:
XSD Diagram of Id in schema fields_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:element name="Id" minOccurs="0">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">Is the identifier of the semantically named document. The position of the Id further defines it's context and meaning,</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="SimpleId" />
    </xs:simpleType>
</xs:element>
Collapse Derivation Tree: