diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="CouplerDataType"> <xsd:annotation> <xsd:documentation> Additional data for a Coupler Constraint or a Joint Constraint that infers a Coupler. Only one CouplerData sub-element is allowed in a Constraint, ConstraintInstance or ConstraintOccurrence element. Attributes: id: Inherited from AttribOwner. name: Inherited from AttribOwner. type: The type of the Coupler as a CouplerEnum. ratio: The ratio of the first Joint of the Coupler to the second Joint of the Coupler in SI units, currently metres or radians. The default is 1.0. This attribute is deprecated in favour of ratios. ratios: A list of ratio values in SI units, currently metres or radians. The first value represents the ratio of the Joint given by the last ConstraintTargetRef of the Coupler to the Joint given by the first. The second value represents the ratio of the Joint given by the last ConstraintTargetRef of the Coupler to the Joint given by the second. And so on. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:attribute name="type" type="plm:CouplerEnum" use="optional"/> <xsd:attribute name="ratio" type="xsd:double" default="1.0" plm:deprecated="true"/> <xsd:attribute name="ratios" type="plm:DoubleListType" default="1.0"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:CouplerEnum | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
source | <xsd:attribute name="type" type="plm:CouplerEnum" use="optional"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="ratio" type="xsd:double" default="1.0" plm:deprecated="true"/> |
type | plm:DoubleListType | ||
properties |
|
||
source | <xsd:attribute name="ratios" type="plm:DoubleListType" default="1.0"/> |