complexType "ApplicableAssets"
Namespace:
Content:
complex, 4 elements
Defined:
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (4):
All Direct / Indirect Based Elements (1):
applicableAssets
Known Usage Locations
Annotation
A structure that defines the assets (or type of assets) that a particular payment profile may be associated with.
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="ApplicableAssets">
<xsd:choice>
<xsd:choice>
<xsd:element maxOccurs="unbounded" name="dealIdentifier" type="DealIdentifier"/>
<xsd:element maxOccurs="unbounded" name="facilityIdentifier" type="FacilityIdentifier"/>
<xsd:element maxOccurs="unbounded" name="facilityType" type="FacilityType"/>
</xsd:choice>
<xsd:element name="allAssets" type="LoanAllAssetsEnum"/>
</xsd:choice>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
allAssets
Type:
LoanAllAssetsEnum, simple content
A list with a single 'all' value to explicitly indicate all transactions are applicable.
Simple Content
enumeration of xsd:string
Enumeration:
"All"
 - 
Trade is part of a syndication.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="allAssets" type="LoanAllAssetsEnum"/>

dealIdentifier
Type:
DealIdentifier, complex content
The deals for which this default settlement instruction is valid.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="dealIdentifier" type="DealIdentifier"/>

facilityIdentifier
Type:
FacilityIdentifier, complex content
The facilities for which this default settlement instruction is valid.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="facilityIdentifier" type="FacilityIdentifier"/>

facilityType
Type:
FacilityType, simple content
The facility type (i.e. term, delayed draw, TLB, etc.) for which this default settlement instruction is valid.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="facilityType" type="FacilityType"/>

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.