namespace | https://mmixm.aero/base/2.1.0 | |||||||||||||
type | restriction of xs:string | |||||||||||||
properties |
|
|||||||||||||
used by |
|
|||||||||||||
facets |
|
|||||||||||||
annotation |
|
|||||||||||||
source | <xs:simpleType name="UomPower"> <xs:annotation> <xs:documentation>Unit of measure for power</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="KW"> <xs:annotation> <xs:documentation>Kilowatt</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="W"> <xs:annotation> <xs:documentation>Watt</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |