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.

41 lines
2.0 KiB

  1. <?xml version="1.0"?>
  2. <Schema name="Microsoft Publisher Configuration Schema" xmlns="urn:schemas-microsoft-com:xml-data"
  3. xmlns:dt="urn:schemas-microsoft-com:datatypes">
  4. <!-- Attributes -->
  5. <AttributeType name="manifestVersion" dt:type="enumeration" dt:values="1.0"/>
  6. <AttributeType name="name" dt:type="string"/>
  7. <AttributeType name="type" dt:type="enumeration" dt:values="win32-policy win32" required="yes"/>
  8. <AttributeType name="publicKeyToken" dt:type="string"/>
  9. <AttributeType name="language" dt:type="string"/>
  10. <AttributeType name="processorArchitecture" dt:type="string"/>
  11. <AttributeType name="version" dt:type="string"/>
  12. <AttributeType name="oldVersion" dt:type="string"/>
  13. <AttributeType name="newVersion" dt:type="string"/>
  14. <!-- Elements-->
  15. <ElementType name="assembly" model = "closed" content="eltOnly">
  16. <attribute type ="manifestVersion" required="yes"/>
  17. <element type="assemblyIdentity" minOccurs="1" maxOccurs="1"/>
  18. <element type="dependency" minOccurs="0" maxOccurs="*"/>
  19. </ElementType>
  20. <ElementType name="assemblyIdentity" model = "closed">
  21. <attribute type="type" required="yes"/>
  22. <attribute type="name" required="yes"/>
  23. <attribute type="publicKeyToken" required="no"/>
  24. <attribute type="language" required="no"/>
  25. <attribute type="processorArchitecture" required="yes" />
  26. <attribute type="version" required="no"/>
  27. </ElementType>
  28. <ElementType name="dependency" model = "closed" content="eltOnly">
  29. <element type="dependentAssembly" minOccurs="0" maxOccurs="1"/>
  30. </ElementType>
  31. <ElementType name="dependentAssembly" model = "closed" content="eltOnly">
  32. <element type="assemblyIdentity" minOccurs="1" maxOccurs="1"/>
  33. <element type="bindingRedirect" minOccurs="1" maxOccurs="1"/>
  34. </ElementType>
  35. <ElementType name="bindingRedirect" model = "closed">
  36. <attribute type="oldVersion" required="yes"/>
  37. <attribute type="newVersion" required="yes"/>
  38. </ElementType>
  39. </Schema>