complexType "StrikeSchedule"
Namespace:
Content:
complex, 1 attribute, 4 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (4):
buyer (defined in StrikeSchedule complexType),
initialValue (defined in Schedule complexType),
seller (defined in StrikeSchedule complexType),
step (defined in Schedule complexType)
All Direct / Indirect Based Elements (2):
capRateSchedule, floorRateSchedule
Known Usage Locations
Annotation
A type describing a schedule of cap or floor rates.
Type Definition Detail
Type Derivation Tree
Schedule (extension)
  StrikeSchedule
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="StrikeSchedule">
<xsd:complexContent>
<xsd:extension base="Schedule">
<xsd:sequence>
<xsd:element minOccurs="0" name="buyer" type="IdentifiedPayerReceiver"/>
<xsd:element minOccurs="0" name="seller" type="IdentifiedPayerReceiver"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/4)
buyer
Type:
IdentifiedPayerReceiver, simple content
The buyer of the option
Simple Content
enumeration of xsd:token
Enumeration:
"Payer"
 - 
The party identified as the stream payer.
"Receiver"
 - 
The party identified as the stream receiver.
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="buyer" type="IdentifiedPayerReceiver"/>

seller
Type:
IdentifiedPayerReceiver, simple content
The party that has sold.
Simple Content
enumeration of xsd:token
Enumeration:
"Payer"
 - 
The party identified as the stream payer.
"Receiver"
 - 
The party identified as the stream receiver.
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="seller" type="IdentifiedPayerReceiver"/>

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.