BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType xml-entity-spec-registry-entryType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}xml-entity-spec-registry-entryType (extension)

Documentation
Corresponds to XMLEntitySpecRegistryEntryMBean
Properties
This component is not nillable.

Model
<...>
(public-id?, system-id?, entity-uri?, when-to-cache, cache-timeout-interval )
</...>


Nested Element Summary
 cache-timeout-interval
          Specifies the default timeout interval (in seconds) of the external entity cache. 
xs:stringentity-uri
          The location of the external entity, either a pathname or URI. 
xs:stringpublic-id
          The public ID of the external entity. 
xs:stringsystem-id
          The system ID of the external entity. 
 when-to-cache
          Specifies when WebLogic Server should cache the external entities it retrieves from the Web. 
Source
<xs:complexType name="xml-entity-spec-registry-entryType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="public-id" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="system-id" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="entity-uri" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="when-to-cache" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="cache-on-reference"/>
<xs:enumeration value="cache-at-initialization"/>
<xs:enumeration value="cache-never"/>
<xs:enumeration value="defer-to-registry-setting"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="cache-timeout-interval" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="-1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation