element MetadataSet
diagram x3d-4.0_diagrams/x3d-4.0_p143.png
properties
content complex
children IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString ProtoInstance
used by
element XvlShell
group ChildContentModelCore
attributes
Name  Type  Use  Default  Fixed  Annotation
DEF  xs:ID        
appinfo

                    DEF defines a unique ID name for each node, referenceable 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 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        
appinfo
name attribute is ordinarily included, unless this is a USE node or else contained within a special metadata taxonomy
reference  SFString        
containerField  containerFieldChoicesMetadata    value    
appinfo
Default containerField='metadata' when providing information about the parent element itself, otherwise apply containerField='value' when this element contains payload metadata inside a parent/ancestor MetadataSet element.
annotation
appinfo

                The metadata provided by this node is contained in the metadata nodes of the value field.
                <xs:element name="value" type="MFNode" fixed="inputOutputField" default="X3DMetadataObject"/>
<xs:element name="IS" type="SFNode" fixed="inputOutputField" default="IS"/>
<xs:element name="metadata" type="SFNode" fixed="inputOutputField" default="X3DMetadataObject"/>
<xs:attribute name="name" type="SFString" default="X3DMetadataObject"/>
<xs:attribute name="reference" type="SFString" default="X3DMetadataObject"/>
<xs:attribute name="additionalInterface" type="xs:string" default="X3DNode"/>
<xs:attribute name="additionalInterface" type="xs:string" default="X3DMetadataObject"/>
<xs:attribute name="componentName" type="componentNameChoices" fixed="Core"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
source <xs:element name="MetadataSet">
 
<xs:annotation>
   
<xs:appinfo>
                The metadata provided by this node is contained in the metadata nodes of the value field.
               
<xs:element name="value" type="MFNode" fixed="inputOutputField" default="X3DMetadataObject"/>
     
<xs:element name="IS" type="SFNode" fixed="inputOutputField" default="IS"/>
     
<xs:element name="metadata" type="SFNode" fixed="inputOutputField" default="X3DMetadataObject"/>
     
<xs:attribute name="name" type="SFString" default="X3DMetadataObject"/>
     
<xs:attribute name="reference" type="SFString" default="X3DMetadataObject"/>
     
<xs:attribute name="additionalInterface" type="xs:string" default="X3DNode"/>
     
<xs:attribute name="additionalInterface" type="xs:string" default="X3DMetadataObject"/>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="Core"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
   
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/core.html#MetadataSet"/>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="IS" minOccurs="0"/>
     
<xs:choice minOccurs="0" maxOccurs="unbounded">
       
<xs:group ref="ChildContentModelCore" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>metadata</xs:documentation>
         
</xs:annotation>
       
</xs:group>
       
<xs:element ref="ProtoInstance" minOccurs="0" maxOccurs="unbounded"/>
     
</xs:choice>
   
</xs:sequence>
   
<xs:attributeGroup ref="DEF_USE"/>
   
<xs:attributeGroup ref="globalAttributes"/>
   
<xs:attribute name="name" type="SFString">
     
<xs:annotation>
       
<xs:appinfo>name attribute is ordinarily included, unless this is a USE node or else contained within a special metadata taxonomy</xs:appinfo>
       
<!-- Design note: cannot REQUIRE @name field or else USE nodes incorrectly fail to validate -->
       
<xs:documentation source="https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NameTyping"/>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="reference" type="SFString"/>
   
<xs:attribute name="containerField" type="containerFieldChoicesMetadata" default="value">
     
<xs:annotation>
       
<xs:appinfo>Default containerField='metadata' when providing information about the parent element itself, otherwise apply containerField='value' when this element contains payload metadata inside a parent/ancestor MetadataSet element.</xs:appinfo>
     
</xs:annotation>
   
</xs:attribute>
   
<!-- X3DNode not listed here due to overlap between SFNode metadata and MFNode value fields, which is not allowed by XML Schema. -->
   
<!-- TODO: both X3DMetadataObject and MetadataSet need to allow optional child Metadata nodes, so child model content has to be combined to avoid collisions. -->
   
<!-- TODO: see X3DMetadataObject definition for potential change to X3DMetadataNode. -->
 
</xs:complexType>
</xs:element>

attribute MetadataSet/@name
type SFString
annotation
appinfo
name attribute is ordinarily included, unless this is a USE node or else contained within a special metadata taxonomy
source <xs:attribute name="name" type="SFString">
 
<xs:annotation>
   
<xs:appinfo>name attribute is ordinarily included, unless this is a USE node or else contained within a special metadata taxonomy</xs:appinfo>
   
<!-- Design note: cannot REQUIRE @name field or else USE nodes incorrectly fail to validate -->
   
<xs:documentation source="https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NameTyping"/>
 
</xs:annotation>
</xs:attribute>

attribute MetadataSet/@reference
type SFString
source <xs:attribute name="reference" type="SFString"/>

attribute MetadataSet/@containerField
type containerFieldChoicesMetadata
properties
default value
facets
Kind Value Annotation
enumeration metadata
appinfo
this node provides metadata information regarding its parent node.
enumeration value
appinfo
parent node is MetadataSet, this node is providing information as part of a MetadataSet collection.
annotation
appinfo
Default containerField='metadata' when providing information about the parent element itself, otherwise apply containerField='value' when this element contains payload metadata inside a parent/ancestor MetadataSet element.
source <xs:attribute name="containerField" type="containerFieldChoicesMetadata" default="value">
 
<xs:annotation>
   
<xs:appinfo>Default containerField='metadata' when providing information about the parent element itself, otherwise apply containerField='value' when this element contains payload metadata inside a parent/ancestor MetadataSet element.</xs:appinfo>
 
</xs:annotation>
</xs:attribute>


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