Namespace: |
|
Content: |
|
Defined: |
globally in mule-http.xsd; see XML source |
Includes: |
definitions of 3 attributes |
Used: |
at 3 locations |
XML Representation Summary | |||
<... | |||
contentType | = |
xsd:string | |
method | = |
("OPTIONS" | "GET" | "HEAD" | "POST" | "PUT" | "TRACE" | "CONNECT" | "DELETE") | |
keep-alive | = |
(xsd:string | xsd:boolean) | |
...> |
<xsd:attributeGroup name="propertyAttributes"> <!-- maybe we mant a more general mechanism, perhaps an element for header values? --> </xsd:attributeGroup> |
Type: |
xsd:string, predefined |
Use: |
optional |
<xsd:attribute name="contentType" type="xsd:string"/> |
Type: |
|
Use: |
optional |
xsd:string | xsd:boolean |
<xsd:attribute name="keep-alive" type="mule:substitutableBoolean"/> |
Type: |
|
Use: |
optional |
enumeration of xsd:NMTOKEN |
Enumeration: |
"OPTIONS", "GET", "HEAD", "POST", "PUT", "TRACE", "CONNECT", "DELETE" |
<xsd:attribute name="method" type="httpMethodTypes"/> |
XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration. |