simpleType dsrc:Acceleration
namespace http://www.DSRC-Draft-02-00-15
type restriction of xs:short
used by
elements dsrc:ValueList/acceleration dsrc:VehicleStatusDeviceType/hozAccelLat dsrc:VehicleStatusDeviceType/hozAccelLong dsrc:AccelerationSet4Way/lat dsrc:AccelerationSet4Way/long
facets
minInclusive -2000
maxInclusive 2000
annotation
documentation
      
            LSB units are 0.01 m/s^2
        
source <xs:simpleType name="Acceleration">
 
<xs:annotation>
   
<xs:documentation>      
            LSB units are 0.01 m/s^2
        
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:short">
   
<xs:minInclusive value="-2000"/>
   
<xs:maxInclusive value="2000"/>
 
</xs:restriction>
</xs:simpleType>


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