diagram | |||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:ValueWithUnit plm:RangeWithUnit | ||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="LimitsDependencyDataType"> <xsd:annotation> <xsd:documentation> Additional data for a Limits Dependency Constraint. Only one LimitsDependencyData sub-element is allowed in a Constraint, ConstraintInstance or ConstraintOccurrence element. Attributes: id: Inherited from AttribOwner. name: Inherited from AttribOwner. Sub-elements: ValueWithUnit: The list of ValueWithUnit sub-elements represents the values of the independent Joint given by the first ConstraintTargetRef of the Limits Dependency. The limits of the dependent Joint corresponding to a given value are represented by the corresponding RangeWithUnit sub-element. The limits of the dependent Joint at intermediate values of the independent Joint are found by linear interpolation. RangeWithUnit: The list of RangeWithUnit sub-elements represents the limits of the dependent Joint given by the second ConstraintTargetRef of the Limits Dependency. The value of the independent Joint corresponding to given limits is represented by the corresponding ValueWithUnit sub-element. The limits of the dependent Joint at intermediate values of the independent Joint are found by linear interpolation. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:sequence> <xsd:element ref="plm:ValueWithUnit" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="plm:RangeWithUnit" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> |