SpyAttrs Attribute Group

Description

Attributes for supporting this test object class in the Object Spy.

Attributes

NameTypeUseDefaultDescription
is_control_spyablestringoptionalYes

Indicates whether the Object Spy displays this test object class.

Possible values:

  • Yes
  • No

Source

<xs:attributeGroup xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SpyAttrs">
    <xs:annotation>
        <xs:documentation>Attributes for supporting this test object class in the Object Spy.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="is_control_spyable" use="optional" default="Yes">
        <xs:annotation>
            <xs:documentation>Indicates whether the Object Spy displays this test object class.</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
            <xs:restriction base="xs:string">
                <xs:enumeration value="Yes" />
                <xs:enumeration value="No" />
            </xs:restriction>
        </xs:simpleType>
    </xs:attribute>
</xs:attributeGroup>