Definition Type: ComplexType
Name: CommodityBusinessCalendarTime
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-asset-5-2.xsd
Abstract
Documentation:
Specifies the time with respect to a commodity business calendar.
Collapse XSD Schema Diagram:
Drilldown into businessCalendar in schema fpml-asset-5-2_xsd Drilldown into timeZone in schema fpml-asset-5-2_xsd Drilldown into hourMinuteTime in schema fpml-asset-5-2_xsdXSD Diagram of CommodityBusinessCalendarTime in schema fpml-asset-5-2_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CommodityBusinessCalendarTime">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Specifies the time with respect to a commodity business calendar.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="hourMinuteTime" type="HourMinuteTime" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A time specified as Hour Ending in hh:mm:ss format where the second component must be '00', e.g. 11am would be represented as 11:00:00.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="timeZone" type="TimeZone" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">An identifier for a specific location or region which translates into a combination of rules for calculating the UTC offset.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="businessCalendar" type="CommodityBusinessCalendar" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Identifies a commodity business day calendar.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
hourMinuteTime nsA:hourMinuteTime 0 (1)
timeZone nsA:timeZone 0 (1)
businessCalendar nsA:businessCalendar 0 (1)