complexType dsrc:AccelerationSet4Way
diagram
namespace http://www.DSRC-Draft-02-00-15
children long lat vert yaw
used by
elements dsrc:ValueList/accelerationSet4Way dsrc:VehicleStatusDeviceType/accell4way dsrc:BasicSafetyMessage/accelSet
source <xs:complexType name="AccelerationSet4Way">
 
<xs:sequence>
   
<xs:element name="long" type="Acceleration"/>
   
<!-- Along the Vehicle Longitudinal axis -->
   
<xs:element name="lat" type="Acceleration"/>
   
<!-- Along the Vehicle Lateral axis -->
   
<xs:element name="vert" type="VerticalAcceleration"/>
   
<!-- Along the Vehicle Vertical axis -->
   
<xs:element name="yaw" type="YawRate"/>
 
</xs:sequence>
</xs:complexType>

element dsrc:AccelerationSet4Way/long
diagram
type dsrc:Acceleration
properties
isRef 0
content simple
facets
minInclusive -2000
maxInclusive 2000
source <xs:element name="long" type="Acceleration"/>

element dsrc:AccelerationSet4Way/lat
diagram
type dsrc:Acceleration
properties
isRef 0
content simple
facets
minInclusive -2000
maxInclusive 2000
source <xs:element name="lat" type="Acceleration"/>

element dsrc:AccelerationSet4Way/vert
diagram
type dsrc:VerticalAcceleration
properties
isRef 0
content simple
facets
minInclusive -127
source <xs:element name="vert" type="VerticalAcceleration"/>

element dsrc:AccelerationSet4Way/yaw
diagram
type dsrc:YawRate
properties
isRef 0
content simple
source <xs:element name="yaw" type="YawRate"/>


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