complexType tcip:CCDetourRecord
diagram
namespace http://www.TCIP-Adopted-03-00-01
children route direction departurePoint returnPoint waypoints approachTimepoint approachDestSignText approachDestSignIcon detourDestSignText detourDestSignIcon iconFormat detourDirections timeStopPointsSkipped addScheduleTime added-stops new-stop-locs localCCDetourRecord
used by
element tcip:CcNotifyDetour/impacts/impact
source <xs:complexType name="CCDetourRecord">
 
<xs:sequence>
   
<xs:element name="route" type="SCHRouteIden"/>
   
<xs:element name="direction" type="SCH-RouteDirectionName"/>
   
<xs:element name="departurePoint" type="lrms:GeoLocation"/>
   
<xs:element name="returnPoint" type="lrms:GeoLocation" minOccurs="0"/>
   
<xs:element name="waypoints" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="100">
         
<xs:element name="waypoint" type="lrms:GeoLocation"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="approachTimepoint" type="SCHTimepointIden" minOccurs="0"/>
   
<xs:element name="approachDestSignText" type="PI-DMSMessage" minOccurs="0"/>
   
<xs:element name="approachDestSignIcon" type="PI-BinaryImageData" minOccurs="0"/>
   
<xs:element name="detourDestSignText" type="PI-DMSMessage" minOccurs="0"/>
   
<xs:element name="detourDestSignIcon" type="PI-BinaryImageData" minOccurs="0"/>
   
<xs:element name="iconFormat" type="PI-GraphicFormat" minOccurs="0"/>
   
<xs:element name="detourDirections" type="CPT-Footnote" minOccurs="0"/>
   
<xs:element name="timeStopPointsSkipped" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="100">
         
<xs:element name="timeStopPointsSkipped-item" type="SCHTimeStoppoint"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="addScheduleTime" type="CPT-Duration" minOccurs="0"/>
   
<xs:element name="added-stops" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="100">
         
<xs:element name="added-stop" type="CPTStoppointIden"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="new-stop-locs" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="100">
         
<xs:element name="new-stop-loc" type="lrms:GeoLocation"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="localCCDetourRecord" type="local:CCDetourRecord" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element tcip:CCDetourRecord/route
diagram
type tcip:SCHRouteIden
properties
isRef 0
content complex
children route-id agency-id route-designator route-name
source <xs:element name="route" type="SCHRouteIden"/>

element tcip:CCDetourRecord/direction
diagram
type tcip:SCH-RouteDirectionName
properties
isRef 0
content simple
source <xs:element name="direction" type="SCH-RouteDirectionName"/>

element tcip:CCDetourRecord/departurePoint
diagram
type lrms:GeoLocation
properties
isRef 0
content complex
children latitude longitude horizontalDatum height
source <xs:element name="departurePoint" type="lrms:GeoLocation"/>

element tcip:CCDetourRecord/returnPoint
diagram
type lrms:GeoLocation
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children latitude longitude horizontalDatum height
source <xs:element name="returnPoint" type="lrms:GeoLocation" minOccurs="0"/>

element tcip:CCDetourRecord/waypoints
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children waypoint
source <xs:element name="waypoints" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="100">
     
<xs:element name="waypoint" type="lrms:GeoLocation"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:CCDetourRecord/waypoints/waypoint
diagram
type lrms:GeoLocation
properties
isRef 0
content complex
children latitude longitude horizontalDatum height
source <xs:element name="waypoint" type="lrms:GeoLocation"/>

element tcip:CCDetourRecord/approachTimepoint
diagram
type tcip:SCHTimepointIden
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children timepoint-id agency-id designator name
source <xs:element name="approachTimepoint" type="SCHTimepointIden" minOccurs="0"/>

element tcip:CCDetourRecord/approachDestSignText
diagram
type tcip:PI-DMSMessage
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 60
source <xs:element name="approachDestSignText" type="PI-DMSMessage" minOccurs="0"/>

element tcip:CCDetourRecord/approachDestSignIcon
diagram
type tcip:PI-BinaryImageData
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
maxLength 2000000
source <xs:element name="approachDestSignIcon" type="PI-BinaryImageData" minOccurs="0"/>

element tcip:CCDetourRecord/detourDestSignText
diagram
type tcip:PI-DMSMessage
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 60
source <xs:element name="detourDestSignText" type="PI-DMSMessage" minOccurs="0"/>

element tcip:CCDetourRecord/detourDestSignIcon
diagram
type tcip:PI-BinaryImageData
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
maxLength 2000000
source <xs:element name="detourDestSignIcon" type="PI-BinaryImageData" minOccurs="0"/>

element tcip:CCDetourRecord/iconFormat
diagram
type tcip:PI-GraphicFormat
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="iconFormat" type="PI-GraphicFormat" minOccurs="0"/>

element tcip:CCDetourRecord/detourDirections
diagram
type tcip:CPT-Footnote
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 0
maxLength 255
source <xs:element name="detourDirections" type="CPT-Footnote" minOccurs="0"/>

element tcip:CCDetourRecord/timeStopPointsSkipped
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children timeStopPointsSkipped-item
source <xs:element name="timeStopPointsSkipped" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="100">
     
<xs:element name="timeStopPointsSkipped-item" type="SCHTimeStoppoint"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:CCDetourRecord/timeStopPointsSkipped/timeStopPointsSkipped-item
diagram
type tcip:SCHTimeStoppoint
properties
isRef 0
content complex
children timepoint-id stoppoint offset
source <xs:element name="timeStopPointsSkipped-item" type="SCHTimeStoppoint"/>

element tcip:CCDetourRecord/addScheduleTime
diagram
type tcip:CPT-Duration
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minInclusive -2147483648
maxInclusive 2147483647
source <xs:element name="addScheduleTime" type="CPT-Duration" minOccurs="0"/>

element tcip:CCDetourRecord/added-stops
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children added-stop
source <xs:element name="added-stops" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="100">
     
<xs:element name="added-stop" type="CPTStoppointIden"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:CCDetourRecord/added-stops/added-stop
diagram
type tcip:CPTStoppointIden
properties
isRef 0
content complex
children stoppoint-id agency-id name
source <xs:element name="added-stop" type="CPTStoppointIden"/>

element tcip:CCDetourRecord/new-stop-locs
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children new-stop-loc
source <xs:element name="new-stop-locs" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="100">
     
<xs:element name="new-stop-loc" type="lrms:GeoLocation"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:CCDetourRecord/new-stop-locs/new-stop-loc
diagram
type lrms:GeoLocation
properties
isRef 0
content complex
children latitude longitude horizontalDatum height
source <xs:element name="new-stop-loc" type="lrms:GeoLocation"/>

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


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