complexType "Strategy"
Namespace:
Content:
complex, 1 attribute, 8 elements
Defined:
globally in fpml-doc-5-8.xsd; see XML source
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (8):
productId (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 (3); see within schema source)
<xsd:complexType name="Strategy">
<xsd:complexContent>
<xsd:extension base="Product">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="strategyComponentIdentifier" type="StrategyComponentIdentification"/>
<xsd:element minOccurs="0" name="premiumProductReference" type="ProductReference"/>
<xsd:element maxOccurs="unbounded" ref="product"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/8)
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 47 elements
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" ref="product"/>

strategyComponentIdentifier
Type:
Provides distinct identification for a component of a strategy.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="strategyComponentIdentifier" type="StrategyComponentIdentification"/>

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.