complexType tcip:CcCancelTrips
diagram
namespace http://www.TCIP-Adopted-03-00-01
children time-cancelled cancel-records localCcCancelTrips
used by
element tcip:ccCancelTrips
source <xs:complexType name="CcCancelTrips">
 
<xs:sequence>
   
<xs:element name="time-cancelled" type="CPT-DateTime"/>
   
<xs:element name="cancel-records">
     
<xs:complexType>
       
<xs:sequence maxOccurs="100">
         
<xs:element name="cancel-record" type="CCTripCancellationRecord"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="localCcCancelTrips" type="local:CcCancelTrips" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element tcip:CcCancelTrips/time-cancelled
diagram
type tcip:CPT-DateTime
properties
isRef 0
content simple
source <xs:element name="time-cancelled" type="CPT-DateTime"/>

element tcip:CcCancelTrips/cancel-records
diagram
properties
isRef 0
content complex
children cancel-record
source <xs:element name="cancel-records">
 
<xs:complexType>
   
<xs:sequence maxOccurs="100">
     
<xs:element name="cancel-record" type="CCTripCancellationRecord"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:CcCancelTrips/cancel-records/cancel-record
diagram
type tcip:CCTripCancellationRecord
properties
isRef 0
content complex
children cancelled-trips day-types specific-dates
source <xs:element name="cancel-record" type="CCTripCancellationRecord"/>

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


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