<xs:element name="SerialNumber" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The serial number of the Controller</xs:documentation></xs:annotation></xs:element>
<xs:element name="FWVersion" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The version of the firmware</xs:documentation></xs:annotation></xs:element>
<xs:element name="HWRevision" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The revision of the hardware</xs:documentation></xs:annotation></xs:element>
<xs:element name="Manufacturer" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The name of the manufacturer</xs:documentation></xs:annotation></xs:element>
Represents whether the controller is integrated in the device
Diagram
Type
xs:boolean
Properties
content
simple
minOccurs
0
Source
<xs:element name="Integrated" type="xs:boolean" minOccurs="0"><xs:annotation><xs:documentation>Represents whether the controller is integrated in the device</xs:documentation></xs:annotation></xs:element>
Complex Type tps:controllerType
Namespace
tps
Annotations
A Controller contributes to create a Measurement Session
The id of the element. In Data structure it must be always defined and it can be referenced by an other element that uses this element. In Transaction structure it must be defined by a 'created' action (not defined in the other actions)
The reference to the id of this element. In MAXML structure is not defined. In Transaction structure it must be defined by 'modified' and 'deleted' action (not defined in 'created' action)
Source
<xs:complexType name="controllerType"><xs:annotation><xs:documentation>A Controller contributes to create a Measurement Session</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="tps:actionObjectType"><xs:sequence><xs:element name="Name" type="xs:string"><xs:annotation><xs:documentation>The name of the Controller</xs:documentation></xs:annotation></xs:element><xs:element name="SerialNumber" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The serial number of the Controller</xs:documentation></xs:annotation></xs:element><xs:element name="FWVersion" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The version of the firmware</xs:documentation></xs:annotation></xs:element><xs:element name="HWRevision" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The revision of the hardware</xs:documentation></xs:annotation></xs:element><xs:element name="Manufacturer" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The name of the manufacturer</xs:documentation></xs:annotation></xs:element><xs:element name="Integrated" type="xs:boolean" minOccurs="0"><xs:annotation><xs:documentation>Represents whether the controller is integrated in the device</xs:documentation></xs:annotation></xs:element><xs:group minOccurs="0" ref="tps:versionable"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType>