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

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