Navigation bar
  Print document Start Previous page
 76 of 210 
Next page End  

SAE J2735-Draft-Rev18 [issued: 06-26-07] 
-
76 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
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 
<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.11 Data Element: DE_DescriptiveName
Use: The DescriptiveName data concept is used in maps and intersections to provide an (optional) human
readable name for the feature that follows.  It is typically used only when debugging a data flow, as this
information  is not useful to the actual application  at this time. 
ASN.1 Representation:
DescriptiveName ::= IA5String (SIZE(1..63))
XML Representation:
<xs:simpleType name="DescriptiveName" >
      <xs:restriction base="xs:string">
         <xs:minLength value="1"/>
         <xs:maxLength value="63"/>
      </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
MSG
<XML>, and
MSG
In addition, this item may be used by data structures in other ITS standards.