<xs:complexType name="ExplodedViewTranslateType">
<xs:annotation>
<xs:documentation>The ExplodedViewTranslateType defines the translation of the group in the exploded view.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Direction" type="UnitVectorType">
<xs:annotation>
<xs:documentation>The Direction element is the translation direction.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Value" type="LinearValueType">
<xs:annotation>
<xs:documentation>The Value element is the translation distance.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType> |