BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType nt-realmType

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

Documentation
Corresponds to NTRealmMBean
Properties
This component is not nillable.

Model
<...>
(primary-domain?, preferred-max-bytes, ignore-bad-domain-name? )
</...>


Nested Element Summary
xs:booleanignore-bad-domain-name
          During initialization of the NT Realm, some Domains may not be present on the network. 
 preferred-max-bytes
          Specifies how many bytes worth of user/group data to get per NT call. 
xs:stringprimary-domain
          The host name of the Windows NT Primary Domain Controller where users and groups are defined for the domain. 
Source
<xs:complexType name="nt-realmType">
<xs:complexContent>
<xs:extension base="dom:basic-realmType">
<xs:sequence>
<xs:element minOccurs="0" name="primary-domain" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="preferred-max-bytes" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="ignore-bad-domain-name" nillable="false" type="xs:boolean">
</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