element <keydate>
Namespace:
Type:
anonymous complexType
Content:
complex, 3 elements
Defined:
locally within element keydates in qm.xsd, see XML source
Includes:
definitions of 3 elements
XML Representation Summary
<keydate>
   
Content: 
name?, description?, date?
</keydate>
Content model elements (3):
date (type xs:dateTime),
description (type xs:string),
name (type xs:string)
Included in content model of elements (1):
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 (defined in this component only; 3/3)
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"/>

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

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