<xs:simpleType name="LuminousIntensityUom">
<xs:restriction base="eml:UomEnum">
<xs:enumeration value="cd">
<xs:annotation>
<xs:documentation>candela</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="kcd">
<xs:annotation>
<xs:documentation>kilocandela</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
|