BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element allow-non-standard-types

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

Documentation
Specifies whether non-standard data types are allowed to pass
 through this Tuxedo queuing bridge.



A value of NO means that non standard types are
 rejected and placed onto a specified error location; a value of
 YES means that non-standard types are placed on the
 target location as BLOBs with a tag indicating the original
 type.



Note: Standard types are: ASCII text (TextMessage,
 STRING), or BLOB (BytesMessage, CARRAY).
Properties
This component is not nillable.

Model
<allow-non-standard-types>

</allow-non-standard-types>

Source
<xs:element minOccurs="0" name="allow-non-standard-types" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Yes"/>
<xs:enumeration value="No"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation