Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element NominalPointSetListType / NominalPointSet
Annotations
Each NominalPointSet element is a set of nominal target measurement points.
Diagram
Diagram Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Features_xsd_Complex_Type_PointSetNominalType.tmp#PointSetNominalType_n Features_xsd_Complex_Type_PointSetNominalType.tmp#PointSetNominalType_id Features_xsd_Complex_Type_PointSetNominalType.tmp#PointSetNominalType_MeasurePoint Features_xsd_Complex_Type_PointSetNominalType.tmp#PointSetNominalType
Type PointSetNominalType
Properties
content complex
maxOccurs unbounded
Children MeasurePoint
Instance
<NominalPointSet decimalPlaces="" id="" linearUnit="" n="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="" xmlns="http://qifstandards.org/xsd/qif3">
  <MeasurePoint id="">{1,unbounded}</MeasurePoint>
</NominalPointSet>
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
id QIFIdType required
The id attribute is the QIF id of the nominal point set, used for referencing.
linearUnit xs:token optional
n NaturalType required
The required n attribute is the number of nominal points in this set.
significantFigures xs:nonNegativeInteger optional
validity ValidityEnumType optional
xDecimalPlaces xs:nonNegativeInteger optional
xSignificantFigures xs:nonNegativeInteger optional
xValidity ValidityEnumType optional
yDecimalPlaces xs:nonNegativeInteger optional
ySignificantFigures xs:nonNegativeInteger optional
yValidity ValidityEnumType optional
zDecimalPlaces xs:nonNegativeInteger optional
zSignificantFigures xs:nonNegativeInteger optional
zValidity ValidityEnumType optional
Source
<xs:element name="NominalPointSet" type="PointSetNominalType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each NominalPointSet element is a set of nominal target measurement points.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type NominalPointSetListType
Annotations
The NominalPointSetListType defines a list of all nominal target measurement point sets To be referenced by feature nominals or feature items.
Diagram
Diagram Features_xsd_Complex_Type_NominalPointSetListType.tmp#NominalPointSetListType_n Features_xsd_Complex_Type_NominalPointSetListType.tmp#NominalPointSetListType_NominalPointSet
Used by
Children NominalPointSet
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of nominal point sets in this list.
Source
<xs:complexType name="NominalPointSetListType">
  <xs:annotation>
    <xs:documentation>The NominalPointSetListType defines a list of all nominal target measurement point sets To be referenced by feature nominals or feature items.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="NominalPointSet" type="PointSetNominalType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each NominalPointSet element is a set of nominal target measurement points.</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 nominal point sets in this list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Attribute NominalPointSetListType / @n
Annotations
The required n attribute is the number of nominal point sets 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 nominal point sets in this list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd