simpleType "StepRelativeToEnum"
Namespace:
Defined:
globally in fpml-enum-5-8.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"Initial"
 - 
Change in notional to be applied is calculated by multiplying the percentage rate by the initial notional amount.
"Previous"
 - 
Change in notional to be applied is calculated by multiplying the percentage rate by the previously outstanding notional amount.
MinLength:
0

All Direct / Indirect Based Elements (1):
stepRelativeTo
Known Usage Locations
Annotation
The specification of whether a percentage rate change, used to calculate a change in notional outstanding, is expressed as a percentage of the initial notional amount or the previously outstanding notional amount.
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  Token (restriction)
      StepRelativeToEnum
Derivation:
restriction of Token
Facets:
enumeration:
"Initial"
 - 
Change in notional to be applied is calculated by multiplying the percentage rate by the initial notional amount.
"Previous"
 - 
Change in notional to be applied is calculated by multiplying the percentage rate by the previously outstanding notional amount.
XML Source (w/o annotations (3); see within schema source)
<xsd:simpleType name="StepRelativeToEnum">
<xsd:restriction base="Token">
<xsd:enumeration value="Initial"/>
<xsd:enumeration value="Previous"/>
</xsd:restriction>
</xsd:simpleType>

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.