<xsd:group name="PartyInformation.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Information about a party for reporting purposes.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="classification" type="IndustryClassification" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The party's industry sector classification.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="creditRating" type="CreditRating" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The party's credit rating.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="country" type="CountryCode" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The country where the party is domiciled.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="region" type="Region" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A code for a grouping of countries to which this belongs.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="jurisdiction" type="GoverningLaw" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The legal jurisdiction of the entity's registration.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="organizationType" type="OrganizationType" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The type of an organization's participantion in the OTC derivatives market.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|