type | SFString | ||
properties |
|
||
annotation |
|
||
source | <xs:simpleType name="MFNode"> <xs:annotation> <xs:appinfo> <xs:attribute name="defaultValue" type="MFNode" default=""/> MFNode specifies zero or more nodes; the default value of an MFNode field is the empty list. </xs:appinfo> <xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/fieldsDef.html#SFNodeAndMFNode"/> </xs:annotation> <xs:restriction base="SFString"/> <!-- this xs:simpleType definition is only used for X3D Object Model construction, and is not used in scene validation --> </xs:simpleType> |