complexType LinkTrafficInformation
diagram
namespace http://www.ATIS-Draft-03-00-79
children head location isForecast coverageTime forecastExpires affectedLanes capacity delay density lanesMinimumNumber lanesNumberOpen length levelOfService medianType name occupancy pavementType restrictionAxleCount restrictionAxleWeight restrictionClass restrictionHeight restrictionLength restrictionWeight restrictionWidth roadNumber shoulderWidthLeft shoulderWidthRight speed speedLimit linkStatus surfaceConditions travelTime truckSpeedLimit nodeDelay nodeLinksNum nodeName nodeStatus owner jurisdiction tmddOther furtherData tail localLinkTrafficInformation
used by
elements ResponseGroup/link SubRoute/traffic
annotation
documentation
      
            A large number of weather related data elements may also
            be linked to this message as well
        
source <xs:complexType name="LinkTrafficInformation">
 
<xs:annotation>
   
<xs:documentation>      
            A large number of weather related data elements may also
            be linked to this message as well
        
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="head" type="Head" minOccurs="0"/>
   
<xs:element name="location" type="lrms:LocationReference"/>
   
<!-- location for which this applies -->
   
<xs:element name="isForecast" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="xs:boolean"/>
     
</xs:simpleType>
   
</xs:element>
   
<!-- forecast or predicted period -->
   
<xs:element name="coverageTime" type="ComplexTime" minOccurs="0"/>
   
<xs:element name="forecastExpires" type="DateTimePair" minOccurs="0"/>
   
<xs:element name="affectedLanes" type="im:LaneDescription" minOccurs="0" maxOccurs="16"/>
   
<xs:element name="capacity" type="tmdd:Link-capacity" minOccurs="0"/>
   
<xs:element name="delay" type="tmdd:Link-delay" minOccurs="0"/>
   
<xs:element name="density" type="tmdd:Link-density" minOccurs="0"/>
   
<xs:element name="lanesMinimumNumber" type="tmdd:Link-lanes-number-open" minOccurs="0"/>
   
<!-- min number of lanes over any span -->
   
<xs:element name="lanesNumberOpen" type="tmdd:Link-lanes-number-open" minOccurs="0"/>
   
<xs:element name="length" type="tmdd:Link-length" minOccurs="0"/>
   
<xs:element name="levelOfService" type="tmdd:Link-level-of-service" minOccurs="0"/>
   
<xs:element name="medianType" type="tmdd:Link-median-type" minOccurs="0"/>
   
<xs:element name="name" type="tmdd:Link-name" minOccurs="0"/>
   
<xs:element name="occupancy" type="tmdd:Link-occupancy" minOccurs="0"/>
   
<xs:element name="pavementType" type="tmdd:Link-pavement-type" minOccurs="0"/>
   
<xs:element name="restrictionAxleCount" type="tmdd:Link-restriction-axle-count" minOccurs="0"/>
   
<xs:element name="restrictionAxleWeight" type="tmdd:Link-restriction-weight-axle" minOccurs="0"/>
   
<xs:element name="restrictionClass" type="itis:RestrictionClass" minOccurs="0"/>
   
<xs:element name="restrictionHeight" type="tmdd:Link-restriction-height" minOccurs="0"/>
   
<xs:element name="restrictionLength" type="tmdd:Link-restriction-length" minOccurs="0"/>
   
<xs:element name="restrictionWeight" type="tmdd:Link-restriction-weight-vehicle" minOccurs="0"/>
   
<xs:element name="restrictionWidth" type="tmdd:Link-restriction-width" minOccurs="0"/>
   
<xs:element name="roadNumber" type="tmdd:Link-route-designator" minOccurs="0"/>
   
<xs:element name="shoulderWidthLeft" type="tmdd:Link-shoulder-width-left" minOccurs="0"/>
   
<xs:element name="shoulderWidthRight" type="tmdd:Link-shoulder-width-right" minOccurs="0"/>
   
<xs:element name="speed" type="tmdd:Link-speed-average" minOccurs="0"/>
   
<xs:element name="speedLimit" type="tmdd:Link-speed-limit" minOccurs="0"/>
   
<xs:element name="linkStatus" type="itis:Closures" minOccurs="0"/>
   
<xs:element name="surfaceConditions" type="itis:PavementConditions" minOccurs="0" maxOccurs="16"/>
   
<xs:element name="travelTime" type="tmdd:Link-travel-time" minOccurs="0"/>
   
<xs:element name="truckSpeedLimit" type="tmdd:Link-speed-limit-truck" minOccurs="0"/>
   
<xs:element name="nodeDelay" type="tmdd:Node-delay" minOccurs="0"/>
   
<xs:element name="nodeLinksNum" type="tmdd:Node-links-number" minOccurs="0"/>
   
<xs:element name="nodeName" type="tmdd:Node-name" minOccurs="0"/>
   
<xs:element name="nodeStatus" type="itis:Closures" minOccurs="0"/>
   
<xs:element name="owner" type="tmdd:Link-ownership" minOccurs="0"/>
   
<xs:element name="jurisdiction" type="tmdd:Link-jurisdiction" minOccurs="0"/>
   
<xs:element name="tmddOther" type="tmdd:Link-other" minOccurs="0"/>
   
<xs:element name="furtherData" type="URL-Link" minOccurs="0"/>
   
<xs:element name="tail" type="Tail" minOccurs="0"/>
   
<xs:element name="localLinkTrafficInformation" type="local:LinkTrafficInformation" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element LinkTrafficInformation/head
diagram
type Head
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children id reference pedigree language charSet table issuingAgency updateTime expiryTime onExpiry confidence urgency
source <xs:element name="head" type="Head" minOccurs="0"/>

element LinkTrafficInformation/location
diagram
type lrms:LocationReference
properties
isRef 0
content complex
children locationName externalID pointLocation linkLocation areaLocation chain transition groupLocation routeLocation geometry geoCoord grid linearReference crossStreets address preCoded nodeAttribute spatialObject publicGrid
attributes
Name  Type  Use  Default  Fixed  annotation
locationIDlrms:String-index64      
source <xs:element name="location" type="lrms:LocationReference"/>

element LinkTrafficInformation/isForecast
diagram
type restriction of xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="isForecast" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:boolean"/>
 
</xs:simpleType>
</xs:element>

element LinkTrafficInformation/coverageTime
diagram
type ComplexTime
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children start end weekly occurrences furtherData
source <xs:element name="coverageTime" type="ComplexTime" minOccurs="0"/>

element LinkTrafficInformation/forecastExpires
diagram
type DateTimePair
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="forecastExpires" type="DateTimePair" minOccurs="0"/>

element LinkTrafficInformation/affectedLanes
diagram
type im:LaneDescription
properties
isRef 0
minOcc 0
maxOcc 16
content complex
children lanesAffected laneTotalCnt types location condition direction estClearTime barrier furtherInfo
source <xs:element name="affectedLanes" type="im:LaneDescription" minOccurs="0" maxOccurs="16"/>

element LinkTrafficInformation/capacity
diagram
type tmdd:Link-capacity
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
maxInclusive 300000
source <xs:element name="capacity" type="tmdd:Link-capacity" minOccurs="0"/>

element LinkTrafficInformation/delay
diagram
type tmdd:Link-delay
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
maxInclusive 605000
source <xs:element name="delay" type="tmdd:Link-delay" minOccurs="0"/>

element LinkTrafficInformation/density
diagram
type tmdd:Link-density
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
maxInclusive 2000
source <xs:element name="density" type="tmdd:Link-density" minOccurs="0"/>

element LinkTrafficInformation/lanesMinimumNumber
diagram
type tmdd:Link-lanes-number-open
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
maxInclusive 50
source <xs:element name="lanesMinimumNumber" type="tmdd:Link-lanes-number-open" minOccurs="0"/>

element LinkTrafficInformation/lanesNumberOpen
diagram
type tmdd:Link-lanes-number-open
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
maxInclusive 50
source <xs:element name="lanesNumberOpen" type="tmdd:Link-lanes-number-open" minOccurs="0"/>

element LinkTrafficInformation/length
diagram
type tmdd:Link-length
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
maxInclusive 160000
source <xs:element name="length" type="tmdd:Link-length" minOccurs="0"/>

element LinkTrafficInformation/levelOfService
diagram
type tmdd:Link-level-of-service
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="levelOfService" type="tmdd:Link-level-of-service" minOccurs="0"/>

element LinkTrafficInformation/medianType
diagram
type tmdd:Link-median-type
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="medianType" type="tmdd:Link-median-type" minOccurs="0"/>

element LinkTrafficInformation/name
diagram
type tmdd:Link-name
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 128
source <xs:element name="name" type="tmdd:Link-name" minOccurs="0"/>

element LinkTrafficInformation/occupancy
diagram
type tmdd:Link-occupancy
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
maxInclusive 100
source <xs:element name="occupancy" type="tmdd:Link-occupancy" minOccurs="0"/>

element LinkTrafficInformation/pavementType
diagram
type tmdd:Link-pavement-type
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="pavementType" type="tmdd:Link-pavement-type" minOccurs="0"/>

element LinkTrafficInformation/restrictionAxleCount
diagram
type tmdd:Link-restriction-axle-count
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
maxInclusive 20
source <xs:element name="restrictionAxleCount" type="tmdd:Link-restriction-axle-count" minOccurs="0"/>

element LinkTrafficInformation/restrictionAxleWeight
diagram
type tmdd:Link-restriction-weight-axle
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
maxInclusive 20000
source <xs:element name="restrictionAxleWeight" type="tmdd:Link-restriction-weight-axle" minOccurs="0"/>

element LinkTrafficInformation/restrictionClass
diagram
type itis:RestrictionClass
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="restrictionClass" type="itis:RestrictionClass" minOccurs="0"/>

element LinkTrafficInformation/restrictionHeight
diagram
type tmdd:Link-restriction-height
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
maxInclusive 2000
source <xs:element name="restrictionHeight" type="tmdd:Link-restriction-height" minOccurs="0"/>

element LinkTrafficInformation/restrictionLength
diagram
type tmdd:Link-restriction-length
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
maxInclusive 6000
source <xs:element name="restrictionLength" type="tmdd:Link-restriction-length" minOccurs="0"/>

element LinkTrafficInformation/restrictionWeight
diagram
type tmdd:Link-restriction-weight-vehicle
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
maxInclusive 80000
source <xs:element name="restrictionWeight" type="tmdd:Link-restriction-weight-vehicle" minOccurs="0"/>

element LinkTrafficInformation/restrictionWidth
diagram
type tmdd:Link-restriction-width
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
maxInclusive 2000
source <xs:element name="restrictionWidth" type="tmdd:Link-restriction-width" minOccurs="0"/>

element LinkTrafficInformation/roadNumber
diagram
type tmdd:Link-route-designator
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 64
source <xs:element name="roadNumber" type="tmdd:Link-route-designator" minOccurs="0"/>

element LinkTrafficInformation/shoulderWidthLeft
diagram
type tmdd:Link-shoulder-width-left
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
maxInclusive 999
source <xs:element name="shoulderWidthLeft" type="tmdd:Link-shoulder-width-left" minOccurs="0"/>

element LinkTrafficInformation/shoulderWidthRight
diagram
type tmdd:Link-shoulder-width-right
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
maxInclusive 999
source <xs:element name="shoulderWidthRight" type="tmdd:Link-shoulder-width-right" minOccurs="0"/>

element LinkTrafficInformation/speed
diagram
type tmdd:Link-speed-average
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="speed" type="tmdd:Link-speed-average" minOccurs="0"/>

element LinkTrafficInformation/speedLimit
diagram
type tmdd:Link-speed-limit
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="speedLimit" type="tmdd:Link-speed-limit" minOccurs="0"/>

element LinkTrafficInformation/linkStatus
diagram
type itis:Closures
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="linkStatus" type="itis:Closures" minOccurs="0"/>

element LinkTrafficInformation/surfaceConditions
diagram
type itis:PavementConditions
properties
isRef 0
minOcc 0
maxOcc 16
content simple
source <xs:element name="surfaceConditions" type="itis:PavementConditions" minOccurs="0" maxOccurs="16"/>

element LinkTrafficInformation/travelTime
diagram
type tmdd:Link-travel-time
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="travelTime" type="tmdd:Link-travel-time" minOccurs="0"/>

element LinkTrafficInformation/truckSpeedLimit
diagram
type tmdd:Link-speed-limit-truck
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="truckSpeedLimit" type="tmdd:Link-speed-limit-truck" minOccurs="0"/>

element LinkTrafficInformation/nodeDelay
diagram
type tmdd:Node-delay
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
maxInclusive 605000
source <xs:element name="nodeDelay" type="tmdd:Node-delay" minOccurs="0"/>

element LinkTrafficInformation/nodeLinksNum
diagram
type tmdd:Node-links-number
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
maxInclusive 999
source <xs:element name="nodeLinksNum" type="tmdd:Node-links-number" minOccurs="0"/>

element LinkTrafficInformation/nodeName
diagram
type tmdd:Node-name
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 128
source <xs:element name="nodeName" type="tmdd:Node-name" minOccurs="0"/>

element LinkTrafficInformation/nodeStatus
diagram
type itis:Closures
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="nodeStatus" type="itis:Closures" minOccurs="0"/>

element LinkTrafficInformation/owner
diagram
type tmdd:Link-ownership
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 256
source <xs:element name="owner" type="tmdd:Link-ownership" minOccurs="0"/>

element LinkTrafficInformation/jurisdiction
diagram
type tmdd:Link-jurisdiction
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 128
source <xs:element name="jurisdiction" type="tmdd:Link-jurisdiction" minOccurs="0"/>

element LinkTrafficInformation/tmddOther
diagram
type tmdd:Link-other
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 256
source <xs:element name="tmddOther" type="tmdd:Link-other" minOccurs="0"/>

element LinkTrafficInformation/furtherData
diagram
type URL-Link
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 255
source <xs:element name="furtherData" type="URL-Link" minOccurs="0"/>

element LinkTrafficInformation/tail
diagram
type Tail
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children entry
source <xs:element name="tail" type="Tail" minOccurs="0"/>

element LinkTrafficInformation/localLinkTrafficInformation
diagram
type local:LinkTrafficInformation
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children yourName
source <xs:element name="localLinkTrafficInformation" type="local:LinkTrafficInformation" minOccurs="0"/>


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