Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element DatumFeatureSimulatorModifierType / LinearSize
Annotations
The LinearSize element is the linear size of the datum feature simulator size modifier in a datum reference frame.
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_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="LinearSize" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The LinearSize element is the linear size of the datum feature simulator size modifier in a datum reference frame.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element DatumFeatureSimulatorModifierType / DiametricalSize
Annotations
The DiametricalSize element is the diameter of the datum feature simulator size modifier in a datum reference frame.
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_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="DiametricalSize" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The DiametricalSize element is the diameter of the datum feature simulator size modifier in a datum reference frame.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element DatumFeatureSimulatorModifierType / BasicSize
Annotations
The BasicSize element signifies that the size of the datum feature simulator is to be its basic size as indicated by [BASIC] or [BSC] in the datum reference frame.
Diagram
Diagram
Type xs:token
Properties
content simple
fixed BASIC
Source
<xs:element name="BasicSize" type="xs:token" fixed="BASIC">
  <xs:annotation>
    <xs:documentation>The BasicSize element signifies that the size of the datum feature simulator is to be its basic size as indicated by [BASIC] or [BSC] in the datum reference frame.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type DatumFeatureSimulatorModifierType
Annotations
The DatumFeatureSimulatorModifierType defines a datum feature simulator size modifier like that found in square brackets in a datum reference frame.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_DatumFeatureSimulatorModifierType.tmp#DatumFeatureSimulatorModifierType_LinearSize IntermediatesPMI_xsd_Complex_Type_DatumFeatureSimulatorModifierType.tmp#DatumFeatureSimulatorModifierType_DiametricalSize IntermediatesPMI_xsd_Complex_Type_DatumFeatureSimulatorModifierType.tmp#DatumFeatureSimulatorModifierType_BasicSize
Used by
Children BasicSize, DiametricalSize, LinearSize
Source
<xs:complexType name="DatumFeatureSimulatorModifierType">
  <xs:annotation>
    <xs:documentation>The DatumFeatureSimulatorModifierType defines a datum feature simulator size modifier like that found in square brackets in a datum reference frame.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="LinearSize" type="LinearValueType">
      <xs:annotation>
        <xs:documentation>The LinearSize element is the linear size of the datum feature simulator size modifier in a datum reference frame.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DiametricalSize" type="LinearValueType">
      <xs:annotation>
        <xs:documentation>The DiametricalSize element is the diameter of the datum feature simulator size modifier in a datum reference frame.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="BasicSize" type="xs:token" fixed="BASIC">
      <xs:annotation>
        <xs:documentation>The BasicSize element signifies that the size of the datum feature simulator is to be its basic size as indicated by [BASIC] or [BSC] in the datum reference frame.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd