BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element nm-type

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)

Documentation
Returns the node manager type.
Properties
This component is not nillable.

Model
<nm-type>

</nm-type>

Source
<xs:element minOccurs="0" name="nm-type" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="SSH"/>
<xs:enumeration value="RSH"/>
<xs:enumeration value="Plain"/>
<xs:enumeration value="SSL"/>
<xs:enumeration value="ssh"/>
<xs:enumeration value="rsh"/>
<xs:enumeration value="ssl"/>
<xs:enumeration value="plain"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation