complexType X3DParticleEmitterNode
diagram x3d-3.2_diagrams/x3d-3.2_p312.png
type extension of X3DNode
properties
base X3DNode
abstract true
children IS MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString
used by
elements ConeEmitter ExplosionEmitter PointEmitter PolylineEmitter SurfaceEmitter VolumeEmitter
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.
speed  derived by: SFFloat    0    
variation  derived by: SFFloat    0.25    
mass  derived by: SFFloat    0    
surfaceArea  derived by: SFFloat    0    
annotation
appinfo
<xs:attribute name="componentName" type="componentNameChoices" fixed="ParticleSystems"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
                The X3DParticleEmitterNode abstract type represents any node that is an emitter of particles.
source <xs:complexType name="X3DParticleEmitterNode" abstract="true">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="ParticleSystems"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
                The X3DParticleEmitterNode abstract type represents any node that is an emitter of particles.
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/particle_systems.html#X3DParticleEmitterNode"/>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="X3DNode">
     
<xs:attribute name="speed" default="0">
       
<!-- type="SFFloatNonNegative" -->
       
<xs:simpleType>
         
<xs:restriction base="SFFloat">
           
<xs:minInclusive value="0"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
     
<xs:attribute name="variation" default="0.25">
       
<!-- type="SFFloatNonNegative" -->
       
<xs:simpleType>
         
<xs:restriction base="SFFloat">
           
<xs:minInclusive value="0"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
     
<xs:attribute name="mass" default="0">
       
<!-- type="SFFloatNonNegative" -->
       
<xs:simpleType>
         
<xs:restriction base="SFFloat">
           
<xs:minInclusive value="0"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
     
<xs:attribute name="surfaceArea" default="0">
       
<!-- type="SFFloatNonNegative" -->
       
<xs:simpleType>
         
<xs:restriction base="SFFloat">
           
<xs:minInclusive value="0"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute X3DParticleEmitterNode/@speed
type restriction of SFFloat
properties
default 0
facets
Kind Value Annotation
minInclusive 0
source <xs:attribute name="speed" default="0">
 
<!-- type="SFFloatNonNegative" -->
 
<xs:simpleType>
   
<xs:restriction base="SFFloat">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute X3DParticleEmitterNode/@variation
type restriction of SFFloat
properties
default 0.25
facets
Kind Value Annotation
minInclusive 0
source <xs:attribute name="variation" default="0.25">
 
<!-- type="SFFloatNonNegative" -->
 
<xs:simpleType>
   
<xs:restriction base="SFFloat">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute X3DParticleEmitterNode/@mass
type restriction of SFFloat
properties
default 0
facets
Kind Value Annotation
minInclusive 0
source <xs:attribute name="mass" default="0">
 
<!-- type="SFFloatNonNegative" -->
 
<xs:simpleType>
   
<xs:restriction base="SFFloat">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute X3DParticleEmitterNode/@surfaceArea
type restriction of SFFloat
properties
default 0
facets
Kind Value Annotation
minInclusive 0
source <xs:attribute name="surfaceArea" default="0">
 
<!-- type="SFFloatNonNegative" -->
 
<xs:simpleType>
   
<xs:restriction base="SFFloat">
     
<xs:minInclusive value="0"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>


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