element <qm:keydate> (local)
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
XML Representation Summary |
<qm:keydate> |
|
|
</qm:keydate> |
Content model elements (3):
-
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 (all declarations; defined within this component only; 3/3)
-
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"/>
|
-
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"/>
|
-
Type: |
xs:string, predefined, simple content |
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="name" type="xs:string"/>
|