Definition Type: SimpleType
Name: PeriodEnum
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-enum-4-4.xsd
Documentation:
The specification of a time period
Collapse XSD Schema Diagram:
XSD Diagram of PeriodEnum in schema fpml-enum-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="PeriodEnum">
    <xsd:annotation>
        <xsd:documentation source="http://www.FpML.org" xml:lang="en">The specification of a time period</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="D">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">Day.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="W">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">Week.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="M">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">Month.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Y">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">Year.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="T">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">Term.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration D
Enumeration W
Enumeration M
Enumeration Y
Enumeration T
Collapse Derivation Tree:
Collapse References:
fpml:period