Definition Type: ComplexType
Name: approvalRuleType
Namespace: http://www.webex.com/schemas/2002/06/service/event
Containing Schema: event.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into matchCase Drilldown into action Drilldown into queryField Drilldown into condition Drilldown into enrollFieldIDXSD Diagram of approvalRuleType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="approvalRuleType">
    <xsd:sequence>
        <xsd:element name="enrollFieldID" type="xsd:long" default="-13" />
        <xsd:element name="condition" type="event:approvalConditionType" default="CONTAINS" />
        <xsd:element name="queryField">
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:maxLength value="50" />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:element>
        <xsd:element name="action" type="event:approvalActionType" default="REJECT" />
        <xsd:element name="matchCase" type="xsd:boolean" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
enrollFieldID event:enrollFieldID (1) (1)
condition event:condition (1) (1)
queryField event:queryField (1) (1)
action event:action (1) (1)
matchCase event:matchCase 0 (1)
Collapse Derivation Tree:
Collapse References:
event:approvalRuleInstanceType, event:rule