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