3.1.4.1.3.3 t:ArrayOfRulesType Complex Type

The ArrayOfRulesType complex type specifies an array of RuleType complex type, as specified in section 2.2.4.5.

 <xs:complexType name="ArrayOfRulesType">
   <xs:sequence>
     <xs:element name="Rule"
       type="t:RuleType"
       minOccurs="0"
       maxOccurs="unbounded"
      />
   </xs:sequence>
 </xs:complexType>
  

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

Element name

Type

Description

Rule

t:RuleType (section 2.2.4.5)

The rule (2) in the user's mailbox.