PartyType

Complex Type Information

Model

Used By

Source

<xs:complexType name="PartyType">
  <xs:sequence>
    <xs:element ref="Identifier" maxOccurs="unbounded"/>
    <xs:element ref="AuxiliaryReferences" minOccurs="0"/>
    <xs:element name="Name" type="LongStringType.i18n" maxOccurs="unbounded"/>
    <xs:element ref="PartyAddress" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="Contact" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="RelatedParty" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="PartyTaxScheme" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="Properties" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>