The optional LaserSource element is the type of laser source used as laser (HeNe, LED, etc.).
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="LaserSource" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional LaserSource element is the type of laser source used as laser (HeNe, LED, etc.).</xs:documentation></xs:annotation></xs:element>
<xs:element name="LaserWaveLength" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional LaserWaveLength element is the wavelength of the laser.</xs:documentation></xs:annotation></xs:element>
The (required) UnitName attribute is the unit name for the UserDefinedUnitValueType.
Source
<xs:element name="LaserPower" type="UserDefinedUnitValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional LaserPower element is the laser output power.</xs:documentation></xs:annotation></xs:element>
The optional LaserSafetyClass element is the safety class of the laser.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="LaserSafetyClass" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional LaserSafetyClass element is the safety class of the laser.</xs:documentation></xs:annotation></xs:element>
<xs:element name="LaserEffectiveLength" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional LaserEffectiveLength element is the maximum length that the laser can be used to measure.</xs:documentation></xs:annotation></xs:element>
<xs:element name="LaserSpotSize" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional LaserSpotSize element is the spot size of the laser.</xs:documentation></xs:annotation></xs:element>
The (required) UnitName attribute is the unit name for the UserDefinedUnitValueType.
Source
<xs:element name="LaserPowerSupply" type="UserDefinedUnitValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional LaserPowerSupply element is the power supply of laser.</xs:documentation></xs:annotation></xs:element>
The required id attribute is the QIF id of the measurement resource, used for referencing.
Source
<xs:complexType name="LaserType"><xs:annotation><xs:documentation>The LaserType defines a laser used in metrology applications.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="MeasurementResourceBaseType"><xs:sequence><xs:element name="LaserSource" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional LaserSource element is the type of laser source used as laser (HeNe, LED, etc.).</xs:documentation></xs:annotation></xs:element><xs:element name="LaserWaveLength" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional LaserWaveLength element is the wavelength of the laser.</xs:documentation></xs:annotation></xs:element><xs:element name="LaserPower" type="UserDefinedUnitValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional LaserPower element is the laser output power.</xs:documentation></xs:annotation></xs:element><xs:element name="LaserSafetyClass" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional LaserSafetyClass element is the safety class of the laser.</xs:documentation></xs:annotation></xs:element><xs:element name="LaserEffectiveLength" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional LaserEffectiveLength element is the maximum length that the laser can be used to measure.</xs:documentation></xs:annotation></xs:element><xs:element name="LaserSpotSize" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional LaserSpotSize element is the spot size of the laser.</xs:documentation></xs:annotation></xs:element><xs:element name="LaserPowerSupply" type="UserDefinedUnitValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional LaserPowerSupply element is the power supply of laser.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>