complexType "AbstractLoanAllocationSummary"
Namespace:
Content:
complex, 3 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
allocationIdentifier (in allocation in loanAllocationNotification),
amount (in allocation in loanAllocationNotification),
comment (in allocation in loanAllocationNotification)
Known Direct Subtypes (1):
LoanAllocation
All Direct / Indirect Based Elements (1):
allocation (in loanAllocationNotification)
Known Usage Locations
Annotation
An underlying structure defining fundamental allocation event information.
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType abstract="true" name="AbstractLoanAllocationSummary">
<xsd:sequence>
<xsd:element name="allocationIdentifier" type="LoanAllocationIdentifier"/>
<xsd:element name="amount" type="Money"/>
<xsd:element minOccurs="0" name="comment" type="String"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
allocationIdentifier
Type:
LoanAllocationIdentifier, complex content
Unique allocation id used to identify the allocation record.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="allocationIdentifier" type="LoanAllocationIdentifier"/>

amount
Type:
Money, complex content
Amount allocated.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="amount" type="Money"/>

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.