Definition Type: Element
Name: AdvisoryInfo
Namespace: http://www.opentravel.org/OTA/2003/05
Type: FreeTextType
Containing Schema: OTA_AirRulesRS.xsd
MinOccurs 0
MaxOccurs 15
Abstract
Documentation:
Advisory information that applies to all the rule information.
Collapse XSD Schema Diagram:
Drilldown into Language in schema ota_commontypes_xsd1 Drilldown into LanguageGroup in schema ota_commontypes_xsd1 Drilldown into FreeTextType in schema ota_commontypes_xsd1 Drilldown into AdvisoryCode in schema ota_airrulesrs_xsdXSD Diagram of AdvisoryInfo in schema ota_airrulesrs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="AdvisoryInfo" minOccurs="0" maxOccurs="15">
    <xs:annotation>
        <xs:documentation xml:lang="en">Advisory information that applies to all the rule information.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="FreeTextType">
                <xs:attribute name="AdvisoryCode" type="StringLength1to8" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Specifies the type of advisory information.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
Language Language Optional
AdvisoryCode nsA:AdvisoryCode Optional
Collapse Derivation Tree: