Showing:

Annotations
Diagrams
Properties
Source
Used by
Element DMEDecisionMakeModelType / Manufacturer
Annotations
The Manufacturer element is the name of the manufacturer of the DME.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Manufacturer" type="xs:string">
  <xs:annotation>
    <xs:documentation>The Manufacturer element is the name of the manufacturer of the DME.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Element DMEDecisionMakeModelType / ModelNumber
Annotations
The ModelNumber element is the model number of the DME.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="ModelNumber" type="xs:string">
  <xs:annotation>
    <xs:documentation>The ModelNumber element is the model number of the DME.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Element DMEDecisionMakeModelType / SerialNumber
Annotations
The optional SerialNumber element is the serial number of the DME.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="SerialNumber" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional SerialNumber element is the serial number of the DME.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Complex Type DMEDecisionMakeModelType
Annotations
The DMEDecisionMakeModelType is a decision in which a specific DME must, must not, or may be selected by its manufacturer, model number, and optionally its serial number.
Diagram
Diagram QIFRules_xsd_Element_Applicability.tmp#Applicability QIFRules_xsd_Complex_Type_DMEDecisionBaseType.tmp#DMEDecisionBaseType QIFRules_xsd_Complex_Type_DMEDecisionMakeModelType.tmp#DMEDecisionMakeModelType_Manufacturer QIFRules_xsd_Complex_Type_DMEDecisionMakeModelType.tmp#DMEDecisionMakeModelType_ModelNumber QIFRules_xsd_Complex_Type_DMEDecisionMakeModelType.tmp#DMEDecisionMakeModelType_SerialNumber
Type extension of DMEDecisionBaseType
Type hierarchy
Used by
Children Applicability, Manufacturer, ModelNumber, SerialNumber
Source
<xs:complexType name="DMEDecisionMakeModelType">
  <xs:annotation>
    <xs:documentation>The DMEDecisionMakeModelType is a decision in which a specific DME must, must not, or may be selected by its manufacturer, model number, and optionally its serial number.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="DMEDecisionBaseType">
      <xs:sequence>
        <xs:element name="Manufacturer" type="xs:string">
          <xs:annotation>
            <xs:documentation>The Manufacturer element is the name of the manufacturer of the DME.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="ModelNumber" type="xs:string">
          <xs:annotation>
            <xs:documentation>The ModelNumber element is the model number of the DME.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="SerialNumber" type="xs:string" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional SerialNumber element is the serial number of the DME.</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