attributeGroup "propertyAttributes"
Namespace:
Content:
Defined:
globally in mule-http.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
XML Representation Summary
<...
   
 = 
xsd:string
 = 
("OPTIONS" | "GET" | "HEAD" | "PATCH" | "POST" | "PUT" | "TRACE" | "CONNECT" | "DELETE")
 = 
(xsd:string | xsd:boolean)
...>
Known Usage Locations
XML Source (w/o annotations (3); see within schema source)
<xsd:attributeGroup name="propertyAttributes">
<!-- maybe we mant a more general mechanism, perhaps an element for header values? -->
<xsd:attribute name="contentType" type="xsd:string"/>
<xsd:attribute name="method" type="httpMethodTypes"/>
<xsd:attribute name="keep-alive" type="mule:substitutableBoolean"/>
</xsd:attributeGroup>
Attribute Detail (all declarations; defined within this component only; 3/3)
contentType
Type:
xsd:string, predefined
Use:
optional
The HTTP ContentType to use.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="contentType" type="xsd:string"/>

keep-alive
Type:
Use:
optional
Controls if the socket connection is kept alive. If set to true, a keep-alive header with the connection timeout specified in the connector will be returned. If set to false, a "Connection: close" header will be returned.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="keep-alive" type="mule:substitutableBoolean"/>

method
Type:
Use:
optional
The HTTP method to use.
Attribute Value
enumeration of xsd:NMTOKEN
Enumeration:
"OPTIONS", "GET", "HEAD", "PATCH", "POST", "PUT", "TRACE", "CONNECT", "DELETE"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="method" type="httpMethodTypes"/>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.