Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type UserDefinedUnitValueType
Annotations
The UserDefinedUnitValueType defines a SpecifiedDecimalType with a required unitName attribute that identifies the unit being used by its UnitName. The units used in a UserDefinedUnitValueType must be UserDefinedUnits.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_UserDefinedUnitValueType.tmp#UserDefinedUnitValueType_unitName
Type extension of SpecifiedDecimalType
Type hierarchy
Used by
Elements AbsoluteLimitsByUnitType/UserDefinedUnitLimit, CapacitiveSensorType/MaxOperatingVoltage, CapacitiveSensorType/MinOperatingVoltage, CapacitiveSensorType/TemperatureStability, ChargeCoupledDeviceCameraSensorType/DarkCurrent, ChargeCoupledDeviceCameraSensorType/Linearity, ChargeCoupledDeviceCameraSensorType/MaxOutputVoltage, ChargeCoupledDeviceCameraSensorType/MaxPixelClockSpeed, ChargeCoupledDeviceCameraSensorType/MaxReadNoise, ChargeCoupledDeviceCameraSensorType/MaxReadoutFrequency, ChargeCoupledDeviceCameraSensorType/SustainedDataRate, ComputedTomographyType/MaxFramePerSecond, ComputedTomographyType/MaxKV, ComputedTomographyType/MaxOperatingCurrent, ComputedTomographyType/MaxPower, ComputedTomographyType/MinOperatingCurrent, ConfocalChromaticSensorType/ShockTolerance, ConfocalChromaticSensorType/VibrationTolerance, DifferentialVariableReluctanceTransducerSensorType/FrequencyResponse, DifferentialVariableReluctanceTransducerSensorType/TemperatureStability, EddyCurrentSensorType/FrequencyResponse, EddyCurrentSensorType/MaxPowerSupplyVoltage, EddyCurrentSensorType/MinPowerSupplyVoltage, EddyCurrentSensorType/TemperatureStability, EnvironmentalRangeType/MaxVibration, LaserRadarType/MaxPointsRate, LaserRadarType/ScanningSpeed, LaserTrackerType/MaximumAngularVelocity, LaserTrackerType/SamplingRate, LaserTriangulationSensorType/MaxMeasurementFrequency, LaserTriangulationSensorType/OutputPower, LaserTriangulationSensorType/PermissibleAmbientLight, LaserTriangulationSensorType/ShockTolerance, LaserTriangulationSensorType/VibrationTolerance, LaserType/LaserPower, LaserType/LaserPowerSupply, LightPenCMMType/ScanningSpeed, LinearVariableDifferentialTransformerSensorType/ExcitationAmplitude, LinearVariableDifferentialTransformerSensorType/ExcitationFrequency, LinearVariableDifferentialTransformerSensorType/ShockTolerance, LinearVariableDifferentialTransformerSensorType/TemperatureStability, LinearVariableDifferentialTransformerSensorType/VibrationTolerance, MagnetoInductiveSensorType/FrequencyResponse, MagnetoInductiveSensorType/MaxCurrentConsumption, MagnetoInductiveSensorType/MaxPowerSupplyVoltage, MagnetoInductiveSensorType/MinPowerSupplyVoltage, MagnetoInductiveSensorType/ShockTolerance, MagnetoInductiveSensorType/VibrationTolerance, ParallelLinkCMMSpeedsType/MaxXRotation, ParallelLinkCMMSpeedsType/MaxYRotation, ParallelLinkCMMSpeedsType/MaxZRotation, StiffnessType/XStiffness, StiffnessType/YStiffness, StiffnessType/ZStiffness, StructuredLightSensorType/MeasurementRate, TheodoliteType/MaxPowerSupplyVoltage, TheodoliteType/MinPowerSupplyVoltage, TheodoliteType/StadiaBaseConstant, TheodoliteType/StadiaRateConstant, UltrasonicSensorType/AppliedFrequency, UltrasonicSensorType/MaxPowerSupplyVoltage, UltrasonicSensorType/MinPowerSupplyVoltage, UltrasonicSensorType/SamplingFrequency, UltrasonicSensorType/ShockTolerance, UltrasonicSensorType/VibrationTolerance, UserDefinedUnitCharacteristicNominalType/MaxValue, UserDefinedUnitCharacteristicNominalType/MinValue, UserDefinedUnitCharacteristicNominalType/TargetValue
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
unitName xs:token required
The (required) UnitName attribute is the unit name for the UserDefinedUnitValueType.
Source
<xs:complexType name="UserDefinedUnitValueType">
  <xs:annotation>
    <xs:documentation>The UserDefinedUnitValueType defines a SpecifiedDecimalType with a required unitName attribute that identifies the unit being used by its UnitName. The units used in a UserDefinedUnitValueType must be UserDefinedUnits.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="SpecifiedDecimalType">
      <xs:attribute name="unitName" type="xs:token" use="required">
        <xs:annotation>
          <xs:documentation>The (required) UnitName attribute is the unit name for the UserDefinedUnitValueType.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd
Attribute UserDefinedUnitValueType / @unitName
Annotations
The (required) UnitName attribute is the unit name for the UserDefinedUnitValueType.
Type xs:token
Properties
use required
Used by
Source
<xs:attribute name="unitName" type="xs:token" use="required">
  <xs:annotation>
    <xs:documentation>The (required) UnitName attribute is the unit name for the UserDefinedUnitValueType.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd