complexType "cookieType"
Namespace:
Content:
complex, 8 attributes, attr. wildcard, 1 element
Defined:
globally in mule-http.xsd; see XML source
Includes:
definitions of 8 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:boolean) : "false"
 = 
(xsd:string | xsd:int)
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?
</...>
Content Model Elements (1):
mule:annotations
All Direct / Indirect Based Elements (1):
set-cookie
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
  cookieType
XML Source (w/o annotations (8); see within schema source)
<xsd:complexType name="cookieType">
<xsd:complexContent>
<xsd:extension base="mule:annotatedType">
<xsd:attribute name="name" type="xsd:string" use="required"/>
<xsd:attribute name="value" type="xsd:string" use="required"/>
<xsd:attribute name="domain" type="xsd:string" use="optional"/>
<xsd:attribute name="path" type="xsd:string" use="optional"/>
<xsd:attribute name="expiryDate" type="xsd:string" use="optional"/>
<xsd:attribute name="maxAge" type="mule:substitutableInt" use="optional"/>
<xsd:attribute default="false" name="secure" type="mule:substitutableBoolean" use="optional"/>
<xsd:attribute name="version" type="mule:substitutableInt" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 8/9)
domain
Type:
xsd:string, predefined
Use:
optional
Indicates the domain scope of the cookie. It supports expressions.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="domain" type="xsd:string" use="optional"/>

expiryDate
Type:
xsd:string, predefined
Use:
optional
Indicates the exact date/time when the cookie expires. It must be specified in the form "Wdy, DD Mon YYYY HH:MM:SS GMT".
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="expiryDate" type="xsd:string" use="optional"/>

maxAge
Type:
Use:
optional
Indicates, in seconds, the max age of the cookie.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="maxAge" type="mule:substitutableInt" use="optional"/>

name
Type:
xsd:string, predefined
Use:
required
Indicates the name of the cookie.It supports expressions
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="name" type="xsd:string" use="required"/>

path
Type:
xsd:string, predefined
Use:
optional
Indicates the path scope of the cookie. It supports expressions.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="path" type="xsd:string" use="optional"/>

secure
Type:
Use:
optional
A boolean to specify that the cookie communication should be limited to encrypted transmission. It's fault by default.
Attribute Value
xsd:string | xsd:boolean
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="false" name="secure" type="mule:substitutableBoolean" use="optional"/>

value
Type:
xsd:string, predefined
Use:
required
Indicates the value of the cookie. It supports expressions.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="value" type="xsd:string" use="required"/>

version
Type:
Use:
optional
Sets the version of the cookie specification to which this cookie conforms.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="version" type="mule:substitutableInt" use="optional"/>

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.