BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

Documentation
Corresponds to XMLRegistryEntryMBean
Properties
This component is not nillable.

Model
<...>
(public-id?, system-id?, root-element-tag?, entity-path?, parser-class-name?, document-builder-factory?, sax-parser-factory? )
</...>


Nested Element Summary
xs:stringdocument-builder-factory
          Provides the class name of the DocumentBuilderFactory that is associated with the registry entry. 
xs:stringentity-path
          Provides the path name to a local copy of an external entity (e. 
xs:stringparser-class-name
          Provides the class name of any custom XML parser that is associated with the registry entry. 
xs:stringpublic-id
          Provides the public id of the document type represented by this registry entry. 
xs:stringroot-element-tag
          Provides the tag name of the document root element of the document type represented by this registry entry. 
xs:stringsax-parser-factory
          Provides the class name of the SAXParserFactory that is associated with the registry entry. 
xs:stringsystem-id
          Provides the system id of the document type represented by this registry entry. 
Source
<xs:complexType name="xml-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="root-element-tag" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="entity-path" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="parser-class-name" nillable="true" type="xs:string">
</xs:element>
<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: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