complexType tcip:PiDirections
diagram
namespace http://www.TCIP-Adopted-03-00-01
children subscriptionInfo from to int-directions atis-directions text-directions itinerary localPiDirections
used by
element tcip:piDirections
source <xs:complexType name="PiDirections">
 
<xs:sequence>
   
<xs:element name="subscriptionInfo" type="CPTSubscriptionHeader"/>
   
<xs:element name="from">
     
<xs:complexType>
       
<xs:choice>
         
<xs:element name="from-geoloc" type="lrms:GeoLocation"/>
         
<xs:element name="from-indoor" type="SPInteriorLocation"/>
         
<xs:element name="from-lm-name" type="SP-LandmarkName"/>
         
<xs:element name="from-lm-id" type="PI-LandmarkID"/>
       
</xs:choice>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="to">
     
<xs:complexType>
       
<xs:choice>
         
<xs:element name="to-geoloc" type="lrms:GeoLocation"/>
         
<xs:element name="to-indoor" type="SPInteriorLocation"/>
         
<xs:element name="to-lm-name" type="SP-LandmarkName"/>
         
<xs:element name="to-lm-id" type="PI-LandmarkID"/>
       
</xs:choice>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="int-directions" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="50">
         
<xs:element name="int-direction" type="SPIntDirection"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="atis-directions" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="50">
         
<xs:element name="atis-direction" type="atis:ManeuverInstruction"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="text-directions" type="CPT-Footnote" minOccurs="0"/>
   
<xs:element name="itinerary" type="atis:Route" minOccurs="0"/>
   
<xs:element name="localPiDirections" type="local:PiDirections" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element tcip:PiDirections/subscriptionInfo
diagram
type tcip:CPTSubscriptionHeader
properties
isRef 0
content complex
children requestedType expirationDate expirationTime reportInterval requestIdentifier subscriberIdentifier publisherIdentifier applicability
source <xs:element name="subscriptionInfo" type="CPTSubscriptionHeader"/>

element tcip:PiDirections/from
diagram
properties
isRef 0
content complex
children from-geoloc from-indoor from-lm-name from-lm-id
source <xs:element name="from">
 
<xs:complexType>
   
<xs:choice>
     
<xs:element name="from-geoloc" type="lrms:GeoLocation"/>
     
<xs:element name="from-indoor" type="SPInteriorLocation"/>
     
<xs:element name="from-lm-name" type="SP-LandmarkName"/>
     
<xs:element name="from-lm-id" type="PI-LandmarkID"/>
   
</xs:choice>
 
</xs:complexType>
</xs:element>

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

element tcip:PiDirections/from/from-indoor
diagram
type tcip:SPInteriorLocation
properties
isRef 0
content complex
children name building room facility point-geolocation polygon-location buildingcornerlocation offsetEast offsetNorth grid-reference address static-sign-text level location-images image-format localSPInteriorLocation
source <xs:element name="from-indoor" type="SPInteriorLocation"/>

element tcip:PiDirections/from/from-lm-name
diagram
type tcip:SP-LandmarkName
properties
isRef 0
content simple
source <xs:element name="from-lm-name" type="SP-LandmarkName"/>

element tcip:PiDirections/from/from-lm-id
diagram
type tcip:PI-LandmarkID
properties
isRef 0
content simple
source <xs:element name="from-lm-id" type="PI-LandmarkID"/>

element tcip:PiDirections/to
diagram
properties
isRef 0
content complex
children to-geoloc to-indoor to-lm-name to-lm-id
source <xs:element name="to">
 
<xs:complexType>
   
<xs:choice>
     
<xs:element name="to-geoloc" type="lrms:GeoLocation"/>
     
<xs:element name="to-indoor" type="SPInteriorLocation"/>
     
<xs:element name="to-lm-name" type="SP-LandmarkName"/>
     
<xs:element name="to-lm-id" type="PI-LandmarkID"/>
   
</xs:choice>
 
</xs:complexType>
</xs:element>

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

element tcip:PiDirections/to/to-indoor
diagram
type tcip:SPInteriorLocation
properties
isRef 0
content complex
children name building room facility point-geolocation polygon-location buildingcornerlocation offsetEast offsetNorth grid-reference address static-sign-text level location-images image-format localSPInteriorLocation
source <xs:element name="to-indoor" type="SPInteriorLocation"/>

element tcip:PiDirections/to/to-lm-name
diagram
type tcip:SP-LandmarkName
properties
isRef 0
content simple
source <xs:element name="to-lm-name" type="SP-LandmarkName"/>

element tcip:PiDirections/to/to-lm-id
diagram
type tcip:PI-LandmarkID
properties
isRef 0
content simple
source <xs:element name="to-lm-id" type="PI-LandmarkID"/>

element tcip:PiDirections/int-directions
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children int-direction
source <xs:element name="int-directions" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="50">
     
<xs:element name="int-direction" type="SPIntDirection"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:PiDirections/int-directions/int-direction
diagram
type tcip:SPIntDirection
properties
isRef 0
content complex
children from to instruction text images image-format video-format frames
source <xs:element name="int-direction" type="SPIntDirection"/>

element tcip:PiDirections/atis-directions
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children atis-direction
source <xs:element name="atis-directions" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="50">
     
<xs:element name="atis-direction" type="atis:ManeuverInstruction"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:PiDirections/atis-directions/atis-direction
diagram
type atis:ManeuverInstruction
properties
isRef 0
content complex
children maneuverLocationType instructions descripton distance outboundRoad maneuversign direction localManeuverInstruction2
source <xs:element name="atis-direction" type="atis:ManeuverInstruction"/>

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

element tcip:PiDirections/itinerary
diagram
type atis:Route
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children head isItinerary otherEvent origin subroutes destination primeMode estimatedTravelTime startTime endTime tripTotalDistance estimatedCost maps localRoute
source <xs:element name="itinerary" type="atis:Route" minOccurs="0"/>

element tcip:PiDirections/localPiDirections
diagram
type PiDirections
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="localPiDirections" type="local:PiDirections" minOccurs="0"/>


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