<xsd:complexType name="Comments_Detail">
<xsd:annotation>
<xsd:documentation source="Description">Textual information.</xsd:documentation>
<xsd:documentation source="Deprecation">To be replaced with Comment which is an alias for Text_Paragraph</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Comments</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ota2-0400:Comments">
<xsd:sequence>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint_Detail" />
</xsd:sequence>
<xsd:attribute name="name" type="ota2-0400:StringShort" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">Used to identify the information found in the comment.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="language" type="ota2-0400:LanguageCode" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">Identifies the language of the comment.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|