simpleType SFTime
type xs:double
properties
base xs:double
used by
attributes DynamicsCompressor/@attack Anchor/@autoRefresh X3DUrlObject/@autoRefresh AudioClip/@autoRefresh X3DScriptNode/@autoRefresh ImageTexture/@autoRefresh Inline/@autoRefresh BufferAudioSource/@autoRefresh ImageTexture3D/@autoRefresh MovieTexture/@autoRefresh ShaderPart/@autoRefresh ImageCubeMapTexture/@autoRefresh GeoMetadata/@autoRefresh DISEntityTypeMapping/@autoRefresh PackagedShader/@autoRefresh ShaderProgram/@autoRefresh Anchor/@autoRefreshTimeLimit AudioClip/@autoRefreshTimeLimit ImageTexture/@autoRefreshTimeLimit Inline/@autoRefreshTimeLimit ImageCubeMapTexture/@autoRefreshTimeLimit MovieTexture/@autoRefreshTimeLimit BufferAudioSource/@autoRefreshTimeLimit X3DScriptNode/@autoRefreshTimeLimit DISEntityTypeMapping/@autoRefreshTimeLimit X3DUrlObject/@autoRefreshTimeLimit GeoMetadata/@autoRefreshTimeLimit PackagedShader/@autoRefreshTimeLimit ImageTexture3D/@autoRefreshTimeLimit ShaderPart/@autoRefreshTimeLimit ShaderProgram/@autoRefreshTimeLimit BufferAudioSource/@bufferDuration TimeSensor/@cycleInterval Delay/@delayTime RigidBody/@disableTime RigidBodyCollection/@disableTime X3DChaserNode/@duration HAnimMotion/@frameDuration Delay/@maxDelayTime X3DTimeDependentNode/@pauseTime EspduTransform/@readInterval TransmitterPdu/@readInterval SignalPdu/@readInterval ReceiverPdu/@readInterval DynamicsCompressor/@release X3DTimeDependentNode/@resumeTime X3DTimeDependentNode/@startTime X3DTimeDependentNode/@stopTime X3DSoundProcessingNode/@tailTime X3DDamperNode/@tau LoadSensor/@timeOut NavigationInfo/@transitionTime TransmitterPdu/@writeInterval ReceiverPdu/@writeInterval EspduTransform/@writeInterval SignalPdu/@writeInterval
annotation
appinfo
<xs:attribute name="defaultValue" type="SFTime" default="-1.0"/>
<!-- https://stackoverflow.com/questions/10516967/regexp-for-a-double -->
<xs:pattern value="\s*([+-]?((0|[1-9][0-9]*)(\.[0-9]*)?|\.[0-9]+)([Ee][+-]?[0-9]+)?)\s*"/>
                SFTime specifies a single time value, expressed as a double-precision floating point number. Typically, SFTime fields represent the number of seconds since Jan 1, 1970, 00:00:00 GMT.
           
source <xs:simpleType name="SFTime">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="defaultValue" type="SFTime" default="-1.0"/>
     
<!-- https://stackoverflow.com/questions/10516967/regexp-for-a-double -->
     
<xs:pattern value="\s*([+-]?((0|[1-9][0-9]*)(\.[0-9]*)?|\.[0-9]+)([Ee][+-]?[0-9]+)?)\s*"/>
                SFTime specifies a single time value, expressed as a double-precision floating point number. Typically, SFTime fields represent the number of seconds since Jan 1, 1970, 00:00:00 GMT.
           
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/fieldsDef.html#SFTimeAndMFTime"/>
 
</xs:annotation>
 
<xs:restriction base="xs:double"/>
 
<!-- XML schema base type xs:time not usable since it allows different nomenclatures for time values. -->
</xs:simpleType>


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