complexType "StepBase"
Namespace:
Content:
complex, 1 attribute, 1 element
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
Includes:
definitions of 1 attribute, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (1):
stepDate
Known Direct Subtypes (2):
NonNegativeStep, Step
All Direct / Indirect Based Elements (3):
step (defined in NonNegativeSchedule complexType),
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.
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType abstract="true" name="StepBase">
<xsd:sequence>
<xsd:element name="stepDate" type="xsd:date"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
id
Type:
xsd:ID, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="id" type="xsd:ID"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
stepDate
Type:
xsd:date, predefined, simple content
The date on which the associated stepValue becomes effective. This day may be subject to adjustment in accordance with a business day convention.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="stepDate" type="xsd:date"/>

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.