simpleType dsrc:SteeringWheelAngle
namespace http://www.DSRC-Draft-02-00-15
type restriction of xs:int
used by
elements dsrc:VehicleStatusDeviceType/steering/angle dsrc:BasicSafetyMessage/steering dsrc:ValueList/steeringWheelAngle
facets
minInclusive -32767
maxInclusive 32768
annotation
documentation
      
            LSB units of 0.02 degrees.
            a range of 655.36 degrees each way
            (1.82 full rotations in either direction)
        
source <xs:simpleType name="SteeringWheelAngle">
 
<xs:annotation>
   
<xs:documentation>      
            LSB units of 0.02 degrees.
            a range of 655.36 degrees each way
            (1.82 full rotations in either direction)
        
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:int">
   
<xs:minInclusive value="-32767"/>
   
<xs:maxInclusive value="32768"/>
 
</xs:restriction>
</xs:simpleType>


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