Navigation bar
  Print document Start Previous page
 194 of 303 
Next page End  

SAE J2735-Draft-Rev29 [issued: 12-11-08] 
-
194 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
     unknown            (0), 
     advisory           (1),
     roadSignage        (2), 
     commericalSignage  (3),
     ... -- # LOCAL_CONTENT
     } 
     -- values to 127 reserved for std use
     -- values 128 to 255 reserved for local use
XML Representation:
<xs:simpleType name="TravelerInfoType" >
      <xs:annotation>
         <xs:appinfo>
            unknown (0)
            advisory (1)
            roadSignage (2)
            commericalSignage (3)
         </xs:appinfo>
         <xs:documentation>       
            values to 127 reserved for std use
            values 128 to 255 reserved for local use
         </xs:documentation>
      </xs:annotation>
      <xs:union>
         <xs:simpleType>
            <xs:restriction base="xs:unsignedInt">
               <xs:minInclusive value="0"/>
               <xs:maxInclusive value="3"/>
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="unknown"/>
               <xs:enumeration value="advisory"/>
               <xs:enumeration value="roadSignage"/>
               <xs:enumeration value="commericalSignage"/>
            </xs:restriction>
         </xs:simpleType >
         <xs:simpleType>
            <xs:restriction base="local:TravelerInfoType" /> 
         </xs:simpleType>
      </xs:union>
</xs:simpleType>
Used By: This entry is used directly by one other data structure in this standard, a MSG called
MSG_TravelerInformation <ASN> <XML>.   In addition, this item may be used by data structures in
other ITS standards.
7.138 Data Element: DE_UniqueMSG_ID
Use: A message link value used to connect to other supporting messages in other formats. 
ASN.1 Representation:
UniqueMSGID ::= OCTET STRING (SIZE(9))
XML Representation:
<xs:complexType name="UniqueMSGID" >
   <xs:simpleContent>
      <xs:extension base="UniqueMSGID-string" >
         <xs:attribute name="EncodingType" use="required">
           <xs:simpleType>
              <xs:restriction base="xs:NMTOKEN">
                 <xs:enumeration value="base64Binary"/>
              </xs:restriction>
           </xs:simpleType>
         </xs:attribute>
      </xs:extension>