diagram | |||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:PropertyBase | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:Bound | ||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="CentreOfMassType"> <xsd:annotation> <xsd:documentation> This Property gives the Centre of Mass of an object. Attributes: value: The vector position of the Centre Of Mass (in metres). Elements: Bound: The Bound sub-element, if present, gives an error bound on the centre of mass. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:PropertyBase"> <xsd:sequence> <xsd:element ref="plm:Bound" minOccurs="0"/> </xsd:sequence> <xsd:attribute name="value" type="plm:VectorType"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:VectorType | ||||||
facets |
|
||||||
source | <xsd:attribute name="value" type="plm:VectorType"/> |