element <qm:detail> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 4 elements
Defined:
locally within qm:testphase element in qm.xsd; see XML source
Includes:
definitions of 4 elements
XML Representation Summary
<qm:detail>
   
Content: 
</qm:detail>
Content model elements (4):
qm:comment (type xs:string),
Included in content model of elements (1):
qm:testphase
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 (all declarations; defined within 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.9.0 using DocFlex/XML XSDDoc 2.8.0 template set