Definition Type: ComplexType
Name: Review
Namespace: http://www.opentravel.org/OTM/product/Ground/v2
Type: ota2:Empty
Containing Schema: Ground_2_0_0.xsd
Abstract
Documentation:
Review's score from 0 to 5, where 5 is the best.
Collapse XSD Schema Diagram:
Drilldown into textFormat in schema ground_2_0_0_xsd Drilldown into language in schema ground_2_0_0_xsd Drilldown into text in schema ground_2_0_0_xsdXSD Diagram of Review in schema ground_2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="Review">
    <xsd:annotation>
        <xsd:documentation source="Description">Review&amp;apos;s score from 0 to 5, where 5 is the best.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="ValueWithAttributes" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Review</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="ota2:Empty">
            <xsd:attribute name="text" type="ota2-0400:StringText" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">Description of the review score.</xsd:documentation>
                    <xsd:appinfo>
                        <otm:Example context="pgt" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">5: Excellent</otm:Example>
                    </xsd:appinfo>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="language" type="xsd:language" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">The language in which the text is provided.</xsd:documentation>
                    <xsd:documentation source="Implementer">AttributeGroup: LanguageGroup</xsd:documentation>
                    <xsd:appinfo>
                        <otm:Example context="Common" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">en</otm:Example>
                    </xsd:appinfo>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="textFormat" type="ota2-0400:TextFormatType" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">Indicates the format of text used in the description e.g. unformatted  or html.</xsd:documentation>
                    <xsd:documentation source="Implementer">LocalAnonymousType: FormattedTextTextType_TextFormat</xsd:documentation>
                    <xsd:appinfo>
                        <otm:Equivalent context="Common" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">TextFormat</otm:Equivalent>
                        <otm:Example context="Common" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Sample Formatted text</otm:Example>
                    </xsd:appinfo>
                </xsd:annotation>
            </xsd:attribute>
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
text pgt-0200:text Optional
language pgt-0200:language Optional
textFormat pgt-0200:textFormat Optional
Collapse Derivation Tree:
Collapse References:
pgt-0200:Review