complexType TimingFunctionType
diagram plmxml_diagrams/plmxml_p914.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:Step plm:ValueExpression
used by
element TimingFunction
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      
closed  xsd:boolean    false    
annotation
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.
         
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>

attribute TimingFunctionType/@closed
type xsd:boolean
properties
default false
source <xsd:attribute name="closed" type="xsd:boolean" default="false"/>

element TimingFunctionType/ValueExpression
diagram plmxml_diagrams/plmxml_p915.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:MechanismExpressionType
properties
content complex
children plm:Description plm:ApplicationRef plm:Attribute
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      
expression  xsd:string  required      
format  plm:SolverEnum  optional      
source <xsd:element name="ValueExpression" type="plm:MechanismExpressionType"/>


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