Definition Type: Element
Name: Comment
Type: ParagraphType
Containing Schema: OTA_CommonTypes.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Documentation:
Comment details.
Collapse XSD Schema Diagram:
Drilldown into ListItem in schema ota_commontypes_xsd Drilldown into URL in schema ota_commontypes_xsd Drilldown into Image in schema ota_commontypes_xsd Drilldown into Text in schema ota_commontypes_xsd Drilldown into Language in schema ota_commontypes_xsd1 Drilldown into LanguageGroup in schema ota_commontypes_xsd Drilldown into PurgeDate in schema ota_commontypes_xsd1 Drilldown into LastModifierID in schema ota_commontypes_xsd1 Drilldown into LastModifyDateTime in schema ota_commontypes_xsd1 Drilldown into CreatorID in schema ota_commontypes_xsd1 Drilldown into CreateDateTime in schema ota_commontypes_xsd1 Drilldown into DateTimeStampGroup in schema ota_commontypes_xsd Drilldown into ParagraphNumber in schema ota_commontypes_xsd1 Drilldown into Name in schema ota_commontypes_xsd1 Drilldown into ParagraphType in schema ota_commontypes_xsd Drilldown into GuestViewable in schema ota_commontypes_xsd1 Drilldown into CommentOriginatorCode in schema ota_commontypes_xsd1XSD Diagram of Comment in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="Comment" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation xml:lang="en">Comment details.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="ParagraphType">
                <xs:attribute name="CommentOriginatorCode" type="StringLength1to16" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Unique identifier for the system which created the comment.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="GuestViewable" type="xs:boolean" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">When true, the comment may be shown to the consumer. When false, the comment may not be shown to the consumer.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Text Text (1) (1)
Image Image (1) (1)
URL URL (1) (1)
ListItem ListItem (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
Name Name Optional
ParagraphNumber ParagraphNumber Optional
CreateDateTime CreateDateTime Optional
CreatorID CreatorID Optional
LastModifyDateTime LastModifyDateTime Optional
LastModifierID LastModifierID Optional
PurgeDate PurgeDate Optional
Language Language Optional
CommentOriginatorCode CommentOriginatorCode Optional
GuestViewable GuestViewable Optional
Collapse Derivation Tree: