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):
applicableDay (in settlementPeriods defined in GenericCommodityAttributes.model group),
endTime (in settlementPeriods defined in GenericCommodityAttributes.model group),
startTime (in settlementPeriods defined in GenericCommodityAttributes.model group)
All Direct / Indirect Based Elements (1):
settlementPeriods (defined in GenericCommodityAttributes.model group)
Known Usage Locations
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="GenericCommodityDeliveryPeriod">
<xsd:sequence>
<xsd:element maxOccurs="7" minOccurs="1" name="applicableDay" type="DayOfWeekEnum"/>
<xsd:sequence minOccurs="0">
<xsd:element name="startTime" type="OffsetPrevailingTime"/>
<xsd:element name="endTime" type="OffsetPrevailingTime"/>
</xsd:sequence>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
applicableDay
Type:
DayOfWeekEnum, simple content
Specifies the Applicable Day with respect to a range of Settlement Periods.
Simple Content
enumeration of xsd:token
Enumeration:
"MON"
 - 
Monday
"TUE"
 - 
Tuesday
"WED"
 - 
Wednesday
"THU"
 - 
Thursday
"FRI"
 - 
Friday
"SAT"
 - 
Saturday
"SUN"
 - 
Sunday
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="7" minOccurs="1" name="applicableDay" type="DayOfWeekEnum"/>

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 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 name="startTime" type="OffsetPrevailingTime"/>

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