Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type AngularValueType
Annotations
The AngularValueType is a SpecifiedDecimalType with an optional angularUnit attribute that identifies the unit being used by its UnitName. If no value for the attribute is given in an instance file when an angle value is given, the unit type is the AngularUnit specified in the PrimaryUnits element of a FileUnits element, if that specification exists, and radians if not.
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_AngularValueType.tmp#AngularValueType_angularUnit
Type extension of SpecifiedDecimalType
Type hierarchy
Used by
Elements AbsoluteLimitsByUnitType/AngularLimit, AngularCharacteristicNominalBaseType/TargetValue, AngularCoordinateCharacteristicNominalType/TargetValue, AngularErrorType/BaseError, AngularToleranceDefinitionType/MaxValue, AngularToleranceDefinitionType/MinValue, AngularToleranceType/MaxValue, AngularToleranceType/MinValue, AngularityCharacteristicNominalType/Angle, AutocollimatorType/FieldOfView, AutocollimatorType/MaxMeasuringDistance, AutocollimatorType/MinMeasuringDistance, CombinedSphericalResolutionType/CombinedAzimuthalResolution, CombinedSphericalResolutionType/CombinedPolarResolution, ConeFeatureDefinitionType/FullAngle, ConeFeatureDefinitionType/HalfAngle, ConfocalChromaticSensorType/MaxTilt, ConicalSegmentFeatureDefinitionType/FullAngle, ConicalSegmentFeatureDefinitionType/HalfAngle, CylindricalWorkingVolumeType/MaxAzimuthalAxisAngle, CylindricalWorkingVolumeType/MinAzimuthalAxisAngle, EffectiveCylindricalWorkingVolumeType/MaxAzimuthalAxisAngle, EffectiveCylindricalWorkingVolumeType/MinAzimuthalAxisAngle, EffectiveSphericalWorkingVolumeType/MaxAzimuthalAxisAngle, EffectiveSphericalWorkingVolumeType/MaxPolarAxis, EffectiveSphericalWorkingVolumeType/MinAzimuthalAxisAngle, EffectiveSphericalWorkingVolumeType/MinPolarAxis, ExplodedViewRotateType/Angle, HatchPatternType/Angle, MicroscopeType/StageSwivelingAngle, NominalRotationAlignmentOperationType/Angle, OppositeAngledLinesFeatureDefinitionType/TaperAngle, OppositeAngledPlanesFeatureDefinitionType/DraftAngle, OppositeAngledPlanesFeatureDefinitionType/TaperAngle, OpticalComparatorType/AngleResolution, ParallelLinkCMMType/AxesRotationAngle, PatternFeatureCircularArcDefinitionType/IncrementalArc, RAPZResolutionType/AzimuthalAngleResolution, RAPZResolutionType/PolarAngleResolution, RotaryAxisType/MaxRotaryAxis, RotaryAxisType/MinRotaryAxis, SphericalWorkingVolumeType/MaxAzimuthalAxisAngle, SphericalWorkingVolumeType/MaxPolarAxisAngle, SphericalWorkingVolumeType/MinAzimuthalAxisAngle, SphericalWorkingVolumeType/MinPolarAxisAngle, TheodoliteType/AngularAccuracy, TheodoliteType/MaxTiltCompensation, ToleranceZonePerUnitAngleType/UnitAngle, ToleranceZonePerUnitPolarAreaType/UnitAngle, WeldGrooveOneSideParametersType/Angle, WeldPlugOneSideParametersType/Angle
Attributes
QName Type Use Annotation
angularUnit xs:token optional
The optional angularUnit attribute defines the UnitName for the AngularValueType.
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:complexType name="AngularValueType">
  <xs:annotation>
    <xs:documentation>The AngularValueType is a SpecifiedDecimalType with an optional angularUnit attribute that identifies the unit being used by its UnitName. If no value for the attribute is given in an instance file when an angle value is given, the unit type is the AngularUnit specified in the PrimaryUnits element of a FileUnits element, if that specification exists, and radians if not.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="SpecifiedDecimalType">
      <xs:attribute name="angularUnit" type="xs:token">
        <xs:annotation>
          <xs:documentation>The optional angularUnit attribute defines the UnitName for the AngularValueType.</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 AngularValueType / @angularUnit
Annotations
The optional angularUnit attribute defines the UnitName for the AngularValueType.
Type xs:token
Properties
content simple
Used by
Complex Type AngularValueType
Source
<xs:attribute name="angularUnit" type="xs:token">
  <xs:annotation>
    <xs:documentation>The optional angularUnit attribute defines the UnitName for the AngularValueType.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Units.xsd