Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element ToleranceDefinitionsType / LinearTolerance
Annotations
Each LinearTolerance element gives information about a linear tolerance definition.
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 IntermediatesPMI_xsd_Complex_Type_LinearToleranceDefinitionType.tmp#LinearToleranceDefinitionType
Type LinearToleranceDefinitionType
Properties
content complex
Children Attributes, MaxValue, MinValue
Instance
<LinearTolerance id="" xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <MaxValue decimalPlaces="" linearUnit="" significantFigures="">{1,1}</MaxValue>
  <MinValue decimalPlaces="" linearUnit="" significantFigures="">{0,1}</MinValue>
  <MinValue decimalPlaces="" linearUnit="" significantFigures="">{1,1}</MinValue>
</LinearTolerance>
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the tolerance definition, used for referencing.
Source
<xs:element name="LinearTolerance" type="LinearToleranceDefinitionType">
  <xs:annotation>
    <xs:documentation>Each LinearTolerance element gives information about a linear tolerance definition.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element ToleranceDefinitionsType / AngularTolerance
Annotations
Each AngularTolerance element gives information about an angular tolerance definition.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_AngularToleranceDefinitionType.tmp#AngularToleranceDefinitionType_id Primitives_xsd_Element_Attributes.tmp#Attributes IntermediatesPMI_xsd_Complex_Type_AngularToleranceDefinitionType.tmp#AngularToleranceDefinitionType_MaxValue IntermediatesPMI_xsd_Complex_Type_AngularToleranceDefinitionType.tmp#AngularToleranceDefinitionType_MinValue IntermediatesPMI_xsd_Complex_Type_AngularToleranceDefinitionType.tmp#AngularToleranceDefinitionType
Type AngularToleranceDefinitionType
Properties
content complex
Children Attributes, MaxValue, MinValue
Instance
<AngularTolerance id="" xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <MaxValue angularUnit="" decimalPlaces="" significantFigures="">{1,1}</MaxValue>
  <MinValue angularUnit="" decimalPlaces="" significantFigures="">{0,1}</MinValue>
  <MinValue angularUnit="" decimalPlaces="" significantFigures="">{1,1}</MinValue>
</AngularTolerance>
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the tolerance definition, used for referencing.
Source
<xs:element name="AngularTolerance" type="AngularToleranceDefinitionType">
  <xs:annotation>
    <xs:documentation>Each AngularTolerance element gives information about an angular tolerance definition.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type ToleranceDefinitionsType
Annotations
The ToleranceDefinitionsType defines a list of tolerance definitions.
Diagram
Diagram Characteristics_xsd_Complex_Type_ToleranceDefinitionsType.tmp#ToleranceDefinitionsType_n Characteristics_xsd_Complex_Type_ToleranceDefinitionsType.tmp#ToleranceDefinitionsType_LinearTolerance Characteristics_xsd_Complex_Type_ToleranceDefinitionsType.tmp#ToleranceDefinitionsType_AngularTolerance
Used by
Children AngularTolerance, LinearTolerance
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of tolerance definitions in this set.
Source
<xs:complexType name="ToleranceDefinitionsType">
  <xs:annotation>
    <xs:documentation>The ToleranceDefinitionsType defines a list of tolerance definitions.</xs:documentation>
  </xs:annotation>
  <xs:choice maxOccurs="unbounded">
    <xs:annotation>
      <xs:documentation>This compositor provides a choice between a linear tolerance and an angular tolerance.</xs:documentation>
    </xs:annotation>
    <xs:element name="LinearTolerance" type="LinearToleranceDefinitionType">
      <xs:annotation>
        <xs:documentation>Each LinearTolerance element gives information about a linear tolerance definition.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AngularTolerance" type="AngularToleranceDefinitionType">
      <xs:annotation>
        <xs:documentation>Each AngularTolerance element gives information about an angular tolerance definition.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of tolerance definitions in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Attribute ToleranceDefinitionsType / @n
Annotations
The required n attribute is the number of tolerance definitions in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of tolerance definitions in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd