element <qm:approvalComment>
Namespace:
Type:
anonymous complexType
Content:
complex, 3 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<qm:approvalComment>
   
Content: 
dc:creator, qm:commentDate, qm:comment
</qm:approvalComment>
Content model elements (3):
Included in content model of elements (2):
Known Usage Locations
Annotation
The comments by any contributor for formal review approval process
XML Source (w/o annotations (4); see within schema source)
<xs:element name="approvalComment">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" ref="dc:creator"/>
<xs:element maxOccurs="1" minOccurs="1" name="commentDate" type="xs:dateTime"/>
<xs:element maxOccurs="1" minOccurs="1" name="comment" type="richtext"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 3/3)
dc:creator
Type:
anonymous, mixed content
The contributor that wrote a comment.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" ref="dc:creator"/>

qm:comment
Type:
qm:richtext, mixed content
A comment, could be rich text, left by the contributor.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="comment" type="richtext"/>

qm:commentDate
Type:
xs:dateTime, predefined, simple content
XML Datetime the comment is written.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="commentDate" type="xs:dateTime"/>

XML schema documentation generated with DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set