XML Schema Documentation

Complex Type: CommodityBusinessCalendarTime

[Table of contents]

Super-types: None
Sub-types: None
Name CommodityBusinessCalendarTime
Abstract no
Documentation Specifies the time with respect to a commodity business calendar.
XML Instance Representation
<...>
<hourMinuteTime> HourMinuteTime </hourMinuteTime> [1]

'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.'

<timeZone> TimeZone </timeZone> [1]

'An identifier for a specific location or region which translates into a combination of rules for calculating the UTC offset.'

<businessCalendar> CommodityBusinessCalendar </businessCalendar> [1]

'Identifies a commodity business day calendar.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="CommodityBusinessCalendarTime">
<xsd:sequence>
<xsd:element name="hourMinuteTime" type=" HourMinuteTime "/>
<xsd:element name="timeZone" type=" TimeZone "/>
<xsd:element name="businessCalendar" type=" CommodityBusinessCalendar "/>
</xsd:sequence>
</xsd:complexType>