diagram | |||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString | ||||||||||||||||||||||||||||||
used by | |||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="X3DNode" abstract="true"> <xs:annotation> <xs:appinfo> <xs:element name="IS" type="SFNode" fixed="inputOutputField" default="IS"> <xs:annotation> <xs:appinfo> IS/connect statements define prototype connections between ProtoInterface fields and node fields within a ProtoBody. </xs:appinfo> <xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/concepts.html#PrototypeSemantics"/> </xs:annotation> </xs:element> <xs:element name="metadata" type="SFNode" fixed="inputOutputField" default="X3DMetadataObject"> <xs:annotation> <xs:appinfo> Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node. </xs:appinfo> <xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/core.html#Metadata"/> </xs:annotation> </xs:element> <xs:attribute name="componentName" type="componentNameChoices" fixed="Core"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/> All instantiable nodes implement X3DNode, which corresponds to SFNode in the X3D specification. </xs:appinfo> <xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/core.html#X3DNode"/> </xs:annotation> <xs:sequence> <xs:element ref="IS" minOccurs="0"/> <xs:group ref="ChildContentModelCore" minOccurs="0"> <xs:annotation> <xs:documentation>metadata</xs:documentation> </xs:annotation> </xs:group> </xs:sequence> <xs:attributeGroup ref="DEF_USE"/> <xs:attributeGroup ref="globalAttributes"/> <!-- complexContent extension not used since X3DNode is a top-level node type --> </xs:complexType> |