| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.bea.com/ns/weblogic/90/domain}xml-entity-spec-registry-entryType (extension)
Corresponds to XMLEntitySpecRegistryEntryMBean
Nested Element Summary | |
| cache-timeout-interval Specifies the default timeout interval (in seconds) of the external entity cache. |
xs:string | entity-uri The location of the external entity, either a pathname or URI. |
xs:string | public-id The public ID of the external entity. |
xs:string | system-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. |
<xs:complexType name="xml-entity-spec-registry-entryType"><xs:complexContent></xs:complexType><xs:extension base="dom:configurationType"></xs:complexContent><xs:sequence></xs:extension><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:element><xs:restriction base="xs:string"></xs:simpleType><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:element minOccurs="0" name="cache-timeout-interval" nillable="false"></xs:sequence><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="-1"/></xs:restriction>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |