diagram | |||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:PropertyBase | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:RangeWithUnit | ||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="JointLimitsType"> <xsd:annotation> <xsd:documentation> The linear limits of a translational Joint or the angular limits of a revolute Joint. May appear as a sub-element (inside a PropertyGroup) or be referenced by the Joint Constraint. Attributes: degreeOfFreedom: The degree of freedom of the Joint that the JointLimits limits. Represented as a DegreeOfFreedomEnum. Sub-elements: RangeWithUnit: The linear limits of a translational degree of freedom or the angular limits of a rotational degree of freedom. If the units are not specified, SI units are assumed. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:PropertyBase"> <xsd:choice minOccurs="1" maxOccurs="1"> <xsd:element ref="plm:RangeWithUnit"/> </xsd:choice> <xsd:attribute name="degreeOfFreedom" type="plm:DegreeOfFreedomEnum" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:DegreeOfFreedomEnum | |||||||||||||||||||||
properties |
|
|||||||||||||||||||||
facets |
|
|||||||||||||||||||||
source | <xsd:attribute name="degreeOfFreedom" type="plm:DegreeOfFreedomEnum" use="optional"/> |