Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element MeasuredPointAndVectorType / StartPoint
Annotations
The StartPoint element is the measured starting point of the line.
Diagram
Diagram Primitives_xsd_Simple_Type_PointSimpleType.tmp#PointSimpleType Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_PointType.tmp#PointType PrimitivesPMI_xsd_Attribute_Group_AttrMeasuredPoint.tmp#AttrMeasuredPoint PrimitivesPMI_xsd_Complex_Type_MeasuredPointType.tmp#MeasuredPointType
Type MeasuredPointType
Type hierarchy
Properties
content complex
Attributes
QName Type Use
combinedUncertainty xs:decimal optional
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
meanError xs:decimal optional
significantFigures xs:nonNegativeInteger optional
validity ValidityEnumType optional
xCombinedUncertainty xs:decimal optional
xDecimalPlaces xs:nonNegativeInteger optional
xMeanError xs:decimal optional
xSignificantFigures xs:nonNegativeInteger optional
xValidity ValidityEnumType optional
yCombinedUncertainty xs:decimal optional
yDecimalPlaces xs:nonNegativeInteger optional
yMeanError xs:decimal optional
ySignificantFigures xs:nonNegativeInteger optional
yValidity ValidityEnumType optional
zCombinedUncertainty xs:decimal optional
zDecimalPlaces xs:nonNegativeInteger optional
zMeanError xs:decimal optional
zSignificantFigures xs:nonNegativeInteger optional
zValidity ValidityEnumType optional
Source
<xs:element name="StartPoint" type="MeasuredPointType">
  <xs:annotation>
    <xs:documentation>The StartPoint element is the measured starting point of the line.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Element MeasuredPointAndVectorType / Vector
Annotations
The Vector element is a unit vector giving the measured direction of the line.
Diagram
Diagram Primitives_xsd_Simple_Type_UnitVectorSimpleType.tmp#UnitVectorSimpleType Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_UnitVectorType.tmp#UnitVectorType PrimitivesPMI_xsd_Attribute_Group_AttrMeasuredPoint.tmp#AttrMeasuredPoint PrimitivesPMI_xsd_Complex_Type_MeasuredUnitVectorType.tmp#MeasuredUnitVectorType
Type MeasuredUnitVectorType
Type hierarchy
Properties
content complex
Attributes
QName Type Use
combinedUncertainty xs:decimal optional
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
meanError xs:decimal optional
significantFigures xs:nonNegativeInteger optional
validity ValidityEnumType optional
xCombinedUncertainty xs:decimal optional
xDecimalPlaces xs:nonNegativeInteger optional
xMeanError xs:decimal optional
xSignificantFigures xs:nonNegativeInteger optional
xValidity ValidityEnumType optional
yCombinedUncertainty xs:decimal optional
yDecimalPlaces xs:nonNegativeInteger optional
yMeanError xs:decimal optional
ySignificantFigures xs:nonNegativeInteger optional
yValidity ValidityEnumType optional
zCombinedUncertainty xs:decimal optional
zDecimalPlaces xs:nonNegativeInteger optional
zMeanError xs:decimal optional
zSignificantFigures xs:nonNegativeInteger optional
zValidity ValidityEnumType optional
Source
<xs:element name="Vector" type="MeasuredUnitVectorType">
  <xs:annotation>
    <xs:documentation>The Vector element is a unit vector giving the measured direction of the line.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Complex Type MeasuredPointAndVectorType
Annotations
The MeasuredPointAndVectorType defines a line by its starting point and direction vector.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_MeasuredPointAndVectorType.tmp#MeasuredPointAndVectorType_StartPoint PrimitivesPMI_xsd_Complex_Type_MeasuredPointAndVectorType.tmp#MeasuredPointAndVectorType_Vector
Used by
Children StartPoint, Vector
Source
<xs:complexType name="MeasuredPointAndVectorType">
  <xs:annotation>
    <xs:documentation>The MeasuredPointAndVectorType defines a line by its starting point and direction vector.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="StartPoint" type="MeasuredPointType">
      <xs:annotation>
        <xs:documentation>The StartPoint element is the measured starting point of the line.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Vector" type="MeasuredUnitVectorType">
      <xs:annotation>
        <xs:documentation>The Vector element is a unit vector giving the measured direction of the line.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd