complexType "StandardPackage"
Namespace:
Content:
complex, 4 elements
Defined:
Includes:
definitions of 4 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (4):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A standard package is a type of strategy which consists of several single instruments, also known as underlying instruments. All underlying instruments must be also specified in the product definition, so that the can be referred to by their identifier.
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="StandardPackage">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="productId" type="ProductId"/>
<xsd:element minOccurs="0" name="packageName" type="PackageName"/>
<xsd:element minOccurs="0" name="hedgeType" type="HedgeType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="component" type="ComponentProduct"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
component
Type:
ComponentProduct, complex content
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="component" type="ComponentProduct"/>

hedgeType
Type:
HedgeType, simple content
Hedged type defines how quantities on each component product are calculated. If hedge type is DeltaNeutral, component products must have HedgeRiskWeights defined.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="hedgeType" type="HedgeType"/>

packageName
Type:
PackageName, simple content
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (see within schema source)
<xsd:element minOccurs="0" name="packageName" type="PackageName"/>

productId
Type:
ProductId, simple content
Simple Content
xsd:normalizedString
maxLength:
1023
minLength:
1
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="productId" type="ProductId"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.