diagram | |||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:Step plm:ValueExpression | ||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="TimingFunctionType"> <xsd:annotation> <xsd:documentation> Specifies a value in discrete timing steps or over a continuous time. Attributes: closed: In closed loop control, the signals are controlled by sensors. In open loop control, they are not. The default for the closed attribute is false, meaning the default is open loop control. Sub-elements: Step: A list of values of the TimingFunction for specified times. ValueExpression: A MechanismExpression that defines the value of the TimingFunction over a specified time. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:choice> <xsd:element ref="plm:Step" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="ValueExpression" type="plm:MechanismExpressionType"/> </xsd:choice> <xsd:attribute name="closed" type="xsd:boolean" default="false"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="closed" type="xsd:boolean" default="false"/> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||
type | plm:MechanismExpressionType | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:element name="ValueExpression" type="plm:MechanismExpressionType"/> |