The optional ScaleMaterial element describes the material from which the scale is made.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="ScaleMaterial" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional ScaleMaterial element describes the material from which the scale is made.</xs:documentation></xs:annotation></xs:element>
The optional ScaleCoefficientOfExpansion element is the coefficient of expansion per degree Celsius of the scale.
Diagram
Type
xs:decimal
Properties
content
simple
minOccurs
0
Source
<xs:element name="ScaleCoefficientOfExpansion" type="xs:decimal" minOccurs="0"><xs:annotation><xs:documentation>The optional ScaleCoefficientOfExpansion element is the coefficient of expansion per degree Celsius of the scale.</xs:documentation></xs:annotation></xs:element>
The optional ScaleCoefficientOfExpansionUncertainty element is the uncertainty of the coefficient of expansion per degree Celsius of the scale.
Diagram
Type
xs:decimal
Properties
content
simple
minOccurs
0
Source
<xs:element name="ScaleCoefficientOfExpansionUncertainty" type="xs:decimal" minOccurs="0"><xs:annotation><xs:documentation>The optional ScaleCoefficientOfExpansionUncertainty element is the uncertainty of the coefficient of expansion per degree Celsius of the scale.</xs:documentation></xs:annotation></xs:element>
<xs:element name="TypeOfScale" type="TypeOfScaleType" minOccurs="0"><xs:annotation><xs:documentation>The optional TypeOfScale element is the type of the scale.</xs:documentation></xs:annotation></xs:element>
<xs:element name="ScaleResolution" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional ScaleResolution element is the resolution of the scale.</xs:documentation></xs:annotation></xs:element>
<xs:element name="ScaleReference" type="ScaleReferenceEnumType" minOccurs="0"><xs:annotation><xs:documentation>The optional ScaleReference element is the reference mode of the scale, either absolute or relative.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="MeasurementDeviceScaleType"><xs:annotation><xs:documentation>The MeasurementDeviceScaleType describes a scale on a machine.</xs:documentation></xs:annotation><xs:sequence><xs:element name="ScaleMaterial" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional ScaleMaterial element describes the material from which the scale is made.</xs:documentation></xs:annotation></xs:element><xs:element name="ScaleCoefficientOfExpansion" type="xs:decimal" minOccurs="0"><xs:annotation><xs:documentation>The optional ScaleCoefficientOfExpansion element is the coefficient of expansion per degree Celsius of the scale.</xs:documentation></xs:annotation></xs:element><xs:element name="ScaleCoefficientOfExpansionUncertainty" type="xs:decimal" minOccurs="0"><xs:annotation><xs:documentation>The optional ScaleCoefficientOfExpansionUncertainty element is the uncertainty of the coefficient of expansion per degree Celsius of the scale.</xs:documentation></xs:annotation></xs:element><xs:element name="TypeOfScale" type="TypeOfScaleType" minOccurs="0"><xs:annotation><xs:documentation>The optional TypeOfScale element is the type of the scale.</xs:documentation></xs:annotation></xs:element><xs:element name="ScaleResolution" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional ScaleResolution element is the resolution of the scale.</xs:documentation></xs:annotation></xs:element><xs:element name="ScaleReference" type="ScaleReferenceEnumType" minOccurs="0"><xs:annotation><xs:documentation>The optional ScaleReference element is the reference mode of the scale, either absolute or relative.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>