FrequencyValue

Units of any frequency, zero or greater

Simple Type Information

Source

<xs:simpleType name="FrequencyValue">
  <xs:annotation>
    <xs:appinfo>
      <meta:units>Hz</meta:units>
      <meta:typical_value>50</meta:typical_value>
    </xs:appinfo>
    <xs:documentation>Units of any frequency, zero or greater</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:double">
    <xs:minInclusive value="0"/>
  </xs:restriction>
</xs:simpleType>