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

SAE J2735-Draft-Rev29 [issued: 12-11-08] 
-
37 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
                                 -- speed limits and cautions
                  exitService    ExitService     
                                 -- roadside avaiable services
                  -- other types may be added in future revisions
                  },  --# UNTAGGED 
      url     URL-Short OPTIONAL  -- May link to image or other content
      },
   crc        MsgCRC,
   ... -- # LOCAL_CONTENT
   }
XML Representation:
<xs:complexType name="TravelerInformation" >
      <xs:sequence>
         <xs:element name="msgID" type="DSRCmsgID" />
         <xs:element name="packetID" type="UniqueMSGID"  minOccurs="0"/>
         <xs:element name="urlB" type="URL-Base"  minOccurs="0"/>
         <xs:element name="dataFrameCount"  minOccurs="0">
            <xs:simpleType>
               <xs:restriction base="xs:unsignedByte">
                  <xs:minInclusive value="1"/>
                  <xs:maxInclusive value="32"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <xs:element name="dataFrames" >
            <xs:complexType>
               <xs:sequence minOccurs="1" maxOccurs="8">
                  <xs:element name="dataFrame" >
                     <xs:complexType>
                        <xs:sequence>
                           <!-- Part I,  Frame header -->
                           <xs:element name="frameType" type="TravelerInfoType" />
                           <!-- (enum,  advisory or road sign) -->
                           <xs:element name="msgId" >
                              <xs:complexType>
                                 <xs:choice>
                                    <xs:element name="furtherInfoID"
type="FurtherInfoID" />
                                    <!-- links to ATIS msg -->
                                    <xs:element name="roadSignID" type="RoadSignID" />
                                    <!-- to be defined as a DF -->
                                 </xs:choice>
                              </xs:complexType>
                           </xs:element>
                           <xs:element name="startYear" type="DYear"  minOccurs="0"/>
                           <!-- Current year used if missing -->
                           <xs:element name="startTime" type="MinuteOfTheYear" />
                           <xs:element name="duratonTime" type="MinutesDuration" />
                           <xs:element name="priority" type="SignPrority" />
                           <!-- Part II,  Applicable Regions of Use -->
                           <xs:element name="regions" >
                              <xs:complexType>
                                 <xs:sequence minOccurs="1" maxOccurs="8">
                                    <xs:element name="region" type="ValidRegion" />
                                 </xs:sequence>
                              </xs:complexType>
                           </xs:element>
                           <!-- Part III,  Content -->
                           <xs:choice >
                              <xs:element name="advisory" type="itis:ITIScodesAndText"
/>
                              <!-- typical ITIS warnings -->
                              <xs:element name="workZone" type="WorkZone" />
                              <!-- work zone signs and directions -->
                              <xs:element name="genericSign" type="GenericSignage" />
                              <!-- MUTCD signs and directions -->
                              <xs:element name="speedLimit" type="SpeedLimit" />
                              <!-- speed limits and cautions -->