rail:tCurrent

applies as basic type for inheritance, should not be used directly because of missing unit of measure

Simple Type Information

Used By

Simple Type rail:tCurrentAmpere

Source

<xs:simpleType name="tCurrent">
  <xs:annotation>
    <xs:documentation>applies as basic type for inheritance, should not be used directly because of missing unit of measure</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:fractionDigits value="1"/>
  </xs:restriction>
</xs:simpleType>