Definition Type: ComplexType
Name: VendorMessageType
Type: FormattedTextType
Containing Schema: OTA_CommonTypes.xsd
Abstract
Documentation:
Provides formatted textual information that a vendor wishes to make known. The type of information is indicated
Collapse XSD Schema Diagram:
Drilldown into SubSection in schema ota_commontypes_xsd Drilldown into Language in schema ota_commontypes_xsd1 Drilldown into Title in schema ota_commontypes_xsd1 Drilldown into FormattedTextType in schema ota_commontypes_xsd Drilldown into InfoType in schema ota_commontypes_xsd1XSD Diagram of VendorMessageType in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="VendorMessageType">
    <xs:annotation>
        <xs:documentation xml:lang="en">Provides formatted textual information that a vendor wishes to make known.  The type of information is indicated</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:extension base="FormattedTextType">
            <xs:attribute name="InfoType" type="OTA_CodeType" use="required">
                <xs:annotation>
                    <xs:documentation xml:lang="en">To define the type of information such as Description, Policy, Marketing, etc. Refer to OTA Code List Information Type (INF).</xs:documentation>
                </xs:annotation>
            </xs:attribute>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SubSection SubSection (1) 99
Collapse Child Attributes:
Name Type Default Value Use
Title Title Optional
Language Language Optional
InfoType InfoType Required
Collapse Derivation Tree:
Collapse References:
VendorMessage