Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element PlaneXType / Direction
Annotations
The Direction element gives the direction of the positive X axis.
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="Direction" type="UnitVectorType">
  <xs:annotation>
    <xs:documentation>The Direction element gives the direction of the positive X axis.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Complex Type PlaneXType
Annotations
The PlaneXType defines a plane with a given x-direction.
Diagram
Diagram Primitives_xsd_Complex_Type_PlaneType.tmp#PlaneType_Point Primitives_xsd_Complex_Type_PlaneType.tmp#PlaneType_Normal Primitives_xsd_Complex_Type_PlaneType.tmp#PlaneType Primitives_xsd_Complex_Type_PlaneXType.tmp#PlaneXType_Direction
Type extension of PlaneType
Type hierarchy
Used by
Children Direction, Normal, Point
Source
<xs:complexType name="PlaneXType">
  <xs:annotation>
    <xs:documentation>The PlaneXType defines a plane with a given x-direction.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="PlaneType">
      <xs:sequence>
        <xs:element name="Direction" type="UnitVectorType">
          <xs:annotation>
            <xs:documentation>The Direction element gives the direction of the positive X axis.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd