Definition Type: ComplexType
Name: DocumentIDType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract
Documentation:
This is the ID assigned to the document by the creator of the document.
Collapse XSD Schema Diagram:
Drilldown into VariationID in schema fields_xsd Drilldown into RevisionID in schema fields_xsd Drilldown into ID in schema fields_xsd Drilldown into agencyRole in schema components_xsdXSD Diagram of DocumentIDType in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="DocumentIDType">
    <xsd:annotation>
        <xsd:documentation>This is the ID assigned to the document by the creator of the document.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ID" />
        <xsd:element ref="RevisionID" minOccurs="0" />
        <xsd:element ref="VariationID" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="agencyRole" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID (1) (1)
RevisionID nsA:RevisionID 0 (1)
VariationID nsA:VariationID 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
agencyRole nsA:agencyRole (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:AlternateDocumentID, nsA:DocumentID, nsA:ItemIDType, nsA:OperationID, nsA:ResolvedRequestID