element <workqueue> (global)
Namespace:
Type:
anonymous complexType
Content:
empty, 6 attributes
Defined:
globally in core.xsd; see XML source
Includes:
definitions of 6 attributes
Used:
never
Content Model Diagram
XML Representation Summary
<workqueue
   
 = 
(xsd:int | xsd:string)
 = 
(xsd:int | xsd:string)
 = 
(xsd:int | xsd:string)
 = 
(xsd:int | xsd:string)
 = 
xsd:string
 = 
(xsd:long | xsd:string)
/>
Annotation
Configuration for workqueues that CXF uses
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="workqueue">
<xsd:complexType>
<xsd:sequence/>
<xsd:attribute name="highWaterMark" type="ptp:ParameterizedInt" use="optional"/>
<xsd:attribute name="lowWaterMark" type="ptp:ParameterizedInt" use="optional"/>
<xsd:attribute name="initialSize" type="ptp:ParameterizedInt" use="optional"/>
<xsd:attribute name="queueSize" type="ptp:ParameterizedInt" use="optional"/>
<xsd:attribute name="name" type="xsd:string" use="required"/>
<xsd:attribute name="dequeueTimeout" type="ptp:ParameterizedLong" use="optional"/>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; defined within this component only; 6/6)
dequeueTimeout
Type:
Use:
optional
Attribute Value
xsd:long | xsd:string
XML Source (see within schema source)
<xsd:attribute name="dequeueTimeout" type="ptp:ParameterizedLong" use="optional"/>

highWaterMark
Type:
Use:
optional
Attribute Value
xsd:int | xsd:string
XML Source (see within schema source)
<xsd:attribute name="highWaterMark" type="ptp:ParameterizedInt" use="optional"/>

initialSize
Type:
Use:
optional
Attribute Value
xsd:int | xsd:string
XML Source (see within schema source)
<xsd:attribute name="initialSize" type="ptp:ParameterizedInt" use="optional"/>

lowWaterMark
Type:
Use:
optional
Attribute Value
xsd:int | xsd:string
XML Source (see within schema source)
<xsd:attribute name="lowWaterMark" type="ptp:ParameterizedInt" use="optional"/>

name
Type:
xsd:string, predefined
Use:
required
XML Source (see within schema source)
<xsd:attribute name="name" type="xsd:string" use="required"/>

queueSize
Type:
Use:
optional
Attribute Value
xsd:int | xsd:string
XML Source (see within schema source)
<xsd:attribute name="queueSize" type="ptp:ParameterizedInt" 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.