Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element BaseFeaturePointListType / BaseFeaturePointSet
Annotations
Each BaseFeaturePointSet element is an individual point or set of points for a best-fit construction.
Diagram
Diagram Features_xsd_Complex_Type_BaseFeaturePointSetType.tmp#BaseFeaturePointSetType_FeatureId Features_xsd_Complex_Type_BaseFeaturePointSetType.tmp#BaseFeaturePointSetType_PointIndex Features_xsd_Complex_Type_BaseFeaturePointSetType.tmp#BaseFeaturePointSetType_ReferencedComponent Features_xsd_Complex_Type_BaseFeaturePointSetType.tmp#BaseFeaturePointSetType_SequenceNumber Features_xsd_Complex_Type_BaseFeaturePointSetType.tmp#BaseFeaturePointSetType
Type BaseFeaturePointSetType
Properties
content complex
maxOccurs unbounded
Children FeatureId, PointIndex, ReferencedComponent, SequenceNumber
Instance
<BaseFeaturePointSet xmlns="http://qifstandards.org/xsd/qif3">
  <FeatureId xId="">{1,1}</FeatureId>
  <PointIndex>{1,1}</PointIndex>
  <ReferencedComponent>{1,1}</ReferencedComponent>
  <SequenceNumber>{1,1}</SequenceNumber>
</BaseFeaturePointSet>
Source
<xs:element name="BaseFeaturePointSet" type="BaseFeaturePointSetType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each BaseFeaturePointSet element is an individual point or set of points for a best-fit construction.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type BaseFeaturePointListType
Annotations
The BaseFeaturePointListType defines a list of base feature points to be used in the construction of a re-compensated-for-probe-size best-fit feature. Each feature recompensation type will have a minimum number of points this list must contain.
Diagram
Diagram Features_xsd_Complex_Type_BaseFeaturePointListType.tmp#BaseFeaturePointListType_n Features_xsd_Complex_Type_BaseFeaturePointListType.tmp#BaseFeaturePointListType_BaseFeaturePointSet
Used by
Children BaseFeaturePointSet
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of BaseFeaturesPointSet elements in this list.
Source
<xs:complexType name="BaseFeaturePointListType">
  <xs:annotation>
    <xs:documentation>The BaseFeaturePointListType defines a list of base feature points to be used in the construction of a re-compensated-for-probe-size best-fit feature. Each feature recompensation type will have a minimum number of points this list must contain.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="BaseFeaturePointSet" type="BaseFeaturePointSetType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each BaseFeaturePointSet element is an individual point or set of points for a best-fit construction.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of BaseFeaturesPointSet elements in this list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Attribute BaseFeaturePointListType / @n
Annotations
The required n attribute is the number of BaseFeaturesPointSet elements in this list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of BaseFeaturesPointSet elements in this list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd