complexType "Party"
Namespace:
Content:
complex, 1 attribute, 13 elements
Defined:
Includes:
definitions of 1 attribute, 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (13):
contactInfo (defined in Party.model group),
country (defined in PartyInformation.model group),
partyReference (defined in Party complexType),
All Direct / Indirect Based Elements (4):
party (defined in Parties.model group),
party (defined in PartiesAndAccounts.model group),
Known Usage Locations
Annotation
A type defining a legal entity or a subdivision of a legal entity.
Parties can perform multiple roles in a trade lifecycle. For example, the principal parties obligated to make payments from time to time during the term of the trade, but may include other parties involved in, or incidental to, the trade, such as parties acting in the role of novation transferor/transferee, broker, calculation agent, etc. In FpML roles are defined in multiple places within a document.
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="Party">
<xsd:choice>
<xsd:group ref="Party.model"/>
<xsd:sequence>
<xsd:element name="groupType" type="PartyGroupType"/>
<xsd:element maxOccurs="unbounded" minOccurs="2" name="partyReference" type="PartyReference"/>
</xsd:sequence>
</xsd:choice>
<xsd:attribute name="id" type="xsd:ID" use="required"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
id
Type:
xsd:ID, predefined
Use:
required
The id uniquely identifying the Party within the document.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="id" type="xsd:ID" use="required"/>
Content Element Detail (all declarations; defined within this component only; 2/13)
groupType
Type:
PartyGroupType, simple content
Party Group Type, e.g. JointAndSeveralLiability
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="groupType" type="PartyGroupType"/>

partyReference
Type:
PartyReference, empty content
Reference to a party that is a member of the group of entities that are acting together as a single party in a transaction.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="2" name="partyReference" type="PartyReference"/>

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.