3.1.4.2.3.7 t:DeleteRuleOperationType Complex Type

The DeleteRuleOperationType complex type represents an operation to delete an existing Inbox rule (2). The DeleteRuleOperationType complex type extends the RuleOperationType complex type, as specified in section 3.1.4.2.3.4.

 <xs:complexType name="DeleteRuleOperationType">
   <xs:complexContent>
     <xs:extension
       base="t:RuleOperationType"
     >
       <xs:sequence>
         <xs:element name="RuleId"
           type="xs:string"
           minOccurs="1"
           maxOccurs="1"
          />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

The following table lists the child element of the DeleteRuleOperationType complex type.

Element name

Type

Description

RuleId

xs:string ([XMLSCHEMA2])

Specifies the rule (2) identifier of the Inbox rule (2) to be deleted.