XML Schema Documentation

Model Group: PartyInformation.model

[Table of contents]

Name PartyInformation.model
Used by (from the same schema document) Complex Type Party
Documentation Information about a party for reporting purposes.
XML Instance Representation
<classification> IndustryClassification </classification> [0..*]

'The party\'s industry sector classification.'

<creditRating> CreditRating </creditRating> [0..*]

'The party\'s credit rating.'

<country> CountryCode </country> [0..1]

'The country where the party is domiciled.'

<jurisdiction> GoverningLaw </jurisdiction> [0..*]

'The legal jurisdiction of the entity\'s registration.'

Diagram
Schema Component Representation
<xsd:group name="PartyInformation.model">
<xsd:sequence>
<xsd:element name="classification" type=" IndustryClassification " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="creditRating" type=" CreditRating " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="country" type=" CountryCode " minOccurs="0"/>
<xsd:element name="jurisdiction" type=" GoverningLaw " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:group>