WallHubBehavior.xsd 1.4 KB

123456789101112131415161718192021222324
  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="WallHubBehaviorModuleData">
  4. <xs:complexContent>
  5. <xs:extension base="UpdateModuleData">
  6. <xs:sequence>
  7. <xs:element name="SegmentPattern" type="GameObjectWeakRef" minOccurs="0" maxOccurs="unbounded" />
  8. </xs:sequence>
  9. <xs:attribute name="HubCapTemplateId" type="GameObjectWeakRef" />
  10. <xs:attribute name="DefaultSegmentTemplateId" type="GameObjectWeakRef" />
  11. <xs:attribute name="CliffCapTemplateId" type="GameObjectWeakRef" />
  12. <xs:attribute name="ShoreCapTemplateId" type="GameObjectWeakRef" />
  13. <xs:attribute name="BorderCapTemplateId" type="GameObjectWeakRef" />
  14. <xs:attribute name="ElevatedSegmentTemplateId" type="GameObjectWeakRef" />
  15. <xs:attribute name="BuilderRadius" type="SageReal" default="0" />
  16. <xs:attribute name="MaxBuildoutDistance" type="SageReal" default="0" />
  17. <xs:attribute name="Options" type="SageUnsignedInt" default="0" />
  18. <xs:attribute name="StaggeredBuildFactor" type="SageInt" default="0" />
  19. </xs:extension>
  20. </xs:complexContent>
  21. </xs:complexType>
  22. </xs:schema>