|     SAE J2735-Draft-Rev26 [issued: 09-18-08]   -  189 -  This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.  </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):  MSG  MSG   In addition, this item may be used by data structures in other ITS standards.  Remarks:  Note: Edited to become 4 bytes (from 6) by recent VSC-A proposal.  Need to determine if this  really is treated as a "mac" and reword the description when this is decided.   7.133 Data Element: DE_TerminationDistance  Use:  Provides a Distance-to-Live type of time-out.  Allows users to provide the distance driven until the  probe management process ceases and the default condition is applied.  ASN.1 Representation:    TermDistance ::= INTEGER (1..30000)   -- units in meters  XML Representation:    <xs:simpleType name="TermDistance" >        <xs:annotation>           <xs:documentation>                     units in meters           </xs:documentation>        </xs:annotation>        <xs:restriction base="xs:unsignedShort">           <xs:minInclusive value="1"/>           <xs:maxInclusive value="30000"/>        </xs:restriction>  </xs:simpleType>  Used By:  This entry is used directly by one other data structure in this standard, a MSG called  MSG_ProbeDataManagement  (need rework to match data setting) <ASN> <XML>.   In addition, this  item may be used by data structures in other ITS standards.  Remarks:  Provided by VII POC-A team.  7.134 Data Element: DE_TerminationTime  Use:  Provides a Time-to-Live type of time-out.  Allows users to provide the number of seconds at which  time the probe management process ceases and the default condition is applied.  ASN.1 Representation:    TermTime ::= INTEGER (1..1800) -- units of sec  XML Representation:    <xs:simpleType name="TermTime" >        <xs:annotation>           <xs:documentation>                     units of sec           </xs:documentation>        </xs:annotation>        <xs:restriction base="xs:unsignedShort">           <xs:minInclusive value="1"/>           <xs:maxInclusive value="1800"/>        </xs:restriction>  </xs:simpleType>  Used By:  This entry is used directly by one other data structure in this standard, a MSG called  MSG_ProbeDataManagement  (need rework to match data setting) <ASN> <XML>.   In addition, this  item may be used by data structures in other ITS standards.  |