<xs:complexType name="ToleranceZonePerUnitLengthType">
<xs:annotation>
<xs:documentation>The ToleranceZonePerUnitLengthType defines a per-unit-length tolerance.</xs:documentation>
<xs:documentation>ASME Y14.5 - 2009 Section 5.4.1.3, Figure 5-4, Figure 5-5</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ToleranceValuePerUnit" type="LinearValueType">
<xs:annotation>
<xs:documentation>The ToleranceValuePerUnit element is a tolerance value in linear units to be applied on a per unit length basis.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="UnitLength" type="LinearValueType">
<xs:annotation>
<xs:documentation>The UnitLength element is the length in linear units over which the per-unit-length tolerance is applied.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType> |