group "PartyInformation.model"
Namespace:
Content:
Defined:
Includes:
definitions of 6 elements
Used:
Content Model Diagram
Complex Content Model
classification*, creditRating*, country?, region*, jurisdiction*, organizationType?
Content Model Elements (6):
country (defined in PartyInformation.model group),
Known Usage Locations
Annotation
Information about a party for reporting purposes.
XML Source (w/o annotations (7); see within schema source)
<xsd:group name="PartyInformation.model">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="classification" type="IndustryClassification"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="creditRating" type="CreditRating"/>
<xsd:element minOccurs="0" name="country" type="CountryCode"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="region" type="Region"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="jurisdiction" type="GoverningLaw"/>
<xsd:element minOccurs="0" name="organizationType" type="OrganizationType"/>
</xsd:sequence>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 6/6)
classification
Type:
IndustryClassification, simple content
The party's industry sector classification.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="classification" type="IndustryClassification"/>

country
Type:
CountryCode, simple content
The country where the party is domiciled.
Simple Content
xsd:token
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="country" type="CountryCode"/>

creditRating
Type:
CreditRating, simple content
The party's credit rating.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="creditRating" type="CreditRating"/>

jurisdiction
Type:
GoverningLaw, simple content
The legal jurisdiction of the entity's registration.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="jurisdiction" type="GoverningLaw"/>

organizationType
Type:
OrganizationType, simple content
The type of an organization's participantion in the OTC derivatives market.
Simple Content
xsd:token
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="organizationType" type="OrganizationType"/>

region
Type:
Region, simple content
A code for a grouping of countries to which this belongs.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="region" type="Region"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.