XML Schema Documentation

Simple Type: CommodityDayTypeEnum

[Table of contents]

Super-types: None
Sub-types: None
Name CommodityDayTypeEnum
Content
  • Union of following types:
    • DayTypeEnum
    • Locally defined type:
      • Base XSD Type: token
      • value comes from list: {'GasFlow'}
Diagram
Schema Component Representation
<xsd:simpleType name="CommodityDayTypeEnum">
<xsd:union memberTypes=" DayTypeEnum ">
<xsd:simpleType>
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="GasFlow"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>