Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element IfThenDMERuleType / DMEThen
Annotations
The DMEThen element is set of constraints on the decision about one or more DMEs.
Diagram
Diagram QIFRules_xsd_Complex_Type_DMEThenType.tmp#DMEThenType_n QIFRules_xsd_Element_DMEDecision.tmp#DMEDecision QIFRules_xsd_Complex_Type_DMEThenType.tmp#DMEThenType
Type DMEThenType
Properties
content complex
Children DMEDecision
Instance
<DMEThen n="" xmlns="http://qifstandards.org/xsd/qif3">
  <DMEDecision>{1,unbounded}</DMEDecision>
</DMEThen>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of DMEDecisions.
Source
<xs:element name="DMEThen" type="DMEThenType">
  <xs:annotation>
    <xs:documentation>The DMEThen element is set of constraints on the decision about one or more DMEs.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Complex Type IfThenDMERuleType
Annotations
The IfThenDMERuleType defines a rule containing an optional 'if' part and a required 'then' part. The 'then' part of the rule applies if the 'if' part does not exist or evaluates to true.
Diagram
Diagram QIFRules_xsd_Complex_Type_QIFRuleBaseType.tmp#QIFRuleBaseType_name QIFRules_xsd_Complex_Type_QIFRuleBaseType.tmp#QIFRuleBaseType_UUID QIFRules_xsd_Complex_Type_QIFRuleBaseType.tmp#QIFRuleBaseType GenericExpressions_xsd_Element_BooleanExpression.tmp#BooleanExpression QIFRules_xsd_Complex_Type_IfThenDMERuleType.tmp#IfThenDMERuleType_DMEThen
Type extension of QIFRuleBaseType
Type hierarchy
Used by
Children BooleanExpression, DMEThen, UUID
Attributes
QName Type Use Annotation
name xs:token optional
The optional name attribute is the name of the rule.
Source
<xs:complexType name="IfThenDMERuleType">
  <xs:annotation>
    <xs:documentation>The IfThenDMERuleType defines a rule containing an optional 'if' part and a required 'then' part. The 'then' part of the rule applies if the 'if' part does not exist or evaluates to true.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="QIFRuleBaseType">
      <xs:sequence>
        <xs:element ref="BooleanExpression" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional BooleanExpression element is the 'if' part of the rule.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="DMEThen" type="DMEThenType">
          <xs:annotation>
            <xs:documentation>The DMEThen element is set of constraints on the decision about one or more DMEs.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd