complexType LaneDescription
diagram
namespace http://www.IM-Draft-03-00-44a
children lanesAffected laneCnt types location condition direction estClearTime barrier furtherInfo
used by
elements atis:EventInformation/affectedLane atis:IncidentInformation/affectedLanes atis:LinkTrafficInformation/affectedLanes RequestTrafficControlPlan/laneConditions/laneCondition/lane TrafficControlPlan/laneConditions/laneCondition/lane Impact/lanes/lane
source <xs:complexType name="LaneDescription">
 
<xs:sequence>
   
<xs:element name="lanesAffected" type="tmdd:Event-lanes-total-affected" minOccurs="0"/>
   
<!-- a count of the affected lanes -->
   
<xs:element name="laneCnt" type="tmdd:Link-lanes-number-open" minOccurs="0"/>
   
<!-- the number of nominal lanes for the link,
         zero indicates the count is unknown --
>
   
<xs:element name="types" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="8">
         
<xs:element name="type" type="itis:LaneRoadway"/>
         
<!-- the ITIS codes for various lane types such as: HOV,  left,  right,  all,  ramp,  bridge,  etc. -->
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="location" type="itis:GenericLocations" minOccurs="0"/>
   
<!-- the ITIS code for generic locations beside a lane
         such as: opposing lanes,  on ramps,  etc ... --
>
   
<xs:element name="condition" type="itis:Closures" minOccurs="0"/>
   
<!-- the ITIS codes for various conditions for the lane
         such as: blocked,  closed,  closed ahead,  clearing,  etc --
>
   
<xs:element name="direction" type="atis:Direction" minOccurs="0"/>
   
<!-- set to indicate if this description pertains to both directions
         on the link or just to one --
>
   
<xs:element name="estClearTime" type="atis:DateTimePair" minOccurs="0"/>
   
<!-- the point in time when the above conditions are estimated to be
         removed and the flow over the lane
/link returned to normal -->
   
<xs:element name="barrier" type="tmdd:Link-median-type" minOccurs="0"/>
   
<!-- the type of barrier found between the lanes -->
   
<xs:element name="furtherInfo" type="FreeText" minOccurs="0"/>
   
<!-- if information on why the lane (s)  was closed,  or how the lane (s)
         was closed,  or what will allow it to reopen is needed,  place such
         data in free text here. Limit use to only lane inforamtion,  do not
         use it for general event information.
         When one of the above items does not apply  (i.e. would be represented as zero)
         then it should not be sent. --
>
 
</xs:sequence>
</xs:complexType>

element LaneDescription/lanesAffected
diagram
type tmdd:Event-lanes-total-affected
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="lanesAffected" type="tmdd:Event-lanes-total-affected" minOccurs="0"/>

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

element LaneDescription/types
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children type
source <xs:element name="types" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="8">
     
<xs:element name="type" type="itis:LaneRoadway"/>
     
<!-- the ITIS codes for various lane types such as: HOV,  left,  right,  all,  ramp,  bridge,  etc. -->
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element LaneDescription/types/type
diagram
type itis:LaneRoadway
properties
isRef 0
content simple
source <xs:element name="type" type="itis:LaneRoadway"/>

element LaneDescription/location
diagram
type itis:GenericLocations
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="location" type="itis:GenericLocations" minOccurs="0"/>

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

element LaneDescription/direction
diagram
type atis:Direction
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="direction" type="atis:Direction" minOccurs="0"/>

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

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

element LaneDescription/furtherInfo
diagram
type FreeText
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 500
source <xs:element name="furtherInfo" type="FreeText" minOccurs="0"/>


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