<xsd:attribute name="method" use="required">
<xsd:simpleType>
<xsd:union memberTypes="xforms:QNameButNotNCNAME">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="post" />
<xsd:enumeration value="put" />
<xsd:enumeration value="get" />
<xsd:enumeration value="multipart-post" />
<xsd:enumeration value="form-data-post" />
<xsd:enumeration value="urlencoded-post" />
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
</xsd:attribute>
|