Hierarchy Element
Description
The object hierarchy of the changed test object.
Namespace(none)
Diagram
Hierarchy ElementObjectName ElementSequenceHierarchy Element
Overview
Hierarchy
The object hierarchy of the changed test object.
MicClass required xs:string
The test object class of an object in the object hierarchy.
Sequence
ObjectName xs:string
The name of the changed test object.
Hierarchy optional
The object hierarchy of the changed test object.
Attributes
NameTypeUseDefaultFixedDescription
MicClassxs:stringrequired  The test object class of an object in the object hierarchy.
Source
<xs:element name="Hierarchy" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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>
See Also