Units of current |
<xs:simpleType name="CurrentValue"> <xs:annotation> <xs:appinfo> <meta:units>A</meta:units> <meta:typical_value>1e-11</meta:typical_value> </xs:appinfo> <xs:documentation>Units of current</xs:documentation> </xs:annotation> <xs:restriction base="xs:double"> </xs:restriction> </xs:simpleType> |