element <detail>
Namespace:
Type:
anonymous complexType
Content:
complex, 4 elements
Defined:
locally within element testphase in qm.xsd, see XML source
Includes:
definitions of 4 elements
XML Representation Summary
<detail>
   
Content: 
comment, date, pointsAttempted, pointsCompleted
</detail>
Content model elements (4):
comment (type xs:string),
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 name="pointsAttempted" type="xs:int"/>
<xs:element name="pointsCompleted" type="xs:int"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 4/4)
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"/>

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"/>

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 name="pointsAttempted" type="xs:int"/>

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 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