Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element SingleNestingIndexFilterType / Symbol
Annotations
The Symbol element defines the filter symbol.
Diagram
Diagram Characteristics_xsd_Simple_Type_SingleNestingIndexFilterSymbolEnumType.tmp#SingleNestingIndexFilterSymbolEnumType
Type SingleNestingIndexFilterSymbolEnumType
Properties
content simple
Facets
enumeration AB
enumeration AD
enumeration AH
enumeration CB
enumeration CD
enumeration CH
enumeration H
enumeration OB
enumeration OH
enumeration OS
Source
<xs:element name="Symbol" type="SingleNestingIndexFilterSymbolEnumType">
  <xs:annotation>
    <xs:documentation>The Symbol element defines the filter symbol.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element SingleNestingIndexFilterType / NestingIndex
Annotations
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
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element SingleNestingIndexFilterType / SecondDirectionNestingIndex
Annotations
The optional SecondDirectionNestingIndex element describes the single nesting index value in the second direction , i.e, following the 'x' in '0.25x0.5'.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type SingleNestingIndexFilterType
Annotations
The SingleNestingIndexFilterType defines an ISO specific filter definition as a symbol followed by a single nesting index optionally in two directions.
Diagram
Diagram Characteristics_xsd_Complex_Type_SingleNestingIndexFilterType.tmp#SingleNestingIndexFilterType_Symbol Characteristics_xsd_Complex_Type_SingleNestingIndexFilterType.tmp#SingleNestingIndexFilterType_NestingIndex Characteristics_xsd_Complex_Type_SingleNestingIndexFilterType.tmp#SingleNestingIndexFilterType_SecondDirectionNestingIndex
Used by
Children NestingIndex, SecondDirectionNestingIndex, Symbol
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd