Navigation bar
  Print document Start Previous page
 58 of 177 
Next page End  

SAE J2735-Draft-Rev15 [issued: 01-30-07]
-
58 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
            </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>
Used by: This entry is directly used by the following 2 other data structures in this standard (record type, descriptive name,
ASN.1, and XML name (if present) of each):
DF 
<ASN> <XML>, and
DF 
In addition, this item may be used by data structures in other ITS standards.
7.9 Data Element: DE_DDay
Use: The DSRC style day is a simple value consisting of integer values from zero to 31.  The value of zero SHALL
represent an unknown value.
ASN.1 Representation:
DDay ::= INTEGER (0..31)  -- units of days
XML Representation:
<xs:simpleType name="DDay" >
      <xs:annotation>
         <xs:documentation>       
            units of days
         </xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:unsignedByte">
         <xs:maxInclusive value="31"/>
      </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 
<ASN> <XML>, and
DF 
<ASN> <XML>, and
DF 
<ASN> <XML>, and
DF 
<ASN> <XML>, and
DF 
In addition, this item may be used by data structures in other ITS standards.
7.10 Data Element: DE_DHour
Use: The DSRC style hour is a simple value consisting of integer values from zero to 23 representing the hours
within a day.  The value of 31 SHALL represent an unknown value, the range 24 to 30 is reserved. 
ASN.1 Representation:
DHour ::= INTEGER (0..31) -- units of hours
XML Representation:
<xs:simpleType name="DHour" >