3.1.4.1.3.6 t:ArrayOfProtectionRulesType Complex Type

The ArrayOfProtectionRulesType complex type specifies an array of protection rules.

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

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

Element

Type

Description

Rule

t:ProtectionRuleType (section 3.1.4.1.3.44)

Contains a single protection rule. This element can occur zero or more times. This element occurs zero times when no protection rules are defined by the organization. It occurs one or more times if at least one rule is defined by the organization.