<xs:complexType name="LimitsAndFitsSpecificationType">
<xs:annotation>
<xs:documentation>The LimitsAndFitsSpecificationType defines a limits and fits specification.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="FormVariance" type="xs:token">
<xs:annotation>
<xs:documentation>The FormVariance element defines the form variance portion of the limits and fits specification.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Grade" type="xs:token">
<xs:annotation>
<xs:documentation>The Grade element defines the grade portion of the limits and fits specification.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="zoneVariance" type="LimitsAndFitsZoneVarianceType" use="required">
<xs:annotation>
<xs:documentation>The required zoneVariance attribute is the zone variance type for the limits and fits specification.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |