simpleType WeightValueTonne
namespace http://taf-jsg.info/schemes
type restriction of xs:int
properties
base xs:int
used by
elements TractionWeight TrainWeight WeightOfSetOfCarriages
facets
Kind Value Annotation
minInclusive 1
maxInclusive 99999
annotation
documentation
In Tonnes
source <xs:simpleType name="WeightValueTonne">
 
<xs:annotation>
   
<xs:documentation>In Tonnes</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:int">
   
<xs:minInclusive value="1"/>
   
<xs:maxInclusive value="99999"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy