complexType "ExpectedCollateralDelivery"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
(cashType? | securityType? | letterOfCreditType?)+
</...>
Content Model Elements (3):
cashType, letterOfCreditType, securityType
All Direct / Indirect Based Elements (1):
deliver (defined in ExpectedCollateralDeliveryReturn complexType)
Known Usage Locations
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="ExpectedCollateralDelivery">
<xsd:choice maxOccurs="unbounded">
<xsd:element minOccurs="0" name="cashType" type="CashType"/>
<xsd:element minOccurs="0" name="securityType" type="SecurityType"/>
<xsd:element minOccurs="0" name="letterOfCreditType" type="LetterOfCreditType"/>
</xsd:choice>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
cashType
Type:
CashType, complex content
Specifies cash as type of expected collateral.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="cashType" type="CashType"/>

letterOfCreditType
Type:
LetterOfCreditType, complex content
Specifies a letter of credit as type of expected collateral.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="letterOfCreditType" type="LetterOfCreditType"/>

securityType
Type:
SecurityType, complex content
Specifies a security as type of expected collateral.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="securityType" type="SecurityType"/>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.