element <keyword>
Namespace:
Type:
anonymous complexType
Content:
complex, 8 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 8 elements
Used:
never
XML Representation Summary
<keyword>
   
Content: 
dc:identifier, dc:title, alm:updated, alm:state, tags, testscript*, remotescript*, defaultscript?
</keyword>
Content model elements (8):
Annotation
A reference to an automated script that can be inserted into a manual script.
XML Source (w/o annotations (15); see within schema source)
<xs:element name="keyword">
<xs:complexType>
<xs:sequence>
<xs:element ref="dc:identifier"/>
<xs:element ref="dc:title"/>
<xs:element ref="alm:updated"/>
<xs:element ref="alm:state"/>
<xs:element name="tags" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="testscript">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="remotescript">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="defaultscript">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 8/8)
alm:state
Type:
xs:string, predefined, simple content
An ID or name of the current state of the keyword.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:state"/>

alm:updated
Type:
xs:dateTime, predefined, simple content
XML dateTime of the last update of the keyword.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:updated"/>

dc:identifier
Type:
xs:string, predefined, simple content
An unambiguous reference to the keyword within a given context.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:identifier"/>

dc:title
Type:
xs:string, predefined, simple content
A name given to the keyword.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:title"/>

defaultscript
Type:
anonymous, empty content
The primary script associated to the keyword.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="defaultscript">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

remotescript
Type:
anonymous, empty content
A remote test script that references the keyword.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="remotescript">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

tags
Type:
xs:string, predefined, simple content
A searchable comment added to the keywork.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="tags" type="xs:string"/>

testscript
Type:
anonymous, empty content
A manual script that references the keyword.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="testscript">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

XML schema documentation generated with DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set