<xs:element name="SaleDateRestriction" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Restrict sale dates for this contract.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="StartDate" type="xs:date" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The start date (inclusive) of the date range within which this fare can be sold.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="EndDate" type="xs:date" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The end date (inclusive) of the date range within which this fare can be sold.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="IncludeIndicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, this fare can be sold within the date range. When false, this fare cannot be sold within the date range.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|