<xsd:element name="insert">
<xsd:complexType>
<xsd:attributeGroup ref="xforms:Common.Attributes" />
<xsd:attributeGroup ref="xforms:Nodeset.Binding.Attributes" />
<xsd:attribute name="at" type="xforms:XPathExpression" use="required" />
<xsd:attribute name="position" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="before" />
<xsd:enumeration value="after" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attributeGroup ref="xforms:XML.Events" />
</xsd:complexType>
</xsd:element>
|