Definition Type: ComplexType
Name: PartyAssignedPartyId
Namespace: http://www.openapplications.org/oagis
Type: oa:PartyIdType
Containing Schema: Fields.xsd
Abstract
Documentation:
PartyQualifiedPartyId - the type of any [Party]PartyId, such as BillToPartyId.
Collapse XSD Schema Diagram:
Drilldown into AssigningPartyId in schema fields_xsd Drilldown into DUNS in schema fields_xsd Drilldown into SCAC in schema fields_xsd Drilldown into Id in schema fields_xsd Drilldown into PartyIdType in schema fields_xsdXSD Diagram of PartyAssignedPartyId in schema fields_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="PartyAssignedPartyId">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">PartyQualifiedPartyId - the type of any [Party]PartyId, such as BillToPartyId.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:extension base="PartyIdType">
            <xs:sequence>
                <xs:element ref="AssigningPartyId" minOccurs="0" />
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id oa:Id 0 (1)
SCAC oa:SCAC 0 (1)
DUNS oa:DUNS 0 (1)
AssigningPartyId oa:AssigningPartyId 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:BillToPartyId, oa:CustomerPartyId, oa:PartyAssignedPartyId, oa:PartyId, oa:ShipToPartyId, oa:SupplierPartyId