<xsd:complexType name="objectType">
<xsd:annotation>
<xsd:documentation>The object type specifies an element that shall be used as a container for an object on a system. Examples of objects are: a file path, a registry key, a user name. If the specified object is not found on a system the optional status attribute is set to 'does not exist'.</xsd:documentation>
<xsd:appinfo>
<attributes>[status]</attributes>
<content>none</content>
<child_elements>none</child_elements>
</xsd:appinfo>
</xsd:annotation>
<xsd:attribute name="status" type="system_characteristics:statusType" use="optional" default="exists" />
</xsd:complexType>
|