2.2.4.7 dsc:FilterStateReasonsType

The dsc:FilterStateReasonsType type defines a collection of one or more dsc:FilterStateReasonType elements.

 <xs:complexType name="FilterStateReasonsType">
    <xs:sequence>
       <xs:element name="FilterStateReason" type="dsc:FilterStateReasonType" 
          maxOccurs="unbounded">
       </xs:element>
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
 </xs:complexType>