simpleType GrossSpeed
namespace http://dsrc_r70/DSRC
type restriction of xsd:unsignedByte
used by
elements SnapshotTime/speed1 SnapshotDistance/speed1 SnapshotTime/speed2 SnapshotDistance/speed2
simpleType SpeedProfileMeasurement
facets
minInclusive 0
maxInclusive 31
source <xsd:simpleType name="GrossSpeed">
 
<xsd:restriction base="xsd:unsignedByte">
   
<xsd:minInclusive value="0"/>
   
<xsd:maxInclusive value="31"/>
 
</xsd:restriction>
</xsd:simpleType>


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