complexType InertiaType
diagram plmxml_diagrams/plmxml_p347.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:PropertyBase
properties
base plm:PropertyBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element Inertia
complexType MechanismInertiaType
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
ownerRef  plm:anyURIType  optional      
value  plm:DoubleListType  required      
error  plm:DoubleListType  optional      
unitRef  plm:anyURIType  optional      
annotation
documentation

      This Property gives the Inertia Tensor of an object, at its Centre of
      Mass.
     
      Attributes:
     
      value:        The value of the Inertia matrix. Only 6 values are given,
                    in the order Ixx, Ixy, Ixz, Iyy, Iyz, Izz, as the matrix
                    is symmetric.
      error:        If present, this gives the error bound for the Inertia, as
                    12 doubles, in the order Ixx-min, Ixx-max, Ixy-min, Ixy-max,
                    etc.
      unitRef:      Reference to a Unit element. If absent, S.I. units are
                    assumed.
     
source <xsd:complexType name="InertiaType">
 
<xsd:annotation>
   
<xsd:documentation>
      This Property gives the Inertia Tensor of an object, at its Centre of
      Mass.
     
      Attributes:
     
      value:        The value of the Inertia matrix. Only 6 values are given,
                    in the order Ixx, Ixy, Ixz, Iyy, Iyz, Izz, as the matrix
                    is symmetric.
      error:        If present, this gives the error bound for the Inertia, as
                    12 doubles, in the order Ixx-min, Ixx-max, Ixy-min, Ixy-max,
                    etc.
      unitRef:      Reference to a Unit element. If absent, S.I. units are
                    assumed.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:PropertyBase">
     
<xsd:sequence/>
     
<xsd:attribute name="value" type="plm:DoubleListType" use="required"/>
     
<xsd:attribute name="error" type="plm:DoubleListType" use="optional"/>
     
<xsd:attribute name="unitRef" type="plm:anyURIType" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute InertiaType/@value
type plm:DoubleListType
properties
use required
source <xsd:attribute name="value" type="plm:DoubleListType" use="required"/>

attribute InertiaType/@error
type plm:DoubleListType
properties
use optional
source <xsd:attribute name="error" type="plm:DoubleListType" use="optional"/>

attribute InertiaType/@unitRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="unitRef" type="plm:anyURIType" use="optional"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy