Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element PointWithNormalBaseType / Point
Annotations
The Point element is the location of the individual point.
Diagram
Diagram Primitives_xsd_Simple_Type_PointSimpleType.tmp#PointSimpleType Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_PointType.tmp#PointType
Type PointType
Type hierarchy
Properties
content complex
Attributes
QName Type Use
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
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="Point" type="PointType">
  <xs:annotation>
    <xs:documentation>The Point element is the location of the individual point.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element PointWithNormalBaseType / Normal
Annotations
The optional Normal element is the unit vector normal to the material at the locating point.
Diagram
Diagram Primitives_xsd_Simple_Type_UnitVectorSimpleType.tmp#UnitVectorSimpleType Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_UnitVectorType.tmp#UnitVectorType
Type UnitVectorType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
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="Normal" type="UnitVectorType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Normal element is the unit vector normal to the material at the locating point.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type PointWithNormalBaseType
Annotations
The abstract PointWithNormalBaseType is the base type for measurement and point-defined-feature points. The direction of the optional normal vector is away from the material.
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
Properties
abstract true
Used by
Children Normal, Point
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:complexType name="PointWithNormalBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The abstract PointWithNormalBaseType is the base type for measurement and point-defined-feature points. The direction of the optional normal vector is away from the material.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Point" type="PointType">
      <xs:annotation>
        <xs:documentation>The Point element is the location of the individual point.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Normal" type="UnitVectorType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Normal element is the unit vector normal to the material at the locating point.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="QIFIdType" use="required">
    <xs:annotation>
      <xs:documentation>The id attribute is the QIF id of the point with normal, used for referencing.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute PointWithNormalBaseType / @id
Annotations
The id attribute is the QIF id of the point with normal, used for referencing.
Type QIFIdType
Type hierarchy
Properties
use required
Facets
pattern ([\-+]?[0-9]+) & ([1-9][0-9]*)
Used by
Source
<xs:attribute name="id" type="QIFIdType" use="required">
  <xs:annotation>
    <xs:documentation>The id attribute is the QIF id of the point with normal, used for referencing.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd