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_xsd Drilldown into DocumentID in schema components_xsdXSD Diagram of DocumentIDsGroup in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:group name="DocumentIDsGroup">
    <xsd:annotation>
        <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.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="DocumentID" minOccurs="0" />
        <xsd:element ref="AlternateDocumentID" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentID nsA:DocumentID 0 (1)
AlternateDocumentID nsA:AlternateDocumentID 0 unbounded