element <suitescriptelement> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 2 elements
Defined:
globally in testsuitelog.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<suitescriptelement>
   
Content: 
</suitescriptelement>
Content model elements (2):
Included in content model of elements (1):
qm:testsuitelog
Known Usage Locations
Annotation
Script in the suite.
XML Source (w/o annotations (4); see within schema source)
<xs:element name="suitescriptelement">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="adapterid" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="remotescript">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 2/2)
adapterid
Type:
xs:string, predefined, simple content
Id of the adapter that manages the testlog.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="adapterid" type="xs:string"/>

remotescript
Type:
anonymous complexType, empty content
Reference to a type of test script that references an external tool based script.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="remotescript">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>

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