Definition Type: ComplexType
Name: DocumentIdType
Namespace: http://www.openapplications.org/oagis
Containing Schema: Invoice.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Revision in schema invoice_xsd Drilldown into Id in schema invoice_xsdXSD Diagram of DocumentIdType in schema invoice_xsd (HR-XML - Human Resources XML)
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 nsC:Id 0 (1)
Revision nsC:Revision 0 (1)
Collapse Derivation Tree:
Collapse References:
nsC:DocumentId, nsC:DocumentIdTypensC:GenericIdType, nsC:PartyDocumentId, nsC:ProductionOrderIdType, nsC:RouteIdType,