<xsd:complexType name="Comments">
<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:sequence>
<xsd:element maxOccurs="100" minOccurs="0" name="TextualComment" type="ota2-0400:StringLong">
<xsd:annotation>
<xsd:documentation source="Description">Text description.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint_Summary" />
</xsd:sequence>
</xsd:complexType>
|