LengthUnits

Enumeration of length units. Used in MorphML Level 1 files, where length is the only important dimension. Note: micrometer is preferred to micron from v1.8.1

Simple Type Information

Used By

Source

<xs:simpleType name="LengthUnits">
  <xs:annotation>
    <xs:documentation>Enumeration of length units. Used in MorphML Level 1 files, where length is the only important dimension. Note: micrometer is preferred to micron from v1.8.1</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="micron">
      <xs:annotation>
        <xs:documentation>Note: micrometer is preferred to micron from v1.8.1</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="micrometer">
      <xs:annotation>
        <xs:documentation>Note: micrometer is preferred to micron from v1.8.1</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="millimeter"/>
    <!-- Note: changed to the American English spelling in v1.8.1...-->
    <xs:enumeration value="meter"/>
    <!-- Note: changed to the American English spelling in v1.8.1...-->
  </xs:restriction>
</xs:simpleType>