Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element SpeedToleranceType / 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_SpeedValueType.tmp#SpeedValueType_speedUnit Units_xsd_Complex_Type_SpeedValueType.tmp#SpeedValueType
Type SpeedValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
speedUnit xs:token optional
The optional speedUnit attribute defines the UnitName for the SpeedValueType.
Source
<xs:element name="MaxValue" type="SpeedValueType">
  <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 SpeedToleranceType / 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_SpeedValueType.tmp#SpeedValueType_speedUnit Units_xsd_Complex_Type_SpeedValueType.tmp#SpeedValueType
Type SpeedValueType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
speedUnit xs:token optional
The optional speedUnit attribute defines the UnitName for the SpeedValueType.
Source
<xs:element name="MinValue" type="SpeedValueType" 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
Element SpeedToleranceType / DefinedAsLimit
Annotations
The DefinedAsLimit element signifies whether the MaxValue and MinValue represent actual values ('true') or the upper and lower tolerances, respectively ('false'). Also when DefinedAsLimit is set to 'false', the MaxValue and MinValue may be negative.
Diagram
Diagram
Type xs:boolean
Properties
content simple
Source
<xs:element name="DefinedAsLimit" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>The DefinedAsLimit element signifies whether the MaxValue and MinValue represent actual values ('true') or the upper and lower tolerances, respectively ('false'). Also when DefinedAsLimit is set to 'false', the MaxValue and MinValue may be negative.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type SpeedToleranceType
Annotations
The SpeedToleranceType defines a tolerance on a quantity measured in speed units.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_SpeedToleranceType.tmp#SpeedToleranceType_MaxValue IntermediatesPMI_xsd_Complex_Type_SpeedToleranceType.tmp#SpeedToleranceType_MinValue IntermediatesPMI_xsd_Complex_Type_SpeedToleranceType.tmp#SpeedToleranceType_DefinedAsLimit Primitives_xsd_Element_Attributes.tmp#Attributes
Used by
Children Attributes, DefinedAsLimit, MaxValue, MinValue
Source
<xs:complexType name="SpeedToleranceType">
  <xs:annotation>
    <xs:documentation>The SpeedToleranceType defines a tolerance on a quantity measured in speed units.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:choice>
      <xs:annotation>
        <xs:documentation>The choice is among (1) MaxValue, (2) MinValue, or (3) both (with MaxValue coming first; this choice structure is the normal XML schema language structure for 'one or both'), or</xs:documentation>
      </xs:annotation>
      <xs:sequence>
        <xs:element name="MaxValue" type="SpeedValueType">
          <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="SpeedValueType" 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="SpeedValueType">
        <xs:annotation>
          <xs:documentation>The MinValue element is the minimum specification limit or lower tolerance.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
    <xs:element name="DefinedAsLimit" type="xs:boolean">
      <xs:annotation>
        <xs:documentation>The DefinedAsLimit element signifies whether the MaxValue and MinValue represent actual values ('true') or the upper and lower tolerances, respectively ('false'). Also when DefinedAsLimit is set to 'false', the MaxValue and MinValue may be negative.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <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:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd