You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
910 B
28 lines
910 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schema xmlns="http://www.w3.org/1999/XMLSchema"
|
|
xmlns:wmi="http://www.microsoft.com/wmi">
|
|
|
|
<!-- The CIM_ManagedSystemElement class -->
|
|
<element name="cim_managedSystemElement">
|
|
<complexType name="cim_managedSystemElement" >
|
|
|
|
<!-- The properties of the class -->
|
|
<element name="caption">
|
|
<complexType derivedBy="extension" base="string">
|
|
<attribute name="read" type="boolean" value="true" use="prohibited"/>
|
|
<attribute name="maxLen" type="integer" value="64" use="prohibited"/>
|
|
</complexType>
|
|
</element>
|
|
|
|
<element name="description">
|
|
<complexType derivedBy="extension" base="string">
|
|
<attribute name="read" type="boolean" value="true" use="prohibited"/>
|
|
</complexType>
|
|
</element>
|
|
|
|
</complexType>
|
|
</element>
|
|
<element name="cim_logicalElement">
|
|
<complexType content="empty"/>
|
|
</element>
|
|
</schema>
|