Description
The object hierarchy of the changed test object.
Attributes
Name | Type | Use | Default | Description |
---|
MicClass | string | required | | The test object class of an object in the object hierarchy. |
Diagram
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>
|