http://adgear.com/api/schemas/xml#output
element method

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://adgear.com/api/schemas/xml#output} (restriction)

Documentation
									The HTTP method to use when contacting this API end point
							
Properties
This component is not nillable.

Model
<method>

</method>

Source
<xs:element name="method">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="GET"/>
<xs:enumeration value="POST"/>
<xs:enumeration value="PUT"/>
<xs:enumeration value="DELETE"/>
</xs:restriction>
</xs:simpleType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.