| namespace | https://mmixm.aero/base/4 | |||||||||||||
| type | restriction of xs:string | |||||||||||||
| properties |
|
|||||||||||||
| used by |
|
|||||||||||||
| facets |
|
|||||||||||||
| annotation |
|
|||||||||||||
| source | <xs:simpleType name="UomEnergy"> <xs:annotation> <xs:documentation>Unit of measure for energy</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="KWH"> <xs:annotation> <xs:documentation>Kilowatt hours</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="J"> <xs:annotation> <xs:documentation>Joules</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |