Definition Type: ComplexType
Name: PartyType
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-1.0
Containing Schema: UBL-CommonAggregateComponents-1.0.xsd
Abstract
Documentation:
ABIE Party. Details details of an individual, a group or a body having a role in a business function. Party
Collapse XSD Schema Diagram:
Drilldown into Language in schema ubl-commonaggregatecomponents-1_0_xsd Drilldown into Contact in schema ubl-commonaggregatecomponents-1_0_xsd Drilldown into PartyTaxScheme in schema ubl-commonaggregatecomponents-1_0_xsd Drilldown into Address in schema ubl-commonaggregatecomponents-1_0_xsd Drilldown into PartyName in schema ubl-commonaggregatecomponents-1_0_xsd Drilldown into PartyIdentification in schema ubl-commonaggregatecomponents-1_0_xsd Drilldown into MarkAttentionIndicator in schema ubl-commonbasiccomponents-1_0_xsd Drilldown into MarkCareIndicator in schema ubl-commonbasiccomponents-1_0_xsdXSD Diagram of PartyType in schema ubl-commonaggregatecomponents-1_0_xsd (OASIS Universal Business Language (UBL) TC)
Collapse XSD Schema Code:
<xsd:complexType name="PartyType">
    <xsd:annotation>
        <xsd:documentation>
            <ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0">
                <ccts:ComponentType>ABIE</ccts:ComponentType>
                <ccts:DictionaryEntryName>Party. Details</ccts:DictionaryEntryName>
                <ccts:Definition>details of an individual, a group or a body having a role in a business function.</ccts:Definition>
                <ccts:ObjectClass>Party</ccts:ObjectClass>
            </ccts:Component>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="cbc:MarkCareIndicator" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0">
                        <ccts:ComponentType>BBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Party. Mark Care. Indicator</ccts:DictionaryEntryName>
                        <ccts:Definition>indicates whether a party is the 'C/O' party (care of)</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Party</ccts:ObjectClass>
                        <ccts:PropertyTerm>Mark Care</ccts:PropertyTerm>
                        <ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
                        <ccts:DataType>Indicator. Type</ccts:DataType>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="cbc:MarkAttentionIndicator" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0">
                        <ccts:ComponentType>BBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Party. Mark Attention. Indicator</ccts:DictionaryEntryName>
                        <ccts:Definition>indicates whether a party is the 'FAO' party (for the attention of)</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Party</ccts:ObjectClass>
                        <ccts:PropertyTerm>Mark Attention</ccts:PropertyTerm>
                        <ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm>
                        <ccts:DataType>Indicator. Type</ccts:DataType>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="PartyIdentification" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0">
                        <ccts:ComponentType>ASBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Party. Party Identification</ccts:DictionaryEntryName>
                        <ccts:Definition>associates (optionally) the party with one or more altenative identification methods</ccts:Definition>
                        <ccts:Cardinality>0..n</ccts:Cardinality>
                        <ccts:ObjectClass>Party</ccts:ObjectClass>
                        <ccts:PropertyTerm>Party Identification</ccts:PropertyTerm>
                        <ccts:AssociatedObjectClass>Party Identification</ccts:AssociatedObjectClass>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="PartyName" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0">
                        <ccts:ComponentType>ASBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Party. Party Name</ccts:DictionaryEntryName>
                        <ccts:Definition>associates (optionally) the party with a party name</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Party</ccts:ObjectClass>
                        <ccts:PropertyTerm>Party Name</ccts:PropertyTerm>
                        <ccts:AssociatedObjectClass>Party Name</ccts:AssociatedObjectClass>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="Address" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0">
                        <ccts:ComponentType>ASBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Party. Address</ccts:DictionaryEntryName>
                        <ccts:Definition>associates (optionally) the party with a address</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Party</ccts:ObjectClass>
                        <ccts:PropertyTerm>Address</ccts:PropertyTerm>
                        <ccts:AssociatedObjectClass>Address</ccts:AssociatedObjectClass>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="PartyTaxScheme" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0">
                        <ccts:ComponentType>ASBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Party. Party Tax Scheme</ccts:DictionaryEntryName>
                        <ccts:Definition>associates (optionally) the party with one or more tax schemes</ccts:Definition>
                        <ccts:Cardinality>0..n</ccts:Cardinality>
                        <ccts:ObjectClass>Party</ccts:ObjectClass>
                        <ccts:PropertyTerm>Party Tax Scheme</ccts:PropertyTerm>
                        <ccts:AssociatedObjectClass>Party Tax Scheme</ccts:AssociatedObjectClass>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="Contact" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0">
                        <ccts:ComponentType>ASBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Party. Contact</ccts:DictionaryEntryName>
                        <ccts:Definition>associates (optionally) the party with information on the contact</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Party</ccts:ObjectClass>
                        <ccts:PropertyTerm>Contact</ccts:PropertyTerm>
                        <ccts:AssociatedObjectClass>Contact</ccts:AssociatedObjectClass>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="Language" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0">
                        <ccts:ComponentType>ASBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Party. Language</ccts:DictionaryEntryName>
                        <ccts:Definition>associates (optionally) the party with a language</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Party</ccts:ObjectClass>
                        <ccts:PropertyTerm>Language</ccts:PropertyTerm>
                        <ccts:AssociatedObjectClass>Language</ccts:AssociatedObjectClass>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MarkCareIndicator cbc:MarkCareIndicator 0 1
MarkAttentionIndicator cbc:MarkAttentionIndicator 0 1
PartyIdentification cac:PartyIdentification 0 unbounded
PartyName cac:PartyName 0 1
Address cac:Address 0 1
PartyTaxScheme cac:PartyTaxScheme 0 unbounded
Contact cac:Contact 0 1
Language cac:Language 0 1
Collapse Derivation Tree:
Collapse References:
cac:CarrierParty, cac:ContactParty, cac:DestinationParty, nsA:FreightForwarderParty, nsC:FreightForwarderParty, nsE:FreightForwarderParty, nsF:FreightForwarderParty, nsH:FreightForwarderPartycac:IssuerParty, nsC:OriginatorParty, nsE:OriginatorParty, nsF:OriginatorParty, cac:Party,