element <qm:detail>
Namespace:
Type:
anonymous complexType
Content:
complex, 4 elements
Defined:
locally within element qm:testphase in qm.xsd, see XML source
Includes:
definitions of 4 elements
XML Representation Summary
<qm:detail>
   
Content: 
qm:comment, qm:date, qm:pointsAttempted?, qm:pointsCompleted?
</qm:detail>
Content model elements (4):
qm:comment (type xs:string),
qm:date (type xs:dateTime),
Included in content model of elements (1):
Annotation
The data for the progression of the testing at a given time.
XML Source (w/o annotations (5); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="detail">
<xs:complexType>
<xs:sequence>
<xs:element name="comment" type="xs:string"/>
<xs:element name="date" type="xs:dateTime"/>
<xs:element minOccurs="0" name="pointsAttempted" type="xs:int"/>
<xs:element minOccurs="0" name="pointsCompleted" type="xs:int"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 4/4)
qm:comment
Type:
xs:string, predefined, simple content
Comments about the detail.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="comment" type="xs:string"/>

qm:date
Type:
xs:dateTime, predefined, simple content
XML dateTime indicating the date of the detail.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="date" type="xs:dateTime"/>

qm:pointsAttempted
Type:
xs:int, predefined, simple content
The number of point attempted at the given date.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="pointsAttempted" type="xs:int"/>

qm:pointsCompleted
Type:
xs:int, predefined, simple content
The number of points completed at the given date.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="pointsCompleted" type="xs:int"/>

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