complexType "StandardProduct"
Namespace:
Content:
complex, 1 attribute, 5 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
    >
   
Content: 
productType*, productId*, assetClass*, notional?, quote*
</...>
Content Model Elements (5):
assetClass (defined in Product.model group),
productId (defined in Product.model group),
productType (defined in Product.model group),
All Direct / Indirect Based Elements (1):
standardProduct
Known Usage Locations
Annotation
Simple product representation providing key information about a variety of different products
Type Definition Detail
Type Derivation Tree
Product (extension)
  StandardProduct
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="StandardProduct">
<xsd:complexContent>
<xsd:extension base="Product">
<xsd:sequence>
<!--
<xsd:element name="effectiveDate" type="AdjustableDate2">
<xsd:annotation>
<xsd:documentation xml:lang="en">The starting date of the transaction.</xsd:documentation>
</xsd:annotation>
</xsd:element>
-->
<xsd:element minOccurs="0" name="notional" type="CashflowNotional"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="quote" type="BasicQuotation"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/5)
notional
Type:
CashflowNotional, complex content
The notional amount that was traded.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="notional" type="CashflowNotional"/>

quote
Type:
BasicQuotation, complex content
Pricing information for the trade.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="quote" type="BasicQuotation"/>

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.