Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element ExplodedViewMoveGroupsType / MoveGroup
Annotations
Each MoveGroup element is a group of components and bodies with a defined translate or rotate operator.
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 Visualization_xsd_Complex_Type_ExplodedViewMoveGroupType.tmp#ExplodedViewMoveGroupType
Type ExplodedViewMoveGroupType
Properties
content complex
maxOccurs unbounded
Children BodyIds, ComponentIds, Rotate, Translate
Instance
<MoveGroup xmlns="http://qifstandards.org/xsd/qif3">
  <Translate>{1,1}</Translate>
  <Rotate>{1,1}</Rotate>
  <ComponentIds n="">{0,1}</ComponentIds>
  <BodyIds n="">{0,1}</BodyIds>
</MoveGroup>
Source
<xs:element name="MoveGroup" type="ExplodedViewMoveGroupType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each MoveGroup element is a group of components and bodies with a defined translate or rotate operator.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type ExplodedViewMoveGroupsType
Annotations
The ExplodedViewMoveGroupsType defines 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
Used by
Children MoveGroup
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of elements in this set.
Source
<xs:complexType name="ExplodedViewMoveGroupsType">
  <xs:annotation>
    <xs:documentation>The ExplodedViewMoveGroupsType defines a sequence of translate and rotate operations that is applied to the groups of components and bodies.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="MoveGroup" type="ExplodedViewMoveGroupType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each MoveGroup element is a group of components and bodies with a defined translate or rotate operator.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of elements in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Attribute ExplodedViewMoveGroupsType / @n
Annotations
The required n attribute is the number of elements in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of elements in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd