CommandBarSingleUnit.xsd 1007 B

12345678910111213141516171819
  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" xmlns:xas="uri:ea.com:eala:asset:schema" targetNamespace="uri:ea.com:eala:asset" elementFormDefault="qualified" xmlns:XmlEdit="http://tempuri.org/XmlEdit.xsd">
  3. <xs:include schemaLocation="../../../Base/AssetBase.xsd"/>
  4. <xs:include schemaLocation="../../../Includes/Ref.xsd"/>
  5. <xs:complexType name="UIJoypadCommandBarSingleUnit" xas:typeGroup="Xml">
  6. <xs:complexContent>
  7. <xs:extension base="BaseAssetType">
  8. <xs:sequence/>
  9. <xs:attribute name="UnitTemplate" type="JoypadCommandBarTemplateRef"/>
  10. <xs:attribute name="ProductionStructureTemplate" type="JoypadCommandBarTemplateRef"/>
  11. <xs:attribute name="NonProductionStructureTemplate" type="JoypadCommandBarTemplateRef"/>
  12. <xs:attribute name="HotSpotTemplate" type="JoypadCommandBarTemplateRef"/>
  13. </xs:extension>
  14. </xs:complexContent>
  15. </xs:complexType>
  16. </xs:schema>