3.1.4.2.3.8 t:ArrayOfRuleOperationErrorsType Complex Type

The ArrayOfRuleOperationErrorsType complex type specifies an array of rule (2) validation errors on each rule (2) field that has an error.

 <xs:complexType name="ArrayOfRuleOperationErrorsType">
   <xs:sequence>
     <xs:element name="RuleOperationError"
       type="t:RuleOperationErrorType"
       maxOccurs="unbounded"
       minOccurs="1"
      />
   </xs:sequence>
 </xs:complexType>
  

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

Element name

Type

Description

RuleOperationError

t:RuleOperationErrorType (section 3.1.4.2.3.9)

Specifies a rule (2) operation error.