complexType FlightTickets
diagram pscev_p784.png
children Ticket
used by
element PassengerTickets/Tickets
source <xs:complexType name="FlightTickets">
 
<xs:sequence>
   
<xs:element name="Ticket" type="FlightTicket" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

element FlightTickets/Ticket
diagram pscev_p785.png
type FlightTicket
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children State FareFlightIdentifiers
attributes
Name  Type  Use  Default  Fixed  annotation
Numberxs:stringrequired      
source <xs:element name="Ticket" type="FlightTicket" maxOccurs="unbounded"/>


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