Definition Type: SimpleType
Name: CommodityDayTypeEnum
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-enum-5-4.xsd
Documentation:
A day type classification used in counting the number of days between two dates for a commodity transaction.
Collapse XSD Schema Diagram:
XSD Diagram of CommodityDayTypeEnum in schema fpml-enum-5-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="CommodityDayTypeEnum">
    <xsd:annotation>
        <xsd:documentation source="http://www.FpML.org" xml:lang="en">A day type classification used in counting the number of days between two dates for a commodity transaction.</xsd:documentation>
    </xsd:annotation>
    <xsd:union memberTypes="DayTypeEnum">
        <xsd:simpleType>
            <xsd:restriction base="xsd:token">
                <xsd:enumeration value="GasFlow">
                    <xsd:annotation>
                        <xsd:documentation source="http://www.FpML.org" xml:lang="en">When calculating the number of days between two dates the count includes only gas flow days (dates on which gas is delivered).</xsd:documentation>
                    </xsd:annotation>
                </xsd:enumeration>
            </xsd:restriction>
        </xsd:simpleType>
    </xsd:union>
</xsd:simpleType>
Collapse Derivation Tree:
Collapse References:
nsA:dayType