GateOpenAndCloseBehavior.xsd 1.7 KB

12345678910111213141516171819202122232425262728
  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:complexType name="GateOpenAndCloseBehaviorModuleData">
  4. <xs:complexContent>
  5. <xs:extension base="UpdateModuleData">
  6. <xs:sequence>
  7. <xs:element name="GeometriesForOpen" type="xs:string" minOccurs="0" maxOccurs="unbounded" />
  8. <xs:element name="GeometriesForClosed" type="xs:string" minOccurs="0" maxOccurs="unbounded" />
  9. </xs:sequence>
  10. <xs:attribute name="OpenByDefault" type="SageBool" default="false" />
  11. <xs:attribute name="ResetFrames" type="SageDurationUnsignedInt" default="0" />
  12. <xs:attribute name="PercentOpenForPathing" type="SageUnsignedInt" default="0" />
  13. <xs:attribute name="ProxyUnitsName" type="xs:string" />
  14. <xs:attribute name="RepelCollidingUnits" type="SageBool" default="false" />
  15. <xs:attribute name="SoundOpeningGateLoop" type="AudioEventInfoRef" />
  16. <xs:attribute name="SoundFinishedOpeningGate" type="AudioEventInfoRef" />
  17. <xs:attribute name="SoundClosingGateLoop" type="AudioEventInfoRef" />
  18. <xs:attribute name="SoundFinishedClosingGate" type="AudioEventInfoRef" />
  19. <xs:attribute name="TimeBeforePlayingOpenSound" type="SageDurationUnsignedInt" default="0" />
  20. <xs:attribute name="TimeBeforePlayingClosedSound" type="SageDurationUnsignedInt" default="0" />
  21. </xs:extension>
  22. </xs:complexContent>
  23. </xs:complexType>
  24. </xs:schema>