element <qm:keydate> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 3 elements
Defined:
locally within qm:keydates element in qm.xsd; see XML source
Includes:
definitions of 3 elements
XML Representation Summary
<qm:keydate>
   
Content: 
</qm:keydate>
Content model elements (3):
qm:description (type xs:string),
Included in content model of elements (1):
qm:keydates
Annotation
A significant date in the testing schedule.
XML Source (w/o annotations (4); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="keydate">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="name" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="description" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="date" type="xs:dateTime"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 3/3)
qm:date
Type:
xs:dateTime, predefined, simple content
XML dateTime associated with the keydate.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="date" type="xs:dateTime"/>

qm:description
Type:
xs:string, predefined, simple content
An explanation of the keydate.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="description" type="xs:string"/>

qm:name
Type:
xs:string, predefined, simple content
The name of the keydate.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="name" type="xs:string"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set