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>
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>
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>
<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>