| diagram |
 |
| type |
extension of X3DNode |
| properties |
| base | X3DNode | | abstract | true |
|
| children |
IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString |
| attributes |
| Name | Type | Use | Default | Fixed | Annotation | | DEF | xs:ID | | | | | appinfo |
DEF defines a unique ID name for each node, referencable 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 XML stylesheets.
|
|
|
| annotation |
| appinfo | | TODO. This complexType will likely not be needed, since integrating ProtoInstance into the content models solves the wildcard and extensibility problems. |
|
| source |
<xs:complexType name="WildcardNodeType" abstract="true">
<xs:annotation>
<xs:appinfo>TODO. This complexType will likely not be needed, since integrating ProtoInstance into the content models solves the wildcard and extensibility problems.</xs:appinfo>
</xs:annotation>
<xs:complexContent>
<xs:extension base="X3DNode"/>
</xs:complexContent>
</xs:complexType> |