<xs:complexType name="SingleNestingIndexFilterType">
<xs:annotation>
<xs:documentation>The SingleNestingIndexFilterType defines an ISO specific filter definition as a symbol followed by a single nesting index optionally in two directions.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Symbol" type="SingleNestingIndexFilterSymbolEnumType">
<xs:annotation>
<xs:documentation>The Symbol element defines the filter symbol.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NestingIndex" type="LinearValueType">
<xs:annotation>
<xs:documentation>The NestingIndex element describes the single nesting index value. The interpretation of this value depends on the filter symbol: OB, CB, or AB = ball radius OH, CH, or AH = segment length OD, CD, or AD = disc radius H = a value of 0 indicates the convex hull</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SecondDirectionNestingIndex" type="LinearValueType" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional SecondDirectionNestingIndex element describes the single nesting index value in the second direction , i.e, following the 'x' in '0.25x0.5'.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType> |