<xs:element name="ResTicketingRules" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">General container for rules regarding fare reservation, ticketing and sale restrictions</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="AdvResTicketing" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Container for holding rules regarding advance reservation or ticketing restrictions. </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="AdvResTicketingType">
<xs:attribute name="FirstTicketDate" type="DateOrDateTimeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The first date that a ticket may be issued for this fare.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="LastTicketDate" type="DateOrDateTimeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The last date that a ticket may be issued for this fare.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|