simpleType WeightValueKilo
namespace http://taf-jsg.info/schemes
type restriction of xs:integer
properties
base xs:integer
used by
elements DangerousGoodsWeight GrossWeight MaxGrossWeight ITU_Details/TareWeight RollingRoadUnit/RollingRoadUnitDetails/TareWeightVehicle TotalLoadWeight TotalWeight LoadingTackles/TotalWeightLoadingTackles WagonWeightEmpty
facets
Kind Value Annotation
minInclusive 0
maxInclusive 999999
whiteSpace collapse
annotation
documentation
In Kilograms
source <xs:simpleType name="WeightValueKilo">
 
<xs:annotation>
   
<xs:documentation>In Kilograms</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:integer">
   
<xs:minInclusive value="0"/>
   
<xs:maxInclusive value="999999"/>
   
<xs:whiteSpace value="collapse"/>
 
</xs:restriction>
</xs:simpleType>


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