RelatedPartyType

Complex Type Information

Model

Used By

Element RelatedParty

Source

<xs:complexType name="RelatedPartyType">
  <xs:complexContent>
    <xs:restriction base="RelaxedRelatedPartyType">
      <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 name="Role" type="PartyRoleRootType"/>
        <xs:element ref="PartyTaxScheme" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element ref="Properties" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:restriction>
  </xs:complexContent>
</xs:complexType>