complexType X3DDamperNode
diagram x3d-4.0_diagrams/x3d-4.0_p335.png
type extension of X3DFollowerNode
properties
base X3DFollowerNode
abstract true
children IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString
used by
elements ColorDamper CoordinateDamper OrientationDamper PositionDamper PositionDamper2D ScalarDamper TexCoordDamper2D
attributes
Name  Type  Use  Default  Fixed  Annotation
DEF  xs:ID        
appinfo

                    DEF defines a unique ID name for each node, referenceable by other nodes.
               
USE  xs:IDREF        
appinfo

                    USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).
               
class  xs:NMTOKENS        
appinfo

                    The class attribute is a space-separated list of classes, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
                    This attribute is only functional if the X3D model is loaded within an HTML page.
               
id  xs:NMTOKEN        
appinfo

                    The id attribute is a unique identifier, reserved for use by HTML5/DOM pages, independent of DEF labeling and internal X3D node referencing.
                    This attribute is only functional if the X3D model is loaded within an HTML page.
               
style  SFString        
appinfo

                    The style attribute provides an inline block of CSS for element styling, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
                    This attribute is only functional if the X3D model is loaded within an HTML page.
               
tau  derived by: SFTime    0.3    
tolerance  SFFloat    -1    
order  derived by: SFInt32    3    
annotation
appinfo
<xs:attribute name="componentName" type="componentNameChoices" fixed="Followers"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
                The X3DDamperNode abstract node type creates an IIR response that approaches the destination value
                according to the shape of the e-function only asymptotically but very quickly.
           
source <xs:complexType name="X3DDamperNode" abstract="true">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="Followers"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
                The X3DDamperNode abstract node type creates an IIR response that approaches the destination value
                according to the shape of the e-function only asymptotically but very quickly.
           
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/followers.html#X3DDamperNode"/>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="X3DFollowerNode">
     
<xs:attribute name="tau" default="0.3">
       
<!-- type="SFTimeNonNegative" -->
       
<xs:simpleType>
         
<xs:restriction base="SFTime">
           
<xs:minInclusive value="0"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
     
<xs:attribute name="tolerance" type="SFFloat" default="-1"/>
     
<xs:attribute name="order" default="3">
       
<xs:simpleType>
         
<xs:restriction base="SFInt32">
           
<xs:minInclusive value="0"/>
           
<xs:maxInclusive value="5"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute X3DDamperNode/@tau
type restriction of SFTime
properties
default 0.3
facets
Kind Value Annotation
minInclusive 0
source <xs:attribute name="tau" default="0.3">
 
<!-- type="SFTimeNonNegative" -->
 
<xs:simpleType>
   
<xs:restriction base="SFTime">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute X3DDamperNode/@tolerance
type SFFloat
properties
default -1
facets
Kind Value Annotation
pattern \s*([+-]?((0|[1-9][0-9]*)(\.[0-9]*)?|\.[0-9]+)([Ee][+-]?[0-9]+)?)\s*
source <xs:attribute name="tolerance" type="SFFloat" default="-1"/>

attribute X3DDamperNode/@order
type restriction of SFInt32
properties
default 3
facets
Kind Value Annotation
minInclusive 0
maxInclusive 5
source <xs:attribute name="order" default="3">
 
<xs:simpleType>
   
<xs:restriction base="SFInt32">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="5"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>


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