Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element LinearToleranceDefinitionType / MaxValue
Annotations
The MaxValue element is the maximum specification limit or upper tolerance.
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="MaxValue" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The MaxValue element is the maximum specification limit or upper tolerance.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element LinearToleranceDefinitionType / MinValue
Annotations
The optional MinValue element is the minimum specification limit or lower tolerance.
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
minOccurs 0
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="MinValue" type="LinearValueType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional MinValue element is the minimum specification limit or lower tolerance.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type LinearToleranceDefinitionType
Annotations
The LinearToleranceDefinitionType defines a tolerance on a length that can be referenced by its QIF id.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_LinearToleranceDefinitionType.tmp#LinearToleranceDefinitionType_id Primitives_xsd_Element_Attributes.tmp#Attributes IntermediatesPMI_xsd_Complex_Type_LinearToleranceDefinitionType.tmp#LinearToleranceDefinitionType_MaxValue IntermediatesPMI_xsd_Complex_Type_LinearToleranceDefinitionType.tmp#LinearToleranceDefinitionType_MinValue
Used by
Children Attributes, MaxValue, MinValue
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the tolerance definition, used for referencing.
Source
<xs:complexType name="LinearToleranceDefinitionType">
  <xs:annotation>
    <xs:documentation>The LinearToleranceDefinitionType defines a tolerance on a length that can be referenced by its QIF id.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="Attributes" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Attributes element contains user defined attributes (typified, binary array, or XML structured).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:choice>
      <xs:annotation>
        <xs:documentation>The choice is among (1) MaxValue, (2) MinValue, (3) both (with MaxValue coming first). This choice structure is the normal XML schema language structure for 'one or both').</xs:documentation>
      </xs:annotation>
      <xs:sequence>
        <xs:element name="MaxValue" type="LinearValueType">
          <xs:annotation>
            <xs:documentation>The MaxValue element is the maximum specification limit or upper tolerance.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="MinValue" type="LinearValueType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional MinValue element is the minimum specification limit or lower tolerance.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:element name="MinValue" type="LinearValueType">
        <xs:annotation>
          <xs:documentation>The MinValue element is the minimum specification limit or lower tolerance.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
  </xs:sequence>
  <xs:attribute name="id" type="QIFIdType" use="required">
    <xs:annotation>
      <xs:documentation>The id attribute is the QIF id of the tolerance definition, used for referencing.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute LinearToleranceDefinitionType / @id
Annotations
The id attribute is the QIF id of the tolerance definition, used for referencing.
Type QIFIdType
Type hierarchy
Properties
use required
Facets
pattern ([\-+]?[0-9]+) & ([1-9][0-9]*)
Used by
Source
<xs:attribute name="id" type="QIFIdType" use="required">
  <xs:annotation>
    <xs:documentation>The id attribute is the QIF id of the tolerance definition, used for referencing.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd