simpleType SteeringWheelAngle
namespace http://www.DSRC-Draft-03-00-24
type restriction of xs:int
used by
elements VehicleStatusDeviceType/steering/angle BasicSafetyMessage/steering ValueList/steeringWheelAngle
facets
minInclusive -32767
maxInclusive 32768
source <xs:simpleType name="SteeringWheelAngle">
 
<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