Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element SphericalSegmentConstructionMethodType / BestFit
Annotations
The BestFit element describes the best-fit construction of a spherical segment from 4 or more point-reducible base features. 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_SphericalSegmentBestFitType.tmp#SphericalSegmentBestFitType_n Features_xsd_Complex_Type_SphericalSegmentBestFitType.tmp#SphericalSegmentBestFitType_BaseFeature Features_xsd_Complex_Type_SphericalSegmentBestFitType.tmp#SphericalSegmentBestFitType
Type SphericalSegmentBestFitType
Type hierarchy
Properties
content complex
Children BaseFeature, NominalsCalculated
Instance
<BestFit n="" xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseFeature>{4,unbounded}</BaseFeature>
</BestFit>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of base features used in the construction.
Source
<xs:element name="BestFit" type="SphericalSegmentBestFitType">
  <xs:annotation>
    <xs:documentation>The BestFit element describes the best-fit construction of a spherical segment from 4 or more point-reducible base features. 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 SphericalSegmentConstructionMethodType / Recompensated
Annotations
The Recompensated element describes the re-compensated-for- probe-size best-fit construction of a spherical segment from 4 or more base feature points. 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_SphericalSegmentRecompType.tmp#SphericalSegmentRecompType_BaseFeaturePointList Features_xsd_Complex_Type_SphericalSegmentRecompType.tmp#SphericalSegmentRecompType
Type SphericalSegmentRecompType
Type hierarchy
Properties
content complex
Children BaseFeaturePointList, NominalsCalculated
Instance
<Recompensated xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseFeaturePointList n="">{1,1}</BaseFeaturePointList>
</Recompensated>
Source
<xs:element name="Recompensated" type="SphericalSegmentRecompType">
  <xs:annotation>
    <xs:documentation>The Recompensated element describes the re-compensated-for- probe-size best-fit construction of a spherical segment from 4 or more base feature points. 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 SphericalSegmentConstructionMethodType / Copy
Annotations
The Copy element describes the construction of a spherical segment by the copying of a base spherical segment. 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_SphericalSegmentCopyType.tmp#SphericalSegmentCopyType_BaseSphericalSegment Features_xsd_Complex_Type_SphericalSegmentCopyType.tmp#SphericalSegmentCopyType
Type SphericalSegmentCopyType
Type hierarchy
Properties
content complex
Children BaseSphericalSegment, NominalsCalculated
Instance
<Copy xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseSphericalSegment>{1,1}</BaseSphericalSegment>
</Copy>
Source
<xs:element name="Copy" type="SphericalSegmentCopyType">
  <xs:annotation>
    <xs:documentation>The Copy element describes the construction of a spherical segment by the copying of a base spherical segment. 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 SphericalSegmentConstructionMethodType / Cast
Annotations
The Cast element describes the construction of a spherical segment 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_SphericalSegmentCastType.tmp#SphericalSegmentCastType_BaseFeature Features_xsd_Complex_Type_SphericalSegmentCastType.tmp#SphericalSegmentCastType
Type SphericalSegmentCastType
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="SphericalSegmentCastType">
  <xs:annotation>
    <xs:documentation>The Cast element describes the construction of a spherical segment 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 SphericalSegmentConstructionMethodType / Transform
Annotations
The Transform element describes the construction of a spherical segment by the transformation of a base spherical segment. 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_SphericalSegmentTransformType.tmp#SphericalSegmentTransformType_BaseSphericalSegment Features_xsd_Complex_Type_SphericalSegmentTransformType.tmp#SphericalSegmentTransformType_Transformation Features_xsd_Complex_Type_SphericalSegmentTransformType.tmp#SphericalSegmentTransformType
Type SphericalSegmentTransformType
Type hierarchy
Properties
content complex
Children BaseSphericalSegment, NominalsCalculated, Transformation
Instance
<Transform xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseSphericalSegment>{1,1}</BaseSphericalSegment>
  <Transformation>{1,1}</Transformation>
</Transform>
Source
<xs:element name="Transform" type="SphericalSegmentTransformType">
  <xs:annotation>
    <xs:documentation>The Transform element describes the construction of a spherical segment by the transformation of a base spherical segment. 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 SphericalSegmentConstructionMethodType
Annotations
The SphericalSegmentConstructionMethodType defines the method for constructing a unique nominal or measured spherical segment feature.
Diagram
Diagram Features_xsd_Complex_Type_SphericalSegmentConstructionMethodType.tmp#SphericalSegmentConstructionMethodType_BestFit Features_xsd_Complex_Type_SphericalSegmentConstructionMethodType.tmp#SphericalSegmentConstructionMethodType_Recompensated Features_xsd_Complex_Type_SphericalSegmentConstructionMethodType.tmp#SphericalSegmentConstructionMethodType_Copy Features_xsd_Complex_Type_SphericalSegmentConstructionMethodType.tmp#SphericalSegmentConstructionMethodType_Cast Features_xsd_Complex_Type_SphericalSegmentConstructionMethodType.tmp#SphericalSegmentConstructionMethodType_Transform
Used by
Children BestFit, Cast, Copy, Recompensated, Transform
Source
<xs:complexType name="SphericalSegmentConstructionMethodType">
  <xs:annotation>
    <xs:documentation>The SphericalSegmentConstructionMethodType defines the method for constructing a unique nominal or measured spherical segment 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 spherical segment.</xs:documentation>
    </xs:annotation>
    <xs:element name="BestFit" type="SphericalSegmentBestFitType">
      <xs:annotation>
        <xs:documentation>The BestFit element describes the best-fit construction of a spherical segment from 4 or more point-reducible base features. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Recompensated" type="SphericalSegmentRecompType">
      <xs:annotation>
        <xs:documentation>The Recompensated element describes the re-compensated-for- probe-size best-fit construction of a spherical segment from 4 or more base feature points. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Copy" type="SphericalSegmentCopyType">
      <xs:annotation>
        <xs:documentation>The Copy element describes the construction of a spherical segment by the copying of a base spherical segment. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Cast" type="SphericalSegmentCastType">
      <xs:annotation>
        <xs:documentation>The Cast element describes the construction of a spherical segment 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="SphericalSegmentTransformType">
      <xs:annotation>
        <xs:documentation>The Transform element describes the construction of a spherical segment by the transformation of a base spherical segment. 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