Definition Type: ComplexType
Name: EnvironmentalProductComplaincePeriod
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-com-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into endYear in schema fpml-com-5-10_xsd Drilldown into startYear in schema fpml-com-5-10_xsdXSD Diagram of EnvironmentalProductComplaincePeriod in schema fpml-com-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="EnvironmentalProductComplaincePeriod">
    <xsd:sequence>
        <xsd:element name="startYear" type="xsd:gYear">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The first year of the Compliance Period.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="endYear" type="xsd:gYear">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The last year of the Commpliance Period.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
startYear nsA:startYear (1) (1)
endYear nsA:endYear (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:compliancePeriod