Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element DefiningPointsNominalType / DefiningPoint
Annotations
Each DefiningPoint element is a nominal point on a nominal point-defined curve or a nominal point-defined surface.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_PointWithNormalBaseType.tmp#PointWithNormalBaseType_id IntermediatesPMI_xsd_Complex_Type_PointWithNormalBaseType.tmp#PointWithNormalBaseType_Point IntermediatesPMI_xsd_Complex_Type_PointWithNormalBaseType.tmp#PointWithNormalBaseType_Normal IntermediatesPMI_xsd_Complex_Type_PointWithNormalBaseType.tmp#PointWithNormalBaseType IntermediatesPMI_xsd_Complex_Type_DefiningPointNominalType.tmp#DefiningPointNominalType_SequenceNumber IntermediatesPMI_xsd_Complex_Type_DefiningPointNominalType.tmp#DefiningPointNominalType
Type DefiningPointNominalType
Type hierarchy
Properties
content complex
maxOccurs unbounded
Children Normal, Point, SequenceNumber
Instance
<DefiningPoint id="" xmlns="http://qifstandards.org/xsd/qif3">
  <Point decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</Point>
  <Normal decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{0,1}</Normal>
  <SequenceNumber>{1,1}</SequenceNumber>
</DefiningPoint>
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the point with normal, used for referencing.
Source
<xs:element name="DefiningPoint" type="DefiningPointNominalType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each DefiningPoint element is a nominal point on a nominal point-defined curve or a nominal point-defined surface.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type DefiningPointsNominalType
Annotations
The DefiningPointsNominalType defines an ordered list of nominal feature defining points.
Diagram
Diagram Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Features_xsd_Complex_Type_DefiningPointsNominalType.tmp#DefiningPointsNominalType_n Features_xsd_Complex_Type_DefiningPointsNominalType.tmp#DefiningPointsNominalType_DefiningPoint
Used by
Children DefiningPoint
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
n NaturalType required
The required n attribute is the number of nominal target points in the list.
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:complexType name="DefiningPointsNominalType">
  <xs:annotation>
    <xs:documentation>The DefiningPointsNominalType defines an ordered list of nominal feature defining points.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="DefiningPoint" type="DefiningPointNominalType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each DefiningPoint element is a nominal point on a nominal point-defined curve or a nominal point-defined surface.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="AttrPoint">
    <xs:annotation>
      <xs:documentation>The AttrPoint attribute group defines accuracies common to all nominal feature defining points.</xs:documentation>
    </xs:annotation>
  </xs:attributeGroup>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of nominal target points in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Attribute DefiningPointsNominalType / @n
Annotations
The required n attribute is the number of nominal target points in the 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 target points in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd