urn:infinispan:config:5.1
complexType properties

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:infinispan:config:5.1}properties (restriction)

Properties
This component is not nillable.

Model
<...>
property
</...>


Nested Element Summary
 property
          
Local Usage
configuration, executorFactory, infinispan, scheduledExecutorFactory

Source
<xs:complexType name="properties">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="property">
<xs:complexType>
<xs:attribute name="name" type="xs:string">
</xs:attribute>
<xs:attribute name="value" type="xs:string">
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.