BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType xml-registryType

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

Documentation
Corresponds to XMLRegistryMBean
Properties
This component is not nillable.

Model
<...>
(document-builder-factory?, sax-parser-factory?, transformer-factory?, xml-parser-select-registry-entry*, xml-entity-spec-registry-entry*, when-to-cache )
</...>


Nested Element Summary
xs:stringdocument-builder-factory
          The fully qualified name of the class that implements the DocumentBuilderFactory interface. 
xs:stringsax-parser-factory
          The fully qualified name of the class that implements the SAXParserFactory interface. 
xs:stringtransformer-factory
          The fully qualified name of the class that implements the TransformerFactory interface. 
 when-to-cache
          Specifies when WebLogic Server should cache external entities that it retrieves from the Web. 
dom:xml-entity-spec-registry-entryTypexml-entity-spec-registry-entry
          Provides a list of EntitySpec registry entries. 
dom:xml-parser-select-registry-entryTypexml-parser-select-registry-entry
          Provides a list of the set of ParserSelect registry entries. 
Source
<xs:complexType name="xml-registryType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="document-builder-factory" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="sax-parser-factory" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="transformer-factory" nillable="true" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="xml-parser-select-registry-entry" nillable="true" type="dom:xml-parser-select-registry-entryType">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="xml-entity-spec-registry-entry" nillable="true" type="dom:xml-entity-spec-registry-entryType">
</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: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