BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

Documentation
The type of service that this SAF agent provides.



Range of Values: Sending-only,
 Receiving-only, or Both.
Properties
This component is not nillable.

Model
<service-type>

</service-type>

Source
<xs:element minOccurs="0" name="service-type" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Both"/>
<xs:enumeration value="Sending-only"/>
<xs:enumeration value="Receiving-only"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation