nc:CommentType

complexType CommentType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for a comment, note, or remark providing additional information.

Diagram

XML Schema

<xs:complexType name="CommentType">
<xs:annotation>
<xs:documentation>
A data type for a comment, note, or remark providing additional information.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:CommentAuthorText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:CommentCreationDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:CommentText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:CommentTitleText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:CommentAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>