Leaked source code of windows server 2003
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

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <schema xmlns="http://www.w3.org/1999/XMLSchema"
  3. xmlns:wmi="http://www.microsoft.com/wmi">
  4. <!-- The CIM_ManagedSystemElement class -->
  5. <element name="cim_managedSystemElement">
  6. <complexType name="cim_managedSystemElement" >
  7. <!-- The properties of the class -->
  8. <element name="caption">
  9. <complexType derivedBy="extension" base="string">
  10. <attribute name="read" type="boolean" value="true" use="prohibited"/>
  11. <attribute name="maxLen" type="integer" value="64" use="prohibited"/>
  12. </complexType>
  13. </element>
  14. <element name="description">
  15. <complexType derivedBy="extension" base="string">
  16. <attribute name="read" type="boolean" value="true" use="prohibited"/>
  17. </complexType>
  18. </element>
  19. </complexType>
  20. </element>
  21. <element name="cim_logicalElement">
  22. <complexType content="empty"/>
  23. </element>
  24. </schema>