|     SAE J2735-Draft-Rev28 [issued: 11-10-08]   -  153 -  This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.              loc tech dr (5) -- dead reckoning only              loc tech nav (6) -- autonomous navigation system on-board              loc tech fault (31) -- feature is not working           </xs:appinfo>           <xs:documentation>                     (0..31)  5 bits,  appends with loc-quality to make one octet           </xs:documentation>        </xs:annotation>        <xs:union>           <xs:simpleType>              <xs:restriction base="xs:unsignedInt">                 <xs:minInclusive value="0"/>                 <xs:maxInclusive value="31"/>              </xs:restriction>           </xs:simpleType>           <xs:simpleType>              <xs:restriction base="xs:string">                 <xs:enumeration value="loc tech unknown"/>                 <xs:enumeration value="loc tech GPS"/>                 <xs:enumeration value="loc tech DGPS"/>                 <xs:enumeration value="loc tech drGPS"/>                 <xs:enumeration value="loc tech drDGPS"/>                 <xs:enumeration value="loc tech dr"/>                 <xs:enumeration value="loc tech nav"/>                 <xs:enumeration value="loc tech fault"/>              </xs:restriction>           </xs:simpleType >        </xs:union>  </xs:simpleType>  Used By:  This entry is used directly by one other data structure in this standard, a DF called  DF_SpaceVector <ASN> <XML>.   In addition, this item may be used by data structures in other ITS  standards.  Remarks:  This element was originally defined in J2313.  From Section 8.15 "Location-Tech."  7.85 Data Element: DE_MinuteOfTheYear  Use:  The DE_MinuteOfTheYear is used to set the value of the current minute within the current year (used  to establish start and end times) for sending messages to travelers.   ASN.1 Representation:    MinuteOfTheYear ::= INTEGER (0..525960)  XML Representation:    <xs:simpleType name="MinuteOfTheYear" >        <xs:restriction base="xs:unsignedInt">           <xs:maxInclusive value="525960"/>        </xs:restriction>  </xs:simpleType>  Used By:  This entry is used directly by one other data structure in this standard, a DF called  MSG_TravelerInformation <ASN> <XML>.   In addition, this item may be used by data structures in  other ITS standards.  7.86 Data Element: DE_MinutesDuration  Use:  AAA An empty definition field.  ASN.1 Representation:    MinutesDuration ::= INTEGER (0..65000) -- edit to proper ranges. add predefined values  XML Representation:    <xs:simpleType name="MinutesDuration" >        <xs:annotation>  |