| Namespace |
http://www.energistics.org/energyml/data/commonv2 |
|
Diagram
|
|
| Type |
restriction of eml:UomEnum |
| Type hierarchy |
|
|
Facets
|
| maxLength |
32 |
|
| enumeration |
% |
|
| enumeration |
Euc |
|
| enumeration |
ms/s |
|
| enumeration |
s/s |
|
|
|
Used by
|
|
|
Source
|
<xs:simpleType name="TimePerTimeUom">
<xs:restriction base="eml:UomEnum">
<xs:enumeration value="%">
<xs:annotation>
<xs:documentation>percent</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Euc">
<xs:annotation>
<xs:documentation>euclid</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ms/s">
<xs:annotation>
<xs:documentation>millisecond per second</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="s/s">
<xs:annotation>
<xs:documentation>second per second</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
|
|