Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element EdgePointConstructionMethodType / Copy
Annotations
The Copy element describes the construction of an edge-point by the copying of a base edge-point. This element is in an optional choice.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_EdgePointCopyType.tmp#EdgePointCopyType_BaseEdgePoint Features_xsd_Complex_Type_EdgePointCopyType.tmp#EdgePointCopyType
Type EdgePointCopyType
Type hierarchy
Properties
content complex
Children BaseEdgePoint, NominalsCalculated
Instance
<Copy xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseEdgePoint>{1,1}</BaseEdgePoint>
</Copy>
Source
<xs:element name="Copy" type="EdgePointCopyType">
  <xs:annotation>
    <xs:documentation>The Copy element describes the construction of an edge-point by the copying of a base edge-point. This element is in an optional choice.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element EdgePointConstructionMethodType / Cast
Annotations
The Cast element describes the construction of an edge-point by the casting of a base feature. This element is in an optional choice.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_EdgePointCastType.tmp#EdgePointCastType_BaseFeature Features_xsd_Complex_Type_EdgePointCastType.tmp#EdgePointCastType
Type EdgePointCastType
Type hierarchy
Properties
content complex
Children BaseFeature, NominalsCalculated
Instance
<Cast xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseFeature>{1,1}</BaseFeature>
</Cast>
Source
<xs:element name="Cast" type="EdgePointCastType">
  <xs:annotation>
    <xs:documentation>The Cast element describes the construction of an edge-point by the casting of a base feature. This element is in an optional choice.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element EdgePointConstructionMethodType / Transform
Annotations
The Transform element describes the construction of an edge-point by the transformation of a base edge-point. This element is in an optional choice.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_EdgePointTransformType.tmp#EdgePointTransformType_BaseEdgePoint Features_xsd_Complex_Type_EdgePointTransformType.tmp#EdgePointTransformType_Transformation Features_xsd_Complex_Type_EdgePointTransformType.tmp#EdgePointTransformType
Type EdgePointTransformType
Type hierarchy
Properties
content complex
Children BaseEdgePoint, NominalsCalculated, Transformation
Instance
<Transform xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseEdgePoint>{1,1}</BaseEdgePoint>
  <Transformation>{1,1}</Transformation>
</Transform>
Source
<xs:element name="Transform" type="EdgePointTransformType">
  <xs:annotation>
    <xs:documentation>The Transform element describes the construction of an edge-point by the transformation of a base edge-point. This element is in an optional choice.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element EdgePointConstructionMethodType / FromScan
Annotations
The FromScan element describes the construction of an edge-point from scan data. This element is in an optional choice.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_EdgePointFromScanType.tmp#EdgePointFromScanType_SurfaceFeature Features_xsd_Complex_Type_EdgePointFromScanType.tmp#EdgePointFromScanType_SearchRadius Features_xsd_Complex_Type_EdgePointFromScanType.tmp#EdgePointFromScanType_PatchRadius Features_xsd_Complex_Type_EdgePointFromScanType.tmp#EdgePointFromScanType_Distance Features_xsd_Complex_Type_EdgePointFromScanType.tmp#EdgePointFromScanType_Depth Features_xsd_Complex_Type_EdgePointFromScanType.tmp#EdgePointFromScanType_RetrievalMethod Features_xsd_Complex_Type_EdgePointFromScanType.tmp#EdgePointFromScanType
Type EdgePointFromScanType
Type hierarchy
Properties
content complex
Children Depth, Distance, NominalsCalculated, PatchRadius, RetrievalMethod, SearchRadius, SurfaceFeature
Instance
<FromScan xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <SurfaceFeature>{1,1}</SurfaceFeature>
  <SearchRadius decimalPlaces="" linearUnit="" significantFigures="">{1,1}</SearchRadius>
  <PatchRadius decimalPlaces="" linearUnit="" significantFigures="">{1,1}</PatchRadius>
  <Distance decimalPlaces="" linearUnit="" significantFigures="">{1,1}</Distance>
  <Depth decimalPlaces="" linearUnit="" significantFigures="">{1,1}</Depth>
  <RetrievalMethod>{1,1}</RetrievalMethod>
</FromScan>
Source
<xs:element name="FromScan" type="EdgePointFromScanType">
  <xs:annotation>
    <xs:documentation>The FromScan element describes the construction of an edge-point from scan data. This element is in an optional choice.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type EdgePointConstructionMethodType
Annotations
The EdgePointConstructionMethodType defines the method for constructing a unique nominal or measured edge-point feature.
Diagram
Diagram Features_xsd_Complex_Type_EdgePointConstructionMethodType.tmp#EdgePointConstructionMethodType_Copy Features_xsd_Complex_Type_EdgePointConstructionMethodType.tmp#EdgePointConstructionMethodType_Cast Features_xsd_Complex_Type_EdgePointConstructionMethodType.tmp#EdgePointConstructionMethodType_Transform Features_xsd_Complex_Type_EdgePointConstructionMethodType.tmp#EdgePointConstructionMethodType_FromScan
Used by
Children Cast, Copy, FromScan, Transform
Source
<xs:complexType name="EdgePointConstructionMethodType">
  <xs:annotation>
    <xs:documentation>The EdgePointConstructionMethodType defines the method for constructing a unique nominal or measured edge-point feature.</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0">
    <xs:annotation>
      <xs:documentation>This optional compositor provides a choice of the construction method for the edge point.</xs:documentation>
    </xs:annotation>
    <xs:element name="Copy" type="EdgePointCopyType">
      <xs:annotation>
        <xs:documentation>The Copy element describes the construction of an edge-point by the copying of a base edge-point. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Cast" type="EdgePointCastType">
      <xs:annotation>
        <xs:documentation>The Cast element describes the construction of an edge-point by the casting of a base feature. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Transform" type="EdgePointTransformType">
      <xs:annotation>
        <xs:documentation>The Transform element describes the construction of an edge-point by the transformation of a base edge-point. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FromScan" type="EdgePointFromScanType">
      <xs:annotation>
        <xs:documentation>The FromScan element describes the construction of an edge-point from scan data. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd