complexType "RequestCollateralAllocation"
Namespace:
Content:
complex, 3 attributes, 14 elements
Defined:
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"3"
   
>
   
Content: 
</...>
Content Model Elements (14):
header (defined in RequestMessage complexType),
onBehalfOf (defined in OnBehalfOf.model group),
party (defined in PartiesAndAccounts.model group),
sequenceNumber (defined in Sequence.model group),
validation (defined in Validation.model group),
validation (defined in Validation.model group)
All Direct / Indirect Based Elements (1):
requestCollateralAllocation
Known Usage Locations
Type Definition Detail
Type Derivation Tree
Document (extension)
  Message (extension)
      RequestMessage (extension)
          CorrectableRequestMessage (extension)
              RequestCollateralAllocation
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="RequestCollateralAllocation">
<xsd:complexContent>
<xsd:extension base="CorrectableRequestMessage">
<xsd:sequence>
<xsd:element minOccurs="0" name="serviceName" type="NormalizedString"/>
<xsd:element minOccurs="0" name="requestedAction" type="RequestedCollateralAllocationAction"/>
<xsd:element maxOccurs="1" name="collateralGiverPartyReference" type="PartyReference"/>
<xsd:element maxOccurs="unbounded" 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; 4/14)
collateralAllocation
Type:
Allocation details
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" 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" name="collateralGiverPartyReference" type="PartyReference"/>

requestedAction
Type:
The type of change requested for the collateral allocation.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="requestedAction" type="RequestedCollateralAllocationAction"/>

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

XML schema documentation generated with DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.