complexType "LoanAllocationSummary"
Namespace:
Content:
complex, 1 attribute, 9 elements
Defined:
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (9):
amount (defined in LoanAllocationSummary complexType),
comment (defined in LoanAllocationSummary complexType),
issuer (defined in IssuerTradeId.model group),
tradeId (defined in IssuerTradeId.model group),
tradeId (defined in TradeIdentifier complexType),
Known Direct Subtypes (1):
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="NonEmptyString"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/9)
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:
NonEmptyString, simple content
A freetext field which allows the sender to add further details around the allocation event.
Simple Content
xsd:string
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="comment" type="NonEmptyString"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.