Definition Type: ComplexType
Name: StubCalculationPeriod
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-eq-shared-5-10.xsd
Abstract
Documentation:
A type describing the Stub Calculation Period.
Collapse XSD Schema Diagram:
Drilldown into finalStub in schema fpml-eq-shared-5-10_xsd Drilldown into finalStub in schema fpml-eq-shared-5-10_xsd Drilldown into initialStub in schema fpml-eq-shared-5-10_xsdXSD Diagram of StubCalculationPeriod in schema fpml-eq-shared-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="StubCalculationPeriod">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type describing the Stub Calculation Period.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:annotation>
            <xsd:documentation xml:lang="en">Choice group between mandatory specification of initial stub and optional specification of final stub, or mandatory final stub.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:element name="initialStub" type="Stub" />
            <xsd:element name="finalStub" type="Stub" minOccurs="0" />
        </xsd:sequence>
        <xsd:element name="finalStub" type="Stub" />
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
initialStub nsA:initialStub (1) (1)
finalStub nsA:finalStub 0 (1)
finalStub nsA:finalStub (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:stubCalculationPeriod