The Manufacturer element is the name of the manufacturer of the DME.
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>
The ModelNumber element is the model number of the DME.
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>
The optional SerialNumber element is the serial number of the DME.
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>
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: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>