complexType "LoanTransferNotification"
Namespace:
Content:
complex, 3 attributes, 15 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:token
 = 
xsd:positiveInteger
 = 
"5"
   
>
   
Content: 
</...>
Content Model Elements (15):
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 loanTransferNotification),
partyReference (defined in AbstractLoanTradingNotification complexType),
role (defined in AbstractLoanTradingNotification complexType),
sequenceNumber (defined in Sequence.model group),
transfer (in loanTransferNotification),
transferEvent,
validation
All Direct / Indirect Based Elements (1):
loanTransferNotification
Known Usage Locations
Annotation
A loan servicing notification used to communicate details to establish a master trade, from counterparty to admin agent.
Type Definition Detail
Type Derivation Tree
Document (extension)
  Message (extension)
      RequestMessage (extension)
          CorrectableRequestMessage (extension)
              AbstractLoanTradingNotification (extension)
                  LoanTransferNotification
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="LoanTransferNotification">
<xsd:complexContent>
<xsd:extension base="AbstractLoanTradingNotification">
<xsd:sequence>
<xsd:element name="transferEvent" type="LoanTradeEvent"/>
<xsd:element name="transfer" type="LoanTransfer"/>
<xsd:sequence>
<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; 3/15)
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"/>

transfer
Type:
LoanTransfer, complex content
An event structure defining loan transfer information, sent from counterparty to agent. This structure contains the main (e.g. fund manager/main counterparty) trade details.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="transfer" type="LoanTransfer"/>

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

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.