Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:ReciprocalLengthUom
Namespace http://www.energistics.org/energyml/data/commonv2
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_UomEnum.tmp#UomEnum
Type restriction of eml:UomEnum
Type hierarchy
Facets
maxLength 32
enumeration 1/angstrom
per angstrom
enumeration 1/cm
per centimetre
enumeration 1/ft
per foot
enumeration 1/in
per inch
enumeration 1/m
per metre
enumeration 1/mi
per mile
enumeration 1/mm
per millimetre
enumeration 1/nm
per nanometre
enumeration 1/yd
per yard
enumeration 1E-9 1/ft
per thousand million foot
Used by
Source
<xs:simpleType name="ReciprocalLengthUom">
  <xs:restriction base="eml:UomEnum">
    <xs:enumeration value="1/angstrom">
      <xs:annotation>
        <xs:documentation>per angstrom</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1/cm">
      <xs:annotation>
        <xs:documentation>per centimetre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1/ft">
      <xs:annotation>
        <xs:documentation>per foot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1/in">
      <xs:annotation>
        <xs:documentation>per inch</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1/m">
      <xs:annotation>
        <xs:documentation>per metre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1/mi">
      <xs:annotation>
        <xs:documentation>per mile</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1/mm">
      <xs:annotation>
        <xs:documentation>per millimetre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1/nm">
      <xs:annotation>
        <xs:documentation>per nanometre</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1/yd">
      <xs:annotation>
        <xs:documentation>per yard</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1E-9 1/ft">
      <xs:annotation>
        <xs:documentation>per thousand million foot</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>