<xs:complexType name="DMEThenType">
<xs:annotation>
<xs:documentation>The DMEThenType is the 'then' part of a DME decision rule. It contains requirements that particular types of DME or particular classes of DME may, must, or must not be used.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="DMEDecision" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each DMEDecision element indicates whether a particular DME or class of DME must be selected, must not be selected, or may be selected.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="n" type="NaturalType" use="required">
<xs:annotation>
<xs:documentation>The required n attribute is the number of DMEDecisions.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |