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_xsd1 Drilldown into RevisionID in schema fields_xsd1 Drilldown into ID in schema fields_xsd1 Drilldown into agencyRole in schema components_xsd1XSD Diagram of DocumentIDType in schema components_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="DocumentIDType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">
            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 minOccurs="0" ref="RevisionID" />
        <xsd:element minOccurs="0" ref="VariationID" />
    </xsd:sequence>
    <xsd:attribute name="agencyRole" type="NormalizedStringType" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID oagis:ID (1) (1)
RevisionID oagis:RevisionID 0 (1)
VariationID oagis:VariationID 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
agencyRole oagis:agencyRole (Optional)
Collapse Derivation Tree:
Collapse References:
oagis:AlternateDocumentID, oagis:DocumentID, oagis:ItemIDType, oagis:OperationID, oagis:ResolvedRequestID