Units of any time constant, greater than zero |
<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> |