Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element DMEDecisionIdType / DMEId
Annotations
The DMEId element is the QIF id of a measurement resource.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType
Type QIFReferenceType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
xId QIFReferenceSimpleType optional
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="DMEId" type="QIFReferenceType">
  <xs:annotation>
    <xs:documentation>The DMEId element is the QIF id of a measurement resource.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Complex Type DMEDecisionIdType
Annotations
The DMEDecisionIdType is a decision in which a specific DME must, must not, or may be selected by id.
Diagram
Diagram QIFRules_xsd_Element_Applicability.tmp#Applicability QIFRules_xsd_Complex_Type_DMEDecisionBaseType.tmp#DMEDecisionBaseType QIFRules_xsd_Complex_Type_DMEDecisionIdType.tmp#DMEDecisionIdType_DMEId
Type extension of DMEDecisionBaseType
Type hierarchy
Used by
Element DMEDecisionId
Children Applicability, DMEId
Source
<xs:complexType name="DMEDecisionIdType">
  <xs:annotation>
    <xs:documentation>The DMEDecisionIdType is a decision in which a specific DME must, must not, or may be selected by id.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="DMEDecisionBaseType">
      <xs:sequence>
        <xs:element name="DMEId" type="QIFReferenceType">
          <xs:annotation>
            <xs:documentation>The DMEId element is the QIF id of a measurement resource.</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