Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element ExplodedViewMoveGroupType / Translate
Annotations
The Translate element alternative is the translation operator of the group.
Diagram
Diagram Visualization_xsd_Complex_Type_ExplodedViewTranslateType.tmp#ExplodedViewTranslateType_Direction Visualization_xsd_Complex_Type_ExplodedViewTranslateType.tmp#ExplodedViewTranslateType_Value Visualization_xsd_Complex_Type_ExplodedViewTranslateType.tmp#ExplodedViewTranslateType
Type ExplodedViewTranslateType
Properties
content complex
Children Direction, Value
Instance
<Translate xmlns="http://qifstandards.org/xsd/qif3">
  <Direction decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</Direction>
  <Value decimalPlaces="" linearUnit="" significantFigures="">{1,1}</Value>
</Translate>
Source
<xs:element name="Translate" type="ExplodedViewTranslateType">
  <xs:annotation>
    <xs:documentation>The Translate element alternative is the translation operator of the group.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element ExplodedViewMoveGroupType / Rotate
Annotations
The Rotate element alternative is the rotation operator of the group.
Diagram
Diagram Visualization_xsd_Complex_Type_ExplodedViewRotateType.tmp#ExplodedViewRotateType_Axis Visualization_xsd_Complex_Type_ExplodedViewRotateType.tmp#ExplodedViewRotateType_Angle Visualization_xsd_Complex_Type_ExplodedViewRotateType.tmp#ExplodedViewRotateType
Type ExplodedViewRotateType
Properties
content complex
Children Angle, Axis
Instance
<Rotate xmlns="http://qifstandards.org/xsd/qif3">
  <Axis>{1,1}</Axis>
  <Angle angularUnit="" decimalPlaces="" significantFigures="">{1,1}</Angle>
</Rotate>
Source
<xs:element name="Rotate" type="ExplodedViewRotateType">
  <xs:annotation>
    <xs:documentation>The Rotate element alternative is the rotation operator of the group.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element ExplodedViewMoveGroupType / ComponentIds
Annotations
The optional ComponentIds element is an array of component identifiers.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType_n Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType_Id Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType
Type ArrayReferenceFullType
Properties
content complex
minOccurs 0
Children Id
Instance
<ComponentIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id asmPathId="" asmPathXId="" xId="">{1,unbounded}</Id>
</ComponentIds>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="ComponentIds" type="ArrayReferenceFullType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ComponentIds element is an array of component identifiers.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element ExplodedViewMoveGroupType / BodyIds
Annotations
The optional BodyIds element is an array of body identifiers.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType_n Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType_Id Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType
Type ArrayReferenceFullType
Properties
content complex
minOccurs 0
Children Id
Instance
<BodyIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id asmPathId="" asmPathXId="" xId="">{1,unbounded}</Id>
</BodyIds>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="BodyIds" type="ArrayReferenceFullType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional BodyIds element is an array of body identifiers.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type ExplodedViewMoveGroupType
Annotations
The ExplodedViewMoveGroupType is a group of components and bodies with a defined translate or rotate operation.
Diagram
Diagram Visualization_xsd_Complex_Type_ExplodedViewMoveGroupType.tmp#ExplodedViewMoveGroupType_Translate Visualization_xsd_Complex_Type_ExplodedViewMoveGroupType.tmp#ExplodedViewMoveGroupType_Rotate Visualization_xsd_Complex_Type_ExplodedViewMoveGroupType.tmp#ExplodedViewMoveGroupType_ComponentIds Visualization_xsd_Complex_Type_ExplodedViewMoveGroupType.tmp#ExplodedViewMoveGroupType_BodyIds
Used by
Children BodyIds, ComponentIds, Rotate, Translate
Source
<xs:complexType name="ExplodedViewMoveGroupType">
  <xs:annotation>
    <xs:documentation>The ExplodedViewMoveGroupType is a group of components and bodies with a defined translate or rotate operation.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:choice>
      <xs:element name="Translate" type="ExplodedViewTranslateType">
        <xs:annotation>
          <xs:documentation>The Translate element alternative is the translation operator of the group.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Rotate" type="ExplodedViewRotateType">
        <xs:annotation>
          <xs:documentation>The Rotate element alternative is the rotation operator of the group.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
    <xs:element name="ComponentIds" type="ArrayReferenceFullType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional ComponentIds element is an array of component identifiers.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="BodyIds" type="ArrayReferenceFullType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional BodyIds element is an array of body identifiers.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd