complexType "tns:AbstractDecisionCache"
Namespace:
Content:
empty, 2 attributes
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
globally in pdp-ext-base.xsd; see XML source
Includes:
definition of 1 attribute
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xs:ID
 = 
xs:nonNegativeInteger : "100"
/>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
PDP decision cache base type. All decision caches should extend this type. For infinite/eternal lifetype of cached elements, set: timeToLiveSec = timeToIdleSec = 0.
Type Definition Detail
Type Derivation Tree
  tns:AbstractDecisionCache
XML Source (w/o annotations (2); see within schema source)
<xs:complexType abstract="true" name="AbstractDecisionCache">
<xs:complexContent>
<xs:extension base="tns:AbstractPdpExtension">
<xs:attribute default="100" name="maxElementsInMemory" type="xs:nonNegativeInteger" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/2)
maxElementsInMemory
Type:
xs:nonNegativeInteger, predefined
Use:
optional
the maximum number of elements in memory, before they are evicted. Value zero means unlimited.
Attribute Value
Default:
"100"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="100" name="maxElementsInMemory" type="xs:nonNegativeInteger" use="optional"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.