Source code of Windows XP (NT5)
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.

44 lines
1.7 KiB

  1. <Schema name="ConfigTemplate"
  2. xmlns="urn:schemas-microsoft-com:xml-data"
  3. xmlns:dt="urn:schemas-microsoft-com:datatypes">
  4. <ElementType name="LongName" content="textOnly"/>
  5. <ElementType name="Description" content="textOnly"/>
  6. <AttributeType name="type" dt:type="string" required="no"/>
  7. <AttributeType name="Name" dt:type="id" required="yes"/>
  8. <AttributeType name="fSyncAll" dt:type="boolean" required="yes"/>
  9. <AttributeType name="fBuild" dt:type="boolean" required="yes"/>
  10. <AttributeType name="fCreateSetup" dt:type="boolean" required="yes"/>
  11. <AttributeType name="fCreateRelease" dt:type="boolean" required="yes"/>
  12. <AttributeType name="fUpdatePublics" dt:type="boolean" required="yes"/>
  13. <AttributeType name="BuildType" dt:type="enumeration" dt:values="check free" required="yes"/>
  14. <AttributeType name="Platform" dt:type="enumeration" dt:values="32bit 64bit" required="yes"/>
  15. <ElementType name="Depot" content="empty" model="closed">
  16. <attribute type="type" />
  17. <attribute type="Name" />
  18. <attribute type="fSyncAll" />
  19. <attribute type="fBuild" />
  20. </ElementType>
  21. <ElementType name="PostBuild" content="empty" model="closed">
  22. <attribute type="fCreateSetup" />
  23. <attribute type="fCreateRelease" />
  24. <attribute type="fUpdatePublics" />
  25. </ElementType>
  26. <ElementType name="Options" content="empty" model="closed">
  27. <attribute type="BuildType" />
  28. <attribute type="Platform" />
  29. </ElementType>
  30. <ElementType name="Config" content="eltOnly" model="closed">
  31. <element type="LongName" />
  32. <element type="Description" />
  33. <element type="Depot" maxOccurs="*" />
  34. <element type="PostBuild" />
  35. <element type="Options" />
  36. </ElementType>
  37. </Schema>