Definition Type: Group
Name: DocumentIDsGroup
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Documentation:
Provides the Identifier(s) of the document being communicated. Uniquily identifies a Document within an organization. Typically there is only an ID for a document within one system. However, with the use of different business applications there maybe different ids assigned to the same document within an organization from the different systems and in the case of B2B transactions different businesses may have different Identifiers for the same document. This construct is designed to allow for these different identifications.
Collapse XSD Schema Diagram:
Drilldown into AlternateDocumentID in schema components_xsd1 Drilldown into DocumentID in schema components_xsd1XSD Diagram of DocumentIDsGroup in schema components_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:group name="DocumentIDsGroup">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">
            Provides the Identifier(s) of the document being communicated.

            Uniquily identifies a Document within an organization. Typically there is only an ID for
            a document within one system. However, with the use of different business applications
            there maybe different ids assigned to the same document within an organization from the
            different systems and in the case of B2B transactions different businesses may have
            different Identifiers for the same document.

            This construct is designed to allow for these different identifications.
         </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" ref="DocumentID" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="AlternateDocumentID" />
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentID oagis:DocumentID 0 (1)
AlternateDocumentID oagis:AlternateDocumentID 0 unbounded