complexType "QuotedAssetSet"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
assetQuote, instrumentSet
Known Direct Subtypes (1):
FxRateSet
All Direct / Indirect Based Elements (4):
Known Usage Locations
Annotation
A collection of quoted assets.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="QuotedAssetSet">
<xsd:sequence>
<xsd:element minOccurs="0" name="instrumentSet" type="InstrumentSet"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="assetQuote" type="BasicAssetValuation"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
assetQuote
Type:
BasicAssetValuation, complex content
A collection of valuations (quotes) for the assets needed in the set. Normally these quotes will be for the underlying assets listed above, but they don't necesarily have to be.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="assetQuote" type="BasicAssetValuation"/>

instrumentSet
Type:
InstrumentSet, complex content
A collection of instruments used as a basis for quotation.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="instrumentSet" type="InstrumentSet"/>

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