Navigation bar
  Print document Start Previous page
 96 of 303 
Next page End  

SAE J2735-Draft-Rev29 [issued: 12-11-08] 
-
96 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
         <xs:appinfo>
            notEquipped (0)
            off (1)
            on (2)
         </xs:appinfo>
      </xs:annotation>
      <xs:union>
         <xs:simpleType>
            <xs:restriction base="xs:unsignedInt">
               <xs:minInclusive value="0"/>
               <xs:maxInclusive value="2"/>
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="notEquipped"/>
               <xs:enumeration value="off"/>
               <xs:enumeration value="on"/>
            </xs:restriction>
         </xs:simpleType >
      </xs:union>
</xs:simpleType>
In addition, this item may be used by data structures in other ITS standards.
7.11 Data Element: DE_BrakeSystemStatus
Use: A single 2-byte long data element combining multiple related bit fields into one byte.
ASN.1 Representation:
BrakeSystemStatus ::= OCTET STRING (SIZE(2))
   -- Encoded with the packed content of:
   -- SEQUENCE {
   --   wheelBrakes        BrakeAppliedStatus,
   --                      -x- 4 bits
   --   traction           TractionControlState,
   --                      -x- 2 bits
   --   abs                AntiLockBrakeStatus,
   --                      -x- 2 bits
   --   scs                StablityControlStatus,
   --                      -x- 2 bits
   --   brakeBoost         BrakeBoostApplied,
   --                      -x- 2 bits
   --   spareBits
   --                      -x- 4 bits
   --   }
XML Representation:
<xs:complexType name="BrakeSystemStatus" >
   <xs:simpleContent>
      <xs:annotation>
         <xs:documentation>       
            Encoded with the packed content of:
            SEQUENCE  {
            wheelBrakes        BrakeAppliedStatus,
            -x- 4 bits
            traction           TractionControlState,
            -x- 2 bits
            abs                AntiLockBrakeStatus,
            -x- 2 bits
            scs                StablityControlStatus,
            -x- 2 bits
            brakeBoost         BrakeBoostApplied,
            -x- 2 bits
            spareBits
            -x- 4 bits
            }
         </xs:documentation>