Units of any time value, zero or greater |
Attribute | IntegrateAndFire/@t_refrac |
<xs:simpleType name="TimeValue"> <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 value, zero or greater</xs:documentation> </xs:annotation> <xs:restriction base="xs:double"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> |