diagram |
|
properties |
|
children |
IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString |
used by |
|
attributes |
Name | Type | Use | Default | Fixed | Annotation | DEF | xs:ID | | | | appinfo |
DEF defines a unique ID name for each node, referenceable by other nodes.
|
| USE | xs:IDREF | | | | appinfo |
USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).
|
| class | xs:NMTOKENS | | | | appinfo |
The class attribute is a space-separated list of classes, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
This attribute is only functional if the X3D model is loaded within an HTML page.
|
| id | xs:NMTOKEN | | | | appinfo |
The id attribute is a unique identifier, reserved for use by HTML5/DOM pages, independent of DEF labeling and internal X3D node referencing.
This attribute is only functional if the X3D model is loaded within an HTML page.
|
| style | SFString | | | | appinfo |
The style attribute provides an inline block of CSS for element styling, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
This attribute is only functional if the X3D model is loaded within an HTML page.
|
|
|
annotation |
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/specifications/X3Dv4/ISO-IEC19775-1v4-IS/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/specifications/X3Dv4/ISO-IEC19775-1v4-IS/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 type in the X3D specification.
|
|
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/specifications/X3Dv4/ISO-IEC19775-1v4-IS/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/specifications/X3Dv4/ISO-IEC19775-1v4-IS/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 type in the X3D specification.
</xs:appinfo>
<xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/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> |