AssetTypeUIJoypadSettings.xsd 1.1 KB

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="uri:ea.com:eala:asset" xmlns:at="uri:ea.com:eala:asset:type"
  3. xmlns:xas="uri:ea.com:eala:asset:schema" targetNamespace="uri:ea.com:eala:asset" elementFormDefault="qualified"
  4. xmlns:XmlEdit="http://tempuri.org/XmlEdit.xsd">
  5. <xs:include schemaLocation="UI/Joypad/CommandBar/ButtonBuild.xsd"/>
  6. <xs:include schemaLocation="UI/Joypad/CommandBar/CommandBarControlGroups.xsd"/>
  7. <xs:include schemaLocation="UI/Joypad/CommandBar/CommandBarCoopCommunicatorMenu.xsd"/>
  8. <xs:include schemaLocation="UI/Joypad/CommandBar/CommandBarHomogenousGroup.xsd"/>
  9. <xs:include schemaLocation="UI/Joypad/CommandBar/CommandBarMixedGroup.xsd"/>
  10. <xs:include schemaLocation="UI/Joypad/CommandBar/CommandBarPlayerPowers.xsd"/>
  11. <xs:include schemaLocation="UI/Joypad/CommandBar/CommandBarSingleUnit.xsd"/>
  12. <xs:include schemaLocation="UI/Joypad/CommandBar/CommandBarStances.xsd"/>
  13. <xs:include schemaLocation="UI/Joypad/CommandBar/CommandBarTopMenu.xsd"/>
  14. <xs:include schemaLocation="UI/Joypad/JoypadCursor.xsd"/>
  15. </xs:schema>