group "Party.model"
Namespace:
Content:
Defined:
Includes:
definitions of 6 elements
Used:
Content Model Diagram
Complex Content Model
partyId*, partyName?, (classification*, creditRating*, country?, region*, jurisdiction*, organizationType?)?, relatedParty*, contactInfo?, businessUnit*, person*
Content Model Elements (12):
businessUnit (defined in Party.model group),
contactInfo (defined in Party.model group),
country (defined in PartyInformation.model group),
person (defined in Party.model group),
region (defined in PartyInformation.model group),
relatedParty (defined in Party.model group)
Known Usage Locations
Annotation
A model group with the content model of a party.
XML Source (w/o annotations (8); see within schema source)
<xsd:group name="Party.model">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="partyId" type="PartyId"/>
<xsd:element minOccurs="0" name="partyName" type="PartyName"/>
<xsd:group minOccurs="0" ref="PartyInformation.model"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="relatedParty" type="PartyRelationship"/>
<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; 6/12)
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
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" 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
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"/>

relatedParty
Type:
PartyRelationship, complex content
Identifies a party that is related to this party, such as a parent, guarantor, or counterparty.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="relatedParty" type="PartyRelationship"/>

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.