element head
diagram x3d-4.0_diagrams/x3d-4.0_p106.png
type extension of X3DStatement
properties
content complex
children component unit meta
used by
element X3D
attributes
Name  Type  Use  Default  Fixed  Annotation
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="component" type="MFNode" default="component"/>
<xs:element name="unit" type="MFNode" default="unit"/>
<xs:element name="meta" type="MFNode" default="meta"/>
<xs:attribute name="componentName" type="componentNameChoices" fixed="Core"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
                Functional summary: each X3D scene includes a head statement that can contain component, unit and meta statements.
           
source <xs:element name="head">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:element name="component" type="MFNode" default="component"/>
     
<xs:element name="unit" type="MFNode" default="unit"/>
     
<xs:element name="meta" type="MFNode" default="meta"/>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="Core"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
                Functional summary: each X3D scene includes a head statement that can contain component, unit and meta statements.
           
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/documents/specifications/19776-1/V3.3/Part01/concepts.html#Header"/>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="X3DStatement">
       
<xs:sequence>
         
<xs:element ref="component" minOccurs="0" maxOccurs="unbounded"/>
         
<xs:element ref="unit" minOccurs="0" maxOccurs="unbounded"/>
         
<xs:element ref="meta" minOccurs="0" maxOccurs="unbounded"/>
       
</xs:sequence>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>


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