Description

The object hierarchy of the changed test object.

Attributes

NameTypeUseDefaultDescription
MicClassstringrequired The test object class of an object in the object hierarchy.

Diagram

Hierarchy Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)ObjectName Element (Required, 1 element allowed)
Hierarchy Element (Optional, up to 1 element(s) allowed)


Children

Used By

Source

                                        <
                                        xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Hierarchy">
    <xs:annotation>
        <xs:documentation>The object hierarchy of the changed test object.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="ObjectName" type="xs:string">
                <xs:annotation>
                    <xs:documentation>The name of the changed test object.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element ref="Hierarchy" minOccurs="0" />
        </xs:sequence>
        <xs:attribute name="MicClass" type="xs:string" use="required">
            <xs:annotation>
                <xs:documentation>The test object class of an object in the object hierarchy.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>