Definition Type: Attribute
Name: feeAppliesAfter
Namespace: http://www.opentravel.org/OTM/Common/v4
Type: integer:http://www.w3.org/2001/XMLSchema
Containing Schema: Common_4_0_0.xsd
Use Optional
Documentation:
The number of people included in the price, before additional person charges apply. The additonal person fee is applied after this number of people. (E.G If feeAppliesAfter is 2 then the additional person fee begins with the 3 person.)
Collapse XSD Schema Diagram:
XSD Diagram of feeAppliesAfter in schema common_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:attribute name="feeAppliesAfter" type="xsd:integer" use="optional">
    <xsd:annotation>
        <xsd:documentation source="Description">The number of people included in the price, before additional person charges apply.  The additonal person fee is applied after this number of people.  (E.G If feeAppliesAfter is 2 then the additional person fee begins with the 3 person.)</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>