complexType "NonNegativeStep"
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):
stepDate,
stepValue (in step defined in NonNegativeSchedule complexType)
All Direct / Indirect Based Elements (1):
step (defined in NonNegativeSchedule complexType)
Known Usage Locations
Annotation
A type defining a step date and non-negative 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)
  NonNegativeStep
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="NonNegativeStep">
<xsd:complexContent>
<xsd:extension base="StepBase">
<xsd:sequence>
<xsd:element name="stepValue" type="NonNegativeDecimal"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 1/2)
stepValue
Type:
NonNegativeDecimal, simple content
The non-negative rate or amount which becomes effective on the associated stepDate. A rate of 5% would be represented as 0.05.
Simple Content
xsd:decimal
minInclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="stepValue" type="NonNegativeDecimal"/>

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.