<xs:simpleType name="MFTime"> <xs:annotation> <xs:appinfo>MFTime is an array of SFTime values. Array values are optionally separated by commas.</xs:appinfo> <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/fieldsDef.html#SFTimeAndMFTime"/> </xs:annotation> <xs:list itemType="xs:double"/> <!-- XML schema base type xs:time not usable since it allows different nomenclatures for time values. --> </xs:simpleType> |