<xs:complexType name="RelaxedRelatedPartyType">
<xs:sequence>
<xs:element ref="Identifier" minOccurs="0" 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:complexType>
|