diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:Trigger | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="StepType"> <xsd:annotation> <xsd:documentation> Specifies the value of a TimingFunction for a specified time. Attributes: delay: The time in seconds that the Step waits after any Trigger becomes true before the value of the TimingFunction becomes the value of the value attribute. If there is no Trigger, the Step does not wait. duration: The time in seconds that the Step waits after the value of the TimingFunction becomes the value of the value attribute before moving to the next Step. value: The value of the step. Sub-elements: Trigger: The trigger for the Step. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:choice minOccurs="0"> <xsd:element ref="plm:Trigger"/> </xsd:choice> <xsd:attribute name="delay" type="xsd:double" default="0.0"/> <xsd:attribute name="duration" type="xsd:double" default="0.0"/> <xsd:attribute name="value" type="xsd:double" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="delay" type="xsd:double" default="0.0"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="duration" type="xsd:double" default="0.0"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="value" type="xsd:double" use="optional"/> |