complexType StepType
diagram plmxml_diagrams/plmxml_p913.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute plm:Trigger
used by
element Step
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
delay  xsd:double    0.0    
duration  xsd:double    0.0    
value  xsd:double  optional      
annotation
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.
         
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>

attribute StepType/@delay
type xsd:double
properties
default 0.0
source <xsd:attribute name="delay" type="xsd:double" default="0.0"/>

attribute StepType/@duration
type xsd:double
properties
default 0.0
source <xsd:attribute name="duration" type="xsd:double" default="0.0"/>

attribute StepType/@value
type xsd:double
properties
use optional
source <xsd:attribute name="value" type="xsd:double" use="optional"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy