Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element ExplodedViewType / MoveGroups
Annotations
The MoveGroups element is a sequence of translate and rotate operations that is applied to the groups of components and bodies.
Diagram
Diagram Visualization_xsd_Complex_Type_ExplodedViewMoveGroupsType.tmp#ExplodedViewMoveGroupsType_n Visualization_xsd_Complex_Type_ExplodedViewMoveGroupsType.tmp#ExplodedViewMoveGroupsType_MoveGroup Visualization_xsd_Complex_Type_ExplodedViewMoveGroupsType.tmp#ExplodedViewMoveGroupsType
Type ExplodedViewMoveGroupsType
Properties
content complex
Children MoveGroup
Instance
<MoveGroups n="" xmlns="http://qifstandards.org/xsd/qif3">
  <MoveGroup>{1,unbounded}</MoveGroup>
</MoveGroups>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of elements in this set.
Source
<xs:element name="MoveGroups" type="ExplodedViewMoveGroupsType">
  <xs:annotation>
    <xs:documentation>The MoveGroups element is a sequence of translate and rotate operations that is applied to the groups of components and bodies.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type ExplodedViewType
Annotations
The ExplodedViewType defines a sequence of translate and rotate operations that is applied to the groups of components and bodies. The exploded view shows each object separated from others.
Diagram
Diagram PrimitivesPD_xsd_Complex_Type_NodeBaseType.tmp#NodeBaseType_label PrimitivesPD_xsd_Complex_Type_NodeBaseType.tmp#NodeBaseType PrimitivesPD_xsd_Complex_Type_NodeWithIdBaseType.tmp#NodeWithIdBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes PrimitivesPD_xsd_Complex_Type_NodeWithIdBaseType.tmp#NodeWithIdBaseType Visualization_xsd_Complex_Type_ExplodedViewType.tmp#ExplodedViewType_MoveGroups
Type extension of NodeWithIdBaseType
Type hierarchy
Used by
Children Attributes, MoveGroups
Attributes
QName Type Use Annotation
id QIFIdType required
The required id attribute is the unique model entity identifier.
label xs:string optional
The optional label attribute is the model entity "nameplate". Normally it can be seen at the entity item in the project tree.
Source
<xs:complexType name="ExplodedViewType">
  <xs:annotation>
    <xs:documentation>The ExplodedViewType defines a sequence of translate and rotate operations that is applied to the groups of components and bodies. The exploded view shows each object separated from others.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="NodeWithIdBaseType">
      <xs:sequence>
        <xs:element name="MoveGroups" type="ExplodedViewMoveGroupsType">
          <xs:annotation>
            <xs:documentation>The MoveGroups element is a sequence of translate and rotate operations that is applied to the groups of components and bodies.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd