Navigation bar
  Print document Start Previous page
 124 of 321 
Next page End  

SAE J2735-Draft-Rev28 [issued: 11-10-08] 
-
124 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
DF 
<XML>, and
DF 
In addition, this item may be used by data structures in other ITS standards.
Remarks: Note: The three letter abbreviations shown in the ASN comments at sometimes used as short
hand terms for the subject messages in the documentation.  
7.41 Data Element: DE_DYear
Use: The DSRC style year is a simple value consisting of integer values from zero to 9999 representing the
year according to the Gregorian calendar date system.  The value of zero SHALL represent an unknown
value.
ASN.1 Representation:
DYear ::= INTEGER (0..9999) -- units of years
XML Representation:
<xs:simpleType name="DYear" >
      <xs:annotation>
         <xs:documentation>       
            units of years
         </xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:unsignedShort">
         <xs:maxInclusive value="9999"/>
      </xs:restriction>
</xs:simpleType>
Used By: This entry is directly used by the following 5 other data structures in this standard (record type,
descriptive name, ASN.1, and XML name (if present) of each):
DF 
<XML>, and
DF 
<XML>, and
DF 
<XML>, and
DF 
<XML>, and
DF 
In addition, this item may be used by data structures in other ITS standards.
7.42 Data Element: DE_ElectronicStablityControlStatus REMOVE (dupe)
Use: A data element which when set to "on" indicates the state of an electoric stablity control system.
This data element is an on/off value which indicates engagement of the vehicle's electoric stablity control
function.  
ASN.1 Representation:
ElectronicStablityControlStatus ::= ENUMERATED {
     notEquipped   (0), 
     off           (1),  
     on            (2),  
     active        (3)  
     } -- in 2 bits
XML Representation:
<xs:simpleType name="ElectronicStablityControlStatus" >
      <xs:annotation>
         <xs:appinfo>
            notEquipped (0)