complexType "GenericCommodityDeliveryPeriod"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
settlementPeriods (in genericProduct)
Known Usage Locations
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="GenericCommodityDeliveryPeriod">
<xsd:sequence>
<xsd:element maxOccurs="7" minOccurs="0" name="applicableDay" type="DayOfWeekExtEnum"/>
<xsd:sequence minOccurs="0">
<xsd:element minOccurs="0" name="startTime" type="OffsetPrevailingTime"/>
<xsd:element minOccurs="0" name="endTime" type="OffsetPrevailingTime"/>
</xsd:sequence>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
applicableDay
Type:
DayOfWeekExtEnum, simple content
Specifies the Applicable Day with respect to a range of Settlement Periods.
Simple Content
("MON" | "TUE" | "WED" | "THU" | "FRI" | "SAT" | "SUN") | ("WD" | "WN")
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="7" minOccurs="0" name="applicableDay" type="DayOfWeekExtEnum"/>

endTime
Type:
OffsetPrevailingTime, complex content
Specifies the hour-ending End Time with respect to a range of Settlement Periods. If neither startTime nor endTime contain an offset element and endTime is earlier than startTime, this indicates that the time period "wraps around" midnight. For example, if startTime is 23:00 and endTime is 01:00 then Settlement Periods apply from 00:00 to 01:00 and 23:00 to 00:00 on each included day.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="endTime" type="OffsetPrevailingTime"/>

startTime
Type:
OffsetPrevailingTime, complex content
Specifies the hour-ending Start Time with respect to a range of Settlement Periods.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="startTime" type="OffsetPrevailingTime"/>

XML schema documentation generated with DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.