Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element AreaToleranceType / 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_AreaValueType.tmp#AreaValueType_areaUnit Units_xsd_Complex_Type_AreaValueType.tmp#AreaValueType
Type AreaValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
areaUnit xs:token optional
The optional areaUnit attribute defines the UnitName for the AreaValueType.
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="MaxValue" type="AreaValueType">
  <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 AreaToleranceType / 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_AreaValueType.tmp#AreaValueType_areaUnit Units_xsd_Complex_Type_AreaValueType.tmp#AreaValueType
Type AreaValueType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
areaUnit xs:token optional
The optional areaUnit attribute defines the UnitName for the AreaValueType.
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="MinValue" type="AreaValueType" 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 AreaToleranceType / 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 AreaToleranceType
Annotations
The AreaToleranceType defines a tolerance on a quantity measured in area units.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_AreaToleranceType.tmp#AreaToleranceType_MaxValue IntermediatesPMI_xsd_Complex_Type_AreaToleranceType.tmp#AreaToleranceType_MinValue IntermediatesPMI_xsd_Complex_Type_AreaToleranceType.tmp#AreaToleranceType_DefinedAsLimit Primitives_xsd_Element_Attributes.tmp#Attributes
Used by
Children Attributes, DefinedAsLimit, MaxValue, MinValue
Source
<xs:complexType name="AreaToleranceType">
  <xs:annotation>
    <xs:documentation>The AreaToleranceType defines a tolerance on a quantity measured in area 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="AreaValueType">
          <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="AreaValueType" 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="AreaValueType">
        <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