complexType "LoanAllocationNotification"
Namespace:
Content:
complex, 3 attributes, 16 elements
Defined:
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"5"
   
>
   
Content: 
</...>
Content Model Elements (16):
allocation (in loanAllocationNotification),
allocationEvent,
correlationId,
facilityIdentifier (defined in FacilityDetails.model group),
facilitySummary,
header (defined in RequestMessage complexType),
isCorrection,
noticeDate (defined in AbstractLoanTradingNotification complexType),
onBehalfOf (defined in OnBehalfOf.model group),
parentCorrelationId,
party (in loanAllocationNotification),
partyReference (defined in AbstractLoanTradingNotification complexType),
role (defined in AbstractLoanTradingNotification complexType),
sequenceNumber (defined in Sequence.model group),
tradeSummary (in loanAllocationNotification),
validation
All Direct / Indirect Based Elements (1):
loanAllocationNotification
Known Usage Locations
Annotation
A loan servicing notification used to communicate trade allocation details, from counterparty to counterparty, or counterparty to admin agent.
Type Definition Detail
Type Derivation Tree
Document (extension)
  Message (extension)
      RequestMessage (extension)
          CorrectableRequestMessage (extension)
              AbstractLoanTradingNotification (extension)
                  LoanAllocationNotification
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="LoanAllocationNotification">
<xsd:complexContent>
<xsd:extension base="AbstractLoanTradingNotification">
<xsd:sequence>
<xsd:element name="allocationEvent" type="LoanAllocationEvent"/>
<xsd:element maxOccurs="unbounded" name="allocation" type="LoanAllocation"/>
<xsd:sequence>
<xsd:element name="tradeSummary" type="LoanTradeSummary"/>
<xsd:group ref="FacilityDetails.model"/>
<xsd:element maxOccurs="unbounded" name="party" type="Party"/>
</xsd:sequence>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/16)
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 maxOccurs="unbounded" name="allocation" type="LoanAllocation"/>

allocationEvent
Type:
LoanAllocationEvent, complex content
A structure to establish the loan trade allocation event. This structure contains an event identifier for the allocation event as well as a reference to the details of the loan trade alloocation, contained in an element in the message.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="allocationEvent" type="LoanAllocationEvent"/>

party
Type:
Party, complex content
A legal entity or a subdivision of a legal entity.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="party" type="Party"/>

tradeSummary
Type:
LoanTradeSummary, complex content
A summary structure representing a 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.