Definition Type: Group
Name: PartyIDsGroup
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Documentation:
Contain the ids for a given party. These ids may be assigned by multiple organizations.
Collapse XSD Schema Diagram:
Drilldown into BICID in schema fields_xsd1 Drilldown into DODAACID in schema fields_xsd1 Drilldown into CAGEID in schema fields_xsd1 Drilldown into DUNSID in schema fields_xsd1 Drilldown into TaxID in schema fields_xsd1 Drilldown into ID in schema fields_xsd1XSD Diagram of PartyIDsGroup in schema components_xsd1 (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:group name="PartyIDsGroup">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/platform/1">Contain the ids for a given party. These ids may be assigned by multiple organizations.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="TaxID" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="DUNSID" minOccurs="0" />
        <xsd:element ref="CAGEID" minOccurs="0" />
        <xsd:element ref="DODAACID" minOccurs="0" />
        <xsd:element ref="BICID" minOccurs="0" />
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID oa:ID 0 unbounded
TaxID oa:TaxID 0 unbounded
DUNSID oa:DUNSID 0 (1)
CAGEID oa:CAGEID 0 (1)
DODAACID oa:DODAACID 0 (1)
BICID oa:BICID 0 (1)