complexType TravelerInformation
diagram Docs_p372.png
namespace http://www.DSRC-Draft-03-00-24
children msgID packetID datFrameCount dataFrames localTravelerInformation
source <xs:complexType name="TravelerInformation">
 
<xs:sequence>
   
<xs:element name="msgID" type="DSRCmsgID"/>
   
<xs:element name="packetID" type="UniqueMSGID"/>
   
<xs:element name="datFrameCount" 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 maxOccurs="8">
         
<xs:element name="dataFrame">
           
<xs:complexType>
             
<xs:sequence>
               
<xs:element name="frameType" type="TravelerInfoType"/>
               
<xs:element name="msgId">
                 
<xs:complexType>
                   
<xs:choice>
                     
<xs:element name="advisoryNumber" type="ATISAdvisoryNumber"/>
                     
<xs:element name="roadSignID" type="RoadSignID"/>
                   
</xs:choice>
                 
</xs:complexType>
               
</xs:element>
               
<xs:element name="startYear" type="DYear" minOccurs="0"/>
               
<xs:element name="startTime" type="MinuteOfTheYear"/>
               
<xs:element name="duratonTime" type="MinutesDuration"/>
               
<xs:element name="priority" type="SignPrority"/>
               
<xs:element name="regions">
                 
<xs:complexType>
                   
<xs:sequence maxOccurs="8">
                     
<xs:element name="region" type="ValidRegions"/>
                   
</xs:sequence>
                 
</xs:complexType>
               
</xs:element>
               
<xs:choice>
                 
<xs:element name="advisory" type="TBD"/>
                 
<xs:element name="workZone" type="WorkZone"/>
                 
<xs:element name="genericSign" type="GenericSignage"/>
                 
<xs:element name="speedLimit" type="SpeedLimit"/>
                 
<xs:element name="exitService" type="ExitService"/>
               
</xs:choice>
               
<xs:element name="url" type="URL-Short" minOccurs="0"/>
               
<xs:element name="link" type="LRMS" minOccurs="0"/>
             
</xs:sequence>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="localTravelerInformation" type="local:TravelerInformation" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element TravelerInformation/msgID
diagram Docs_p373.png
type DSRCmsgID
properties
isRef 0
content simple
source <xs:element name="msgID" type="DSRCmsgID"/>

element TravelerInformation/packetID
diagram Docs_p374.png
type UniqueMSGID
properties
isRef 0
content simple
facets
maxInclusive 1000000
source <xs:element name="packetID" type="UniqueMSGID"/>

element TravelerInformation/datFrameCount
diagram Docs_p375.png
type restriction of xs:unsignedByte
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minInclusive 1
maxInclusive 32
source <xs:element name="datFrameCount" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:unsignedByte">
     
<xs:minInclusive value="1"/>
     
<xs:maxInclusive value="32"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element TravelerInformation/dataFrames
diagram Docs_p376.png
properties
isRef 0
content complex
children dataFrame
source <xs:element name="dataFrames">
 
<xs:complexType>
   
<xs:sequence maxOccurs="8">
     
<xs:element name="dataFrame">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="frameType" type="TravelerInfoType"/>
           
<xs:element name="msgId">
             
<xs:complexType>
               
<xs:choice>
                 
<xs:element name="advisoryNumber" type="ATISAdvisoryNumber"/>
                 
<xs:element name="roadSignID" type="RoadSignID"/>
               
</xs:choice>
             
</xs:complexType>
           
</xs:element>
           
<xs:element name="startYear" type="DYear" minOccurs="0"/>
           
<xs:element name="startTime" type="MinuteOfTheYear"/>
           
<xs:element name="duratonTime" type="MinutesDuration"/>
           
<xs:element name="priority" type="SignPrority"/>
           
<xs:element name="regions">
             
<xs:complexType>
               
<xs:sequence maxOccurs="8">
                 
<xs:element name="region" type="ValidRegions"/>
               
</xs:sequence>
             
</xs:complexType>
           
</xs:element>
           
<xs:choice>
             
<xs:element name="advisory" type="TBD"/>
             
<xs:element name="workZone" type="WorkZone"/>
             
<xs:element name="genericSign" type="GenericSignage"/>
             
<xs:element name="speedLimit" type="SpeedLimit"/>
             
<xs:element name="exitService" type="ExitService"/>
           
</xs:choice>
           
<xs:element name="url" type="URL-Short" minOccurs="0"/>
           
<xs:element name="link" type="LRMS" minOccurs="0"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element TravelerInformation/dataFrames/dataFrame
diagram Docs_p377.png
properties
isRef 0
content complex
children frameType msgId startYear startTime duratonTime priority regions advisory workZone genericSign speedLimit exitService url link
source <xs:element name="dataFrame">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="frameType" type="TravelerInfoType"/>
     
<xs:element name="msgId">
       
<xs:complexType>
         
<xs:choice>
           
<xs:element name="advisoryNumber" type="ATISAdvisoryNumber"/>
           
<xs:element name="roadSignID" type="RoadSignID"/>
         
</xs:choice>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="startYear" type="DYear" minOccurs="0"/>
     
<xs:element name="startTime" type="MinuteOfTheYear"/>
     
<xs:element name="duratonTime" type="MinutesDuration"/>
     
<xs:element name="priority" type="SignPrority"/>
     
<xs:element name="regions">
       
<xs:complexType>
         
<xs:sequence maxOccurs="8">
           
<xs:element name="region" type="ValidRegions"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:choice>
       
<xs:element name="advisory" type="TBD"/>
       
<xs:element name="workZone" type="WorkZone"/>
       
<xs:element name="genericSign" type="GenericSignage"/>
       
<xs:element name="speedLimit" type="SpeedLimit"/>
       
<xs:element name="exitService" type="ExitService"/>
     
</xs:choice>
     
<xs:element name="url" type="URL-Short" minOccurs="0"/>
     
<xs:element name="link" type="LRMS" minOccurs="0"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element TravelerInformation/dataFrames/dataFrame/frameType
diagram Docs_p378.png
type TravelerInfoType
properties
isRef 0
content simple
source <xs:element name="frameType" type="TravelerInfoType"/>

element TravelerInformation/dataFrames/dataFrame/msgId
diagram Docs_p379.png
properties
isRef 0
content complex
children advisoryNumber roadSignID
source <xs:element name="msgId">
 
<xs:complexType>
   
<xs:choice>
     
<xs:element name="advisoryNumber" type="ATISAdvisoryNumber"/>
     
<xs:element name="roadSignID" type="RoadSignID"/>
   
</xs:choice>
 
</xs:complexType>
</xs:element>

element TravelerInformation/dataFrames/dataFrame/msgId/advisoryNumber
diagram Docs_p380.png
type ATISAdvisoryNumber
properties
isRef 0
content simple
facets
maxInclusive 1000000
source <xs:element name="advisoryNumber" type="ATISAdvisoryNumber"/>

element TravelerInformation/dataFrames/dataFrame/msgId/roadSignID
diagram Docs_p381.png
type RoadSignID
properties
isRef 0
content complex
children position viewAngle mutcdCodee crc
source <xs:element name="roadSignID" type="RoadSignID"/>

element TravelerInformation/dataFrames/dataFrame/startYear
diagram Docs_p382.png
type DYear
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
maxInclusive 9999
source <xs:element name="startYear" type="DYear" minOccurs="0"/>

element TravelerInformation/dataFrames/dataFrame/startTime
diagram Docs_p383.png
type MinuteOfTheYear
properties
isRef 0
content simple
facets
minInclusive 1
maxInclusive 525600
source <xs:element name="startTime" type="MinuteOfTheYear"/>

element TravelerInformation/dataFrames/dataFrame/duratonTime
diagram Docs_p384.png
type MinutesDuration
properties
isRef 0
content simple
facets
maxInclusive 65000
source <xs:element name="duratonTime" type="MinutesDuration"/>

element TravelerInformation/dataFrames/dataFrame/priority
diagram Docs_p385.png
type SignPrority
properties
isRef 0
content simple
source <xs:element name="priority" type="SignPrority"/>

element TravelerInformation/dataFrames/dataFrame/regions
diagram Docs_p386.png
properties
isRef 0
content complex
children region
source <xs:element name="regions">
 
<xs:complexType>
   
<xs:sequence maxOccurs="8">
     
<xs:element name="region" type="ValidRegions"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element TravelerInformation/dataFrames/dataFrame/regions/region
diagram Docs_p387.png
type ValidRegions
properties
isRef 0
source <xs:element name="region" type="ValidRegions"/>

element TravelerInformation/dataFrames/dataFrame/advisory
diagram Docs_p388.png
type TBD
properties
isRef 0
source <xs:element name="advisory" type="TBD"/>

element TravelerInformation/dataFrames/dataFrame/workZone
diagram Docs_p389.png
type WorkZone
properties
isRef 0
content complex
children workZone-item
source <xs:element name="workZone" type="WorkZone"/>

element TravelerInformation/dataFrames/dataFrame/genericSign
diagram Docs_p390.png
type GenericSignage
properties
isRef 0
content complex
children genericSignage-item
source <xs:element name="genericSign" type="GenericSignage"/>

element TravelerInformation/dataFrames/dataFrame/speedLimit
diagram Docs_p391.png
type SpeedLimit
properties
isRef 0
content complex
children speedLimit-item
source <xs:element name="speedLimit" type="SpeedLimit"/>

element TravelerInformation/dataFrames/dataFrame/exitService
diagram Docs_p392.png
type ExitService
properties
isRef 0
content complex
children exitService-item
source <xs:element name="exitService" type="ExitService"/>

element TravelerInformation/dataFrames/dataFrame/url
diagram Docs_p393.png
type URL-Short
properties
isRef 0
minOcc 0
maxOcc 1
source <xs:element name="url" type="URL-Short" minOccurs="0"/>

element TravelerInformation/dataFrames/dataFrame/link
diagram Docs_p394.png
type LRMS
properties
isRef 0
minOcc 0
maxOcc 1
source <xs:element name="link" type="LRMS" minOccurs="0"/>

element TravelerInformation/localTravelerInformation
diagram Docs_p395.png
type local:TravelerInformation
properties
isRef 0
minOcc 0
maxOcc 1
source <xs:element name="localTravelerInformation" type="local:TravelerInformation" minOccurs="0"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy