diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:PropertyBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | plm:DoubleListType | ||
properties |
|
||
source | <xsd:attribute name="value" type="plm:DoubleListType" use="required"/> |
type | plm:DoubleListType | ||
properties |
|
||
source | <xsd:attribute name="error" type="plm:DoubleListType" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="unitRef" type="plm:anyURIType" use="optional"/> |