complexType "Strategy"
Namespace:
Content:
complex, 1 attribute, 10 elements
Defined:
globally in fpml-doc-5-3.xsd; see XML source
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
    >
   
Content: 
((primaryAssetClass, secondaryAssetClass*, productType*, productId*) | (((productType+, productId*) | productId+), assetClass*))?, premiumProductReference?, product*
</...>
Content Model Elements (10):
assetClass (defined in Product.model group),
primaryAssetClass (defined in Product.model group),
productId (defined in Product.model group),
productId (defined in Product.model group),
productId (defined in Product.model group),
productType (defined in Product.model group),
productType (defined in Product.model group),
All Direct / Indirect Based Elements (1):
strategy
Known Usage Locations
Annotation
A type defining a group of products making up a single trade.
Type Definition Detail
Type Derivation Tree
Product (extension)
  Strategy
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="Strategy">
<xsd:complexContent>
<xsd:extension base="Product">
<xsd:sequence>
<xsd:element minOccurs="0" name="premiumProductReference" type="ProductReference"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="product"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/10)
premiumProductReference
Type:
ProductReference, empty content
Indicates which product within a strategy represents the premium payment.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="premiumProductReference" type="ProductReference"/>

product
Type:
Product, complex content
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 33 elements
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="product"/>

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.