TimeConstantValue

Units of any time constant, greater than zero

Simple Type Information

Used By

Source

<xs:simpleType name="TimeConstantValue">
  <xs:annotation>
    <xs:appinfo>
      <meta:units>s</meta:units>
      <meta:typical_value>0.005</meta:typical_value>
    </xs:appinfo>
    <xs:documentation>Units of any time constant, greater than zero</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:double">
    <xs:minExclusive value="0"/>
  </xs:restriction>
</xs:simpleType>