complexType X3DChaserNode
diagram x3d-3.2_diagrams/x3d-3.2_p279.png
type extension of X3DFollowerNode
properties
base X3DFollowerNode
abstract true
children IS MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString
used by
elements OrientationChaser PositionChaser PositionChaser2D ScalarChaser
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.
duration  derived by: SFTime    1    
annotation
appinfo
<xs:attribute name="componentName" type="componentNameChoices" fixed="Followers"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
                The X3DChaserNode abstract node type calculates the output on value_changed as a finite impulse response (FIR)
                based on the events received on set_destination field.
source <xs:complexType name="X3DChaserNode" abstract="true">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="Followers"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
                The X3DChaserNode abstract node type calculates the output on value_changed as a finite impulse response (FIR)
                based on the events received on set_destination field.
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/followers.html#X3DChaserNode"/>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="X3DFollowerNode">
     
<xs:attribute name="duration" default="1">
       
<!-- type="SFTimeNonNegative" -->
       
<xs:simpleType>
         
<xs:restriction base="SFTime">
           
<xs:minInclusive value="0"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

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


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