Description
The element containing the information for supporting the test object methods for this test object class.
 
Important Information
Diagram
Children
Used By
Source
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Methods" minOccurs="0">
    <xs:annotation>
        <xs:documentation>The element containing the information for supporting the test object methods for this test object class.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Method" minOccurs="0" maxOccurs="unbounded">
                <xs:annotation>
                    <xs:documentation>The information for supporting a specific test object method.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:attribute name="name" type="xs:string" use="required">
                        <xs:annotation>
                            <xs:documentation>The name of the test object method.</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                    <xs:attributeGroup ref="ImpFuncAttrs" />
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
 |