group "LoanTradeAllocationDetails.model"
Namespace:
Content:
Defined:
Includes:
definitions of 5 elements
Used:
Content Model Diagram
Complex Content Model
Content Model Elements (5):
Known Usage Locations
Annotation
A model used to reference a single loan trade together with all associated allocations.
XML Source (w/o annotations (6); see within schema source)
<xsd:group name="LoanTradeAllocationDetails.model">
<xsd:sequence>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="allocationId" type="LoanAllocationIdentifier"/>
<xsd:element name="allocationSummary" type="LoanAllocationSummary"/>
<xsd:element name="allocation" type="LoanAllocation"/>
</xsd:choice>
<xsd:choice>
<xsd:element name="tradeIdentifier" type="TradeIdentifier"/>
<xsd:element name="tradeSummary" type="LoanTradeSummary"/>
</xsd:choice>
</xsd:sequence>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 5/5)
allocation
Type:
LoanAllocation, complex content
A structure defining information related to a loan trade allocation.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="allocation" type="LoanAllocation"/>

allocationId
Type:
LoanAllocationIdentifier, complex content
A party-specific allocation identifier.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="allocationId" type="LoanAllocationIdentifier"/>

allocationSummary
Type:
LoanAllocationSummary, complex content
A summary structure representing the loan trade allocation.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="allocationSummary" type="LoanAllocationSummary"/>

tradeIdentifier
Type:
TradeIdentifier, complex content
Unique trade ids used to identify the trade record.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="tradeIdentifier" type="TradeIdentifier"/>

tradeSummary
Type:
LoanTradeSummary, complex content
A summary structure representing the loan trade.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="tradeSummary" type="LoanTradeSummary"/>

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.