49
edits
(Created page with "{{uixmltype}} SCRIPTINHERITTYPE is an WoW UI XML enumeration used for specifying event script execution order in XML for a Script in Scripts. See also [[XML/ATTRIBUTETYPE|ATT...") |
(→Xsd) |
||
| Line 10: | Line 10: | ||
== Xsd == | == Xsd == | ||
<pre> | |||
<xs:simpleType name="SCRIPTINHERITTYPE"> | |||
<xs:restriction base="xs:NMTOKEN"> | |||
<xs:enumeration value="prepend"/> | |||
<xs:enumeration value="append"/> | |||
<xs:enumeration value="none"/> | |||
</xs:restriction> | |||
</xs:simpleType> | |||
</pre> | |||
== Details == | == Details == | ||