SFTime

Simple Type Information

Used By

Source

<xs:simpleType name="SFTime">
  <xs:annotation>
    <xs:appinfo>The SFTime field specifies a single time value. Time values are specified 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="http://www.web3d.org/documents/specifications/19775-1/V3.3/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>