| diagram | |||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||
| children | InterfaceDefinition | ||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||
| source | <xs:element name="ConcreteNode"> <xs:annotation> <xs:documentation>This element contains the definition for a single X3D concrete node type</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="InterfaceDefinition"/> </xs:sequence> <xs:attribute name="name" type="xs:token" default=""/> <xs:attribute name="initialX3dVersion" type="versionValues" use="optional"/> <xs:attribute name="vrml97Support" type="vrml97SupportValues" use="optional" default="false"/> <!-- TODO required, not yet implemented in XML Schema --> </xs:complexType> </xs:element> |
| type | xs:token | ||
| properties |
|
||
| source | <xs:attribute name="name" type="xs:token" default=""/> |
| type | versionValues | |||||||||||||||||||||
| properties |
|
|||||||||||||||||||||
| facets |
|
|||||||||||||||||||||
| source | <xs:attribute name="initialX3dVersion" type="versionValues" use="optional"/> |
| type | vrml97SupportValues | ||||||||||||||||||
| properties |
|
||||||||||||||||||
| facets |
|
||||||||||||||||||
| source | <xs:attribute name="vrml97Support" type="vrml97SupportValues" use="optional" default="false"/> |