diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of X3DChildNode | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="X3DTimeDependentNode" abstract="true"> <xs:annotation> <xs:appinfo> <xs:attribute name="elapsedTime" fixed="outputOnlyField"> <!-- type="SFTimeNonNegative" --> <xs:simpleType> <xs:restriction base="SFTime"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="isActive" type="SFBool" fixed="outputOnlyField"/> <xs:attribute name="isPaused" type="SFBool" fixed="outputOnlyField"> <xs:annotation> <xs:appinfo> <xs:attribute name="componentName" type="componentNameChoices" fixed="Time"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/> </xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="componentName" type="componentNameChoices" fixed="Time"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/> Base type from which all time-dependent nodes are derived. </xs:appinfo> <xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/time.html#X3DTimeDependentNode"/> </xs:annotation> <xs:complexContent> <xs:extension base="X3DChildNode"> <xs:attribute name="description" type="SFString"/> <xs:attribute name="pauseTime" type="SFTime" default="0"> <xs:annotation> <xs:appinfo> <xs:attribute name="componentName" type="componentNameChoices" fixed="Time"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/> </xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="resumeTime" type="SFTime" default="0"> <xs:annotation> <xs:appinfo> <xs:attribute name="componentName" type="componentNameChoices" fixed="Time"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/> </xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="startTime" type="SFTime" default="0"/> <xs:attribute name="stopTime" type="SFTime" default="0"/> </xs:extension> <!-- X3D version 4: loop moved from abstract type X3DTimeDependentNode to TimeSensor, AudioClip, MovieTexture --> </xs:complexContent> </xs:complexType> |
type | SFString |
source | <xs:attribute name="description" type="SFString"/> |
type | SFTime | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="pauseTime" type="SFTime" default="0"> <xs:annotation> <xs:appinfo> <xs:attribute name="componentName" type="componentNameChoices" fixed="Time"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/> </xs:appinfo> </xs:annotation> </xs:attribute> |
type | SFTime | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="resumeTime" type="SFTime" default="0"> <xs:annotation> <xs:appinfo> <xs:attribute name="componentName" type="componentNameChoices" fixed="Time"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/> </xs:appinfo> </xs:annotation> </xs:attribute> |
type | SFTime | ||
properties |
|
||
source | <xs:attribute name="startTime" type="SFTime" default="0"/> |
type | SFTime | ||
properties |
|
||
source | <xs:attribute name="stopTime" type="SFTime" default="0"/> |