Definition Type: Attribute
Name: RatePeriod
Type: Unresolved link to rateperiodsimpletype1
Containing Schema: OTA_CommonTypes.xsd
ContentType Restriction
Use Optional
Documentation:
The RatePeriod attribute defines the type of rate that may be applied. For example, typically car rental rates differ based upon the duration of the rental, and the actual rate is then expressed in terms of the period of the rental.
Collapse XSD Schema Diagram:
XSD Diagram of RatePeriod in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="RatePeriod" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en">The RatePeriod attribute defines the type of rate that may be applied.  For example, typically car rental rates differ based upon the duration of the rental, and the actual rate is then expressed in terms of the period of the rental.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="RatePeriodSimpleType" />
    </xs:simpleType>
</xs:attribute>
Collapse Derivation Tree:
  • Unresolved link to rateperiodsimpletype1
    • RatePeriod