complexType "CollateralAllocationReport"
Namespace:
Content:
complex, 3 attributes, 11 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"4"
    >
   
Content: 
header?, validation*, (parentCorrelationId?, correlationId?, sequenceNumber??)?, onBehalfOf[0..4]?, serviceName?, collateralGiverPartyReference?, collateralAllocation*, party*, account*
</...>
Content Model Elements (11):
account,
header (defined in NotificationMessage complexType),
onBehalfOf (defined in OnBehalfOf.model group),
parentCorrelationId,
party (defined in PartiesAndAccounts.model group),
sequenceNumber (defined in Sequence.model group),
All Direct / Indirect Based Elements (1):
collateralAllocationReport
Known Usage Locations
Annotation
A type defining the content model for a message allowing one party to send a report listing collateral allocation.
Type Definition Detail
Type Derivation Tree
Document (extension)
  Message (extension)
      NotificationMessage (extension)
          CollateralAllocationReport
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="CollateralAllocationReport">
<xsd:complexContent>
<xsd:extension base="NotificationMessage">
<xsd:sequence>
<xsd:element minOccurs="0" name="serviceName" type="xsd:normalizedString"/>
<xsd:element maxOccurs="1" minOccurs="0" name="collateralGiverPartyReference" type="PartyReference"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="collateralAllocation" type="ProposedCollateralAllocation"/>
<xsd:group ref="PartiesAndAccounts.model"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/11)
collateralAllocation
Type:
Allocation details
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="collateralAllocation" type="ProposedCollateralAllocation"/>

collateralGiverPartyReference
Type:
PartyReference, empty content
The party paying the margin / issuing the allocation request.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="collateralGiverPartyReference" type="PartyReference"/>

serviceName
Type:
xsd:normalizedString, predefined, simple content
The name of the service to which the message applies
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="serviceName" type="xsd:normalizedString"/>

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.