applies as basic type for inheritance, should not be used directly because of missing unit of measure |
Simple Types | rail:tVolumeCubicMeter, rail:tVolumeLitre |
<xs:simpleType name="tVolume"> <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="3"/> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> |