<element name="HTTP">
<annotation>
<documentation>Connect point URLs for the HTTP Distributed Computing Platform (DCP). Normally, only one Get and/or one Post is included in this element. More than one Get and/or Post is allowed to support including alternative URLs for uses such as load balancing or backup. </documentation>
</annotation>
<complexType>
<choice maxOccurs="unbounded">
<element name="Get" type="ows:RequestMethodType">
<annotation>
<documentation>Connect point URL prefix and any constraints for the HTTP "Get" request method for this operation request. </documentation>
</annotation>
</element>
<element name="Post" type="ows:RequestMethodType">
<annotation>
<documentation>Connect point URL and any constraints for the HTTP "Post" request method for this operation request. </documentation>
</annotation>
</element>
</choice>
</complexType>
</element>
|