Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element ExplodedViewRotateType / Axis
Annotations
The Axis element is the rotation axis.
Diagram
Diagram Primitives_xsd_Complex_Type_AxisType.tmp#AxisType_AxisPoint Primitives_xsd_Complex_Type_AxisType.tmp#AxisType_Direction Primitives_xsd_Complex_Type_AxisType.tmp#AxisType
Type AxisType
Properties
content complex
Children AxisPoint, Direction
Instance
<Axis xmlns="http://qifstandards.org/xsd/qif3">
  <AxisPoint decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</AxisPoint>
  <Direction decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</Direction>
</Axis>
Source
<xs:element name="Axis" type="AxisType">
  <xs:annotation>
    <xs:documentation>The Axis element is the rotation axis.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element ExplodedViewRotateType / Angle
Annotations
The Angle element is the rotation angle.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_AngularValueType.tmp#AngularValueType_angularUnit Units_xsd_Complex_Type_AngularValueType.tmp#AngularValueType
Type AngularValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
angularUnit xs:token optional
The optional angularUnit attribute defines the UnitName for the AngularValueType.
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="Angle" type="AngularValueType">
  <xs:annotation>
    <xs:documentation>The Angle element is the rotation angle.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type ExplodedViewRotateType
Annotations
The ExplodedViewRotateType defines the rotation of the group in the exploded view.
Diagram
Diagram Visualization_xsd_Complex_Type_ExplodedViewRotateType.tmp#ExplodedViewRotateType_Axis Visualization_xsd_Complex_Type_ExplodedViewRotateType.tmp#ExplodedViewRotateType_Angle
Used by
Children Angle, Axis
Source
<xs:complexType name="ExplodedViewRotateType">
  <xs:annotation>
    <xs:documentation>The ExplodedViewRotateType defines the rotation of the group in the exploded view.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Axis" type="AxisType">
      <xs:annotation>
        <xs:documentation>The Axis element is the rotation axis.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Angle" type="AngularValueType">
      <xs:annotation>
        <xs:documentation>The Angle element is the rotation angle.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd