Definition Type: Element
Name: ListItem
Type: FormattedTextTextType
Containing Schema: OTA_CommonTypes.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Formatted text content and an associated item or sequence number.
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 ListItem in schema ota_commontypes_xsd1XSD Diagram of ListItem in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="ListItem">
    <xs:annotation>
        <xs:documentation xml:lang="en">Formatted text content and an associated item or sequence number.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="FormattedTextTextType">
                <xs:attribute name="ListItem" type="xs:integer" use="optional" />
            </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
ListItem ListItem Optional
Collapse Derivation Tree: