complexType "CommodityAmericanExercise"
Namespace:
Content:
complex, 1 attribute, 2 elements
Defined:
globally in fpml-com-5-13.xsd; see XML source
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (3):
americanExercise (defined in CommodityExercise complexType),
Known Usage Locations
Annotation
A type for defining exercise procedures associated with an American style exercise of a commodity option.
Type Definition Detail
Type Derivation Tree
Exercise (extension)
  CommodityAmericanExercise
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="CommodityAmericanExercise">
<xsd:complexContent>
<xsd:extension base="Exercise">
<xsd:sequence>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="exercisePeriod" type="CommodityExercisePeriods"/>
<xsd:element minOccurs="0" name="exerciseFrequency" type="Frequency"/>
</xsd:sequence>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
exerciseFrequency
Type:
Frequency, complex content
The exercise frequency for the strip.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="exerciseFrequency" type="Frequency"/>

exercisePeriod
Type:
CommodityExercisePeriods, complex content
Describes the American exercise periods.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="exercisePeriod" type="CommodityExercisePeriods"/>

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.