Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type tps:scaleType
Namespace tps
Annotations
The scale units (can be decimal, ppm, ppb, denominator)
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration decimal
enumeration ppm
enumeration ppb
enumeration denominator
Used by
Source
<xs:simpleType name="scaleType">
  <xs:annotation>
    <xs:documentation>The scale units (can be decimal, ppm, ppb, denominator)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="decimal"/>
    <xs:enumeration value="ppm"/>
    <xs:enumeration value="ppb"/>
    <xs:enumeration value="denominator"/>
  </xs:restriction>
</xs:simpleType>