Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element PointAndVectorType / StartPoint
Annotations
The StartPoint element is the 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
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="StartPoint" type="PointType">
  <xs:annotation>
    <xs:documentation>The StartPoint element is the starting point of the line.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Element PointAndVectorType / Vector
Annotations
The Vector element is a unit vector giving the 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
Type UnitVectorType
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="Vector" type="UnitVectorType">
  <xs:annotation>
    <xs:documentation>The Vector element is a unit vector giving the direction of the line.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Complex Type PointAndVectorType
Annotations
The PointAndVectorType defines a line by its starting point and direction vector.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_PointAndVectorType.tmp#PointAndVectorType_StartPoint PrimitivesPMI_xsd_Complex_Type_PointAndVectorType.tmp#PointAndVectorType_Vector
Used by
Children StartPoint, Vector
Source
<xs:complexType name="PointAndVectorType">
  <xs:annotation>
    <xs:documentation>The PointAndVectorType defines a line by its starting point and direction vector.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="StartPoint" type="PointType">
      <xs:annotation>
        <xs:documentation>The StartPoint element is the starting point of the line.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Vector" type="UnitVectorType">
      <xs:annotation>
        <xs:documentation>The Vector element is a unit vector giving the 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