49
edits
(→Xsd) |
|||
| Line 21: | Line 21: | ||
== Xsd == | == Xsd == | ||
<pre> | |||
<xs:complexType name="ScriptType"> | |||
<xs:simpleContent> | |||
<xs:extension base="xs:string"> | |||
<xs:attribute name="function" type="xs:string"/> | |||
<xs:attribute name="method" type="xs:string"/><!-- new after 7.1 --> | |||
<xs:attribute name="inherit" type="SCRIPTINHERITTYPE" use="optional" default="none"/> | |||
<xs:attribute name="intrinsicOrder" type="SCRIPTINTRINSICORDERTYPE" use="optional" default="none"/><!-- new after 7.1 --> | |||
<xs:attribute name="autoEnableInput" type="xs:boolean" default="true"/><!-- new after 7.2.5 --> | |||
</xs:extension> | |||
</xs:simpleContent> | |||
</xs:complexType> | |||
</pre> | |||
== Summary == | == Summary == | ||