XML Schema Documentation

Simple Type: ElectricityProductTypeEnum

[Table of contents]

Super-types: xsd:token < ElectricityProductTypeEnum (by restriction)
Sub-types: None
Name ElectricityProductTypeEnum
Content
  • Base XSD Type: token
  • value comes from list: {'Electricity'}
Documentation The type of electricity product.
Diagram
Schema Component Representation
<xsd:simpleType name="ElectricityProductTypeEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="Electricity"/>
</xsd:restriction>
</xsd:simpleType>