<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>
|