BEA WebLogic Server 9.0 Portal Support Schema Reference

http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0
complexType filterEventType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0}filterEventType (restriction)

Properties
This component is not nillable.

Model
<...
  eventLabel = xs:string
  sourceInstanceLabels = xs:string
  sourceInstanceWildcard = xs:string>

</...>


Attribute Summary
 xs:stringeventLabel
          
 xs:stringsourceInstanceLabels
          
 xs:stringsourceInstanceWildcard
          

Attribute Detail

eventLabel

Type:
based on
with :
Use:
required
Form:
unqualified

sourceInstanceLabels

Type:
xs:string
Use:
optional
Form:
unqualified

sourceInstanceWildcard

Type:
based on
with :
Use:
optional
Form:
unqualified

Source
<xs:complexType name="filterEventType">
<xs:attribute name="eventLabel" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="(\p{L}|_|\$)(\p{L}|_|\$|\p{Nd})*"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="sourceInstanceLabels" type="xs:string"/>
<xs:attribute name="sourceInstanceWildcard">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="this"/>
<xs:enumeration value="any"/>
<xs:enumeration value="none"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>

BEA WebLogic Server 9.0 Portal Support Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation