group "Party.model"
Namespace:
Content:
Defined:
Includes:
definitions of 5 elements
Used:
Content Model Diagram
Complex Content Model
partyId+, partyName?, (classification*, creditRating*, country?, region*, jurisdiction*, organizationType?)?, contactInfo?, businessUnit*, person*
Content Model Elements (11):
contactInfo (defined in Party.model group),
country (defined in PartyInformation.model group),
Known Usage Locations
Annotation
A model group with the content model of a party.
XML Source (w/o annotations (7); see within schema source)
<xsd:group name="Party.model">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="partyId" type="PartyId"/>
<xsd:element minOccurs="0" name="partyName" type="PartyName"/>
<xsd:group minOccurs="0" ref="PartyInformation.model"/>
<xsd:element minOccurs="0" name="contactInfo" type="ContactInformation"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="businessUnit" type="BusinessUnit"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="person" type="Person"/>
</xsd:sequence>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 5/11)
businessUnit
Type:
BusinessUnit, complex content
Optional organization unit information used to describe the organization units (e.g. trading desks) involved in a transaction or business process .
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="businessUnit" type="BusinessUnit"/>

contactInfo
Type:
ContactInformation, complex content
Information on how to contact the party using various means.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="contactInfo" type="ContactInformation"/>

partyId
Type:
PartyId, simple content
A party identifier, e.g. a S.W.I.F.T. bank identifier code (BIC).
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="partyId" type="PartyId"/>

partyName
Type:
PartyName, simple content
The legal name of the organization. A free format string. FpML does not define usage rules for this element.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="partyName" type="PartyName"/>

person
Type:
Person, complex content
Optional information about people involved in a transaction or busines process. (These are eomployees of the party).
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="person" type="Person"/>

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.