complexType "PartyContactInformation"
Namespace:
Content:
complex, 4 elements
Defined:
Includes:
definitions of 4 elements
Used:
never
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (4):
businessUnit (defined in PartyContactInformation complexType),
contactInfo (defined in PartyContactInformation complexType),
partyReference (defined in PartyContactInformation complexType),
person (defined in PartyContactInformation complexType)
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="PartyContactInformation">
<xsd:sequence>
<xsd:element minOccurs="0" name="partyReference" type="PartyReference"/>
<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:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
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
XML Source (see within schema source)
<xsd:element minOccurs="0" name="contactInfo" type="ContactInformation"/>

partyReference
Type:
PartyReference, empty content
The party to which the terms apply.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="partyReference" type="PartyReference"/>

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.