type | SFString | ||
properties |
|
||
annotation |
|
||
source | <xs:simpleType name="SFNode"> <xs:annotation> <xs:appinfo> <xs:attribute name="defaultValue" type="SFNode" default=""/> SFNode specifies an X3D node; the default empty value of an uninitialized SFNode field is sometimes described as NULL. </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> |