Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type DMEThenType
Annotations
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.
Diagram
Diagram QIFRules_xsd_Complex_Type_DMEThenType.tmp#DMEThenType_n QIFRules_xsd_Element_DMEDecision.tmp#DMEDecision
Used by
Children DMEDecision
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of DMEDecisions.
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Attribute DMEThenType / @n
Annotations
The required n attribute is the number of DMEDecisions.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type DMEThenType
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd