Definition Type: Element
Name: Description
Type: FormattedTextTextType
Containing Schema: OTA_CommonTypes.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
The description associated with the image in a specific language.
Collapse XSD Schema Diagram:
Drilldown into TextFormat in schema ota_commontypes_xsd1 Drilldown into Language in schema ota_commontypes_xsd1 Drilldown into LanguageGroup in schema ota_commontypes_xsd Drilldown into Formatted in schema ota_commontypes_xsd1 Drilldown into FormattedTextTextType in schema ota_commontypes_xsd Drilldown into Caption in schema ota_commontypes_xsd1XSD Diagram of Description in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="Description" minOccurs="0" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation xml:lang="en">The description associated with the image in a specific language.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="FormattedTextTextType">
                <xs:attribute name="Caption" type="StringLength1to128" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">The caption associated to a specific image category which can be provided in different languages.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
Formatted Formatted Optional
Language Language Optional
TextFormat TextFormat Optional
Caption Caption Optional
Collapse Derivation Tree: