ButtonTemplateDataPlayerTargetedPower.xsd 1.1 KB

1234567891011121314151617181920
  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="../../../Includes/Ref.xsd"/>
  4. <xs:include schemaLocation="ButtonTemplateDataPlayerPower.xsd"/>
  5. <xs:complexType name="JoypadCommandBarButtonTemplateDataPlayerTargetedPower">
  6. <xs:complexContent>
  7. <xs:extension base="JoypadCommandBarButtonTemplateDataPlayerPower">
  8. <xs:sequence>
  9. <!-- Note: the ValidTargetTintColor will be set to a hard-coded value if not present, if you want no tint at all, please set it to 1, 1, 1 in data -->
  10. <xs:element name="ValidTargetTintColor" type="RGBColor" minOccurs="0" maxOccurs="1" />
  11. </xs:sequence>
  12. <xs:attribute name="RadiusCursor" type="RadiusCursorRef"/>
  13. <xs:attribute name="ValidTargetOutline" type="OutlineDrawType" default="HOVER_ATTACK"/>
  14. </xs:extension>
  15. </xs:complexContent>
  16. </xs:complexType>
  17. </xs:schema>