complexType "Step"
Namespace:
Content:
complex, 1 attribute, 2 elements
Defined:
Includes:
definition of 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (2):
stepValue (defined in Step complexType)
All Direct / Indirect Based Elements (2):
step (defined in Schedule complexType),
Known Usage Locations
Annotation
A type defining a step date and step value pair. This step definitions are used to define varying rate or amount schedules, e.g. a notional amortization or a step-up coupon schedule.
Type Definition Detail
Type Derivation Tree
StepBase (extension)
  Step
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="Step">
<xsd:complexContent>
<xsd:extension base="StepBase">
<xsd:sequence>
<xsd:element name="stepValue" type="xsd:decimal"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 1/2)
stepValue
Type:
xsd:decimal, predefined, simple content
The rate or amount which becomes effective on the associated stepDate. A rate of 5% would be represented as 0.05.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="stepValue" type="xsd:decimal"/>

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.