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.

22 lines
658 B

  1. <?xml version="1.0"?>
  2. <Role
  3. name="Cluster Node Server"
  4. description="This server is a Node in a cluster."
  5. mys_id="Cluster"
  6. >
  7. <!-- mys_id attribute should be unique among the different roles. It is used to track collapsed/expanded state. -->
  8. <_locDefinition>
  9. <_locTag _loc="locData" _locAttrData="name, description">Role</_locTag>
  10. <_locTag _loc="locData" _locAttrData="description, tooltip">Link</_locTag>
  11. </_locDefinition>
  12. <Links>
  13. <Link
  14. description="Click this link to start IE"
  15. type="url"
  16. command="http://www.microsoft.com"
  17. tooltip="click me!"
  18. />
  19. </Links>
  20. </Role>