element <qm:riskComment> (global)
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:riskComment>
   
Content: 
</qm:riskComment>
Content model elements (3):
qm:comment (type xs:string),
Included in content model of elements (1):
qm:commnunityAssessment
Known Usage Locations
Annotation
The comments for risk discussion [read-only]
XML Source (w/o annotations (4); see within schema source)
<xs:element name="riskComment">
<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="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 3/3)
dc:creator
Type:
anonymous complexType, mixed content
[IMMUTABLE] The author of the comment.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" ref="dc:creator"/>

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

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.9.0 using DocFlex/XML XSDDoc 2.8.0 template set