Definition Type: ComplexType
Name: DocumentIdType
Namespace: http://www.openapplications.org/oagis
Containing Schema: Fields.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Revision in schema fields_xsd Drilldown into Id in schema fields_xsdXSD Diagram of DocumentIdType in schema fields_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="DocumentIdType">
    <xs:sequence>
        <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>
        <xs:element name="Revision" type="Revision" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the revision of Document Idenifier. The combination of the Id and it's revision uniquely identifies a document from the AssigningParty.  </xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id oa:Id 0 (1)
Revision oa:Revision 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:DocumentId, oa:DocumentIdoa:DocumentIdType, oa:GenericIdType, oa:PartyDocumentId, oa:ProductionOrderIdType, oa:RouteIdType,