element meta
diagram x3d-4.0_diagrams/x3d-4.0_p138.png
type extension of X3DStatement
properties
content complex
used by
element head
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.
               
name  SFString  required      
content  SFString  required      
dir  metaDirectionChoices        
http-equiv  SFString        
lang  SFString        
scheme  SFString        
annotation
appinfo
<xs:attribute name="name" type="metaNameValues"/>
<xs:attribute name="componentName" type="componentNameChoices" fixed="Core"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
                Functional summary: the meta statement provides metadata information about a scene, where name and content attributes provide attribute=value metadata pairs.
           
source <xs:element name="meta">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="name" type="metaNameValues"/>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="Core"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
                Functional summary: the meta statement provides metadata information about a scene, where name and content attributes provide attribute=value metadata pairs.
           
</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:attribute name="name" type="SFString" use="required">
         
<xs:annotation>
           
<xs:documentation source="https://www.dublincore.org/documents/dcmi-terms/#terms-description"/>
           
<!-- https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NameTyping -->
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="content" type="SFString" use="required">
         
<xs:annotation>
           
<xs:documentation source="https://www.w3.org/TR/html4/struct/global.html#adef-content"/>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="dir" type="metaDirectionChoices">
         
<xs:annotation>
           
<xs:documentation source="https://www.w3.org/TR/html4/struct/dirlang.html#adef-dir"/>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="http-equiv" type="SFString">
         
<xs:annotation>
           
<xs:documentation source="https://www.w3.org/TR/html4/struct/global.html#adef-http-equiv"/>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="lang" type="SFString">
         
<xs:annotation>
           
<xs:documentation source="https://www.w3.org/TR/html4/struct/dirlang.html#h-8.1.1"/>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="scheme" type="SFString">
         
<xs:annotation>
           
<xs:documentation source="https://www.w3.org/TR/html4/struct/global.html#idx-scheme"/>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute meta/@name
type SFString
properties
use required
source <xs:attribute name="name" type="SFString" use="required">
 
<xs:annotation>
   
<xs:documentation source="https://www.dublincore.org/documents/dcmi-terms/#terms-description"/>
   
<!-- https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NameTyping -->
 
</xs:annotation>
</xs:attribute>

attribute meta/@content
type SFString
properties
use required
source <xs:attribute name="content" type="SFString" use="required">
 
<xs:annotation>
   
<xs:documentation source="https://www.w3.org/TR/html4/struct/global.html#adef-content"/>
 
</xs:annotation>
</xs:attribute>

attribute meta/@dir
type metaDirectionChoices
facets
Kind Value Annotation
enumeration rtl
appinfo
right-to-left
enumeration ltr
appinfo
left-to-right
source <xs:attribute name="dir" type="metaDirectionChoices">
 
<xs:annotation>
   
<xs:documentation source="https://www.w3.org/TR/html4/struct/dirlang.html#adef-dir"/>
 
</xs:annotation>
</xs:attribute>

attribute meta/@http-equiv
type SFString
source <xs:attribute name="http-equiv" type="SFString">
 
<xs:annotation>
   
<xs:documentation source="https://www.w3.org/TR/html4/struct/global.html#adef-http-equiv"/>
 
</xs:annotation>
</xs:attribute>

attribute meta/@lang
type SFString
source <xs:attribute name="lang" type="SFString">
 
<xs:annotation>
   
<xs:documentation source="https://www.w3.org/TR/html4/struct/dirlang.html#h-8.1.1"/>
 
</xs:annotation>
</xs:attribute>

attribute meta/@scheme
type SFString
source <xs:attribute name="scheme" type="SFString">
 
<xs:annotation>
   
<xs:documentation source="https://www.w3.org/TR/html4/struct/global.html#idx-scheme"/>
 
</xs:annotation>
</xs:attribute>


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