ADeditor
This commit is contained in:
@@ -112,7 +112,12 @@
|
||||
<xsd:attribute name="id" type="xsd:positiveInteger" use="required"/>
|
||||
<xsd:attribute name="count" type="xsd:positiveInteger" use="optional"/>
|
||||
<xsd:attribute name="timer" type="xsd:positiveInteger" use="optional"/>
|
||||
<xsd:attribute name="chance" type="xsd:positiveInteger" use="optional"/>
|
||||
<xsd:attribute name="chance" use="optional"/>
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:positiveInteger">
|
||||
<xsd:maxInclusive value="100"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
<xsd:attribute name="randomPosRadius" type="xsd:float" use="optional"/>
|
||||
<xsd:attribute name="damage" type="xsd:float" use="optional"/>
|
||||
<xsd:attribute name="radius" type="xsd:float" use="optional"/>
|
||||
@@ -159,7 +164,7 @@
|
||||
<xsd:attribute name="width" type="xsd:positiveInteger" use="required"/>
|
||||
<xsd:attribute name="height" type="xsd:positiveInteger" use="required"/>
|
||||
<xsd:attribute name="imageType" type="xsd:integer" use="required"/>
|
||||
<xsd:attribute name="data" type="xsd:string" use="required"/>
|
||||
<xsd:attribute name="data" type="xsd:base64Binary" use="required"/>
|
||||
</xsd:complexType>
|
||||
|
||||
<xsd:complexType name="morphType">
|
||||
|
||||
Reference in New Issue
Block a user