complexType "LoanAllocationSummary"
Namespace:
Content:
complex, 1 attribute, 11 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (11):
accountReference (defined in PartyAndAccountReferences.model group),
amount (defined in LoanAllocationSummary complexType),
comment (defined in LoanAllocationSummary complexType),
issuer (defined in IssuerTradeId.model group),
loanTradeReference (defined in LoanAllocationIdentifier complexType),
partyReference (defined in PartyAndAccountReferences.model group),
tradeId (defined in IssuerTradeId.model group),
tradeId (defined in TradeIdentifier complexType),
tradeId (defined in TradeIdentifier complexType),
versionedTradeId (defined in TradeIdentifier complexType),
versionedTradeId (defined in TradeIdentifier complexType)
Known Direct Subtypes (1):
LoanAllocation
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
A structure defining fundamental allocation event information.
Type Definition Detail
Type Derivation Tree
TradeIdentifier (extension)
  LoanAllocationIdentifier (extension)
      LoanAllocationSummary
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType abstract="false" name="LoanAllocationSummary">
<xsd:complexContent>
<xsd:extension base="LoanAllocationIdentifier">
<xsd:sequence>
<xsd:element name="amount" type="NonNegativeMoney"/>
<xsd:element minOccurs="0" name="comment" type="String"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/11)
amount
Type:
NonNegativeMoney, complex content
Amount allocated.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="amount" type="NonNegativeMoney"/>

comment
Type:
String, simple content
A freetext field which allows the sender to add further details around the allocation event.
Simple Content
xsd:string
maxLength:
255
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="comment" type="String"/>

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.