element ConcreteNode
diagram X3dUnifiedObjectModel_diagrams/X3dUnifiedObjectModel_p8.svg
properties
content complex
children InterfaceDefinition
used by
element ConcreteNodes
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:token    <empty>    
initialX3dVersion  versionValues  optional      
vrml97Support  vrml97SupportValues  optional  false    
annotation
documentation
This element contains the definition for a single X3D concrete node type
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>

attribute ConcreteNode/@name
type xs:token
properties
default <empty>
source <xs:attribute name="name" type="xs:token" default=""/>

attribute ConcreteNode/@initialX3dVersion
type versionValues
properties
use optional
facets
Kind Value Annotation
enumeration 3.0
enumeration 3.1
enumeration 3.2
enumeration 3.3
enumeration 4.0
enumeration 4.1
source <xs:attribute name="initialX3dVersion" type="versionValues" use="optional"/>

attribute ConcreteNode/@vrml97Support
type vrml97SupportValues
properties
use optional
default false
facets
Kind Value Annotation
enumeration true
enumeration false
enumeration hasPrototypeSimple
enumeration hasPrototypeEcmaScript
enumeration hasPrototypeJava
source <xs:attribute name="vrml97Support" type="vrml97SupportValues" use="optional" default="false"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy