<xs:complexType name="DMEDecisionBaseType" abstract="true">
<xs:annotation>
<xs:documentation>The DMEDecisionBaseType is the base type for making a decision on a DME.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="Applicability">
<xs:annotation>
<xs:documentation>The Applicability element indicates whether a DME must be selected, must not be selected, or may be selected.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType> |