Definition Type: Element
Name: MetadataSet
Type: SceneGraphStructureNodeType
Containing Schema: x3d-3.2.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into MetadataString in schema x3d-3_2_xsd Drilldown into MetadataSet in schema x3d-3_2_xsd Drilldown into MetadataInteger in schema x3d-3_2_xsd Drilldown into MetadataFloat in schema x3d-3_2_xsd Drilldown into MetadataDouble in schema x3d-3_2_xsd Drilldown into ChildContentModelCore in schema x3d-3_2_xsd Drilldown into IS in schema x3d-3_2_xsd Drilldown into SceneGraphStructureNodeType in schema x3d-3_2_xsd Drilldown into containerField in schema x3d-3_2_xsd Drilldown into reference in schema x3d-3_2_xsd Drilldown into name in schema x3d-3_2_xsd Drilldown into class in schema x3d-3_2_xsd Drilldown into globalAttributes in schema x3d-3_2_xsd Drilldown into USE in schema x3d-3_2_xsd Drilldown into DEF in schema x3d-3_2_xsd Drilldown into DEF_USE in schema x3d-3_2_xsdXSD Diagram of MetadataSet in schema x3d-3_2_xsd (Web3D - Open Standards for Real-Time 3D Communication)
Collapse XSD Schema Code:
<xs:element name="MetadataSet">
    <xs:annotation>
        <xs:appinfo>
            <xs:attribute name="otherInterfaces" type="xs:string" fixed="X3DMetadataObject" />
        </xs:appinfo>
        <xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/components/core.html#MetadataSet" />
    </xs:annotation>
    <xs:complexType mixed="false">
        <xs:complexContent mixed="false">
            <xs:extension base="SceneGraphStructureNodeType">
                <xs:sequence>
                    <xs:element ref="IS" minOccurs="0" />
                    <xs:group ref="ChildContentModelCore" minOccurs="0" maxOccurs="unbounded" />
                </xs:sequence>
                <xs:attributeGroup ref="DEF_USE" />
                <xs:attributeGroup ref="globalAttributes" />
                <xs:attribute name="name" type="SFString" />
                <xs:attribute name="reference" type="SFString" />
                <xs:attribute name="containerField" type="xs:NMTOKEN" default="metadata">
                    <xs:annotation>
                        <xs:appinfo>containerField='value' for contained payload metadata inside MetadataSet element.</xs:appinfo>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
            <!-- Workaround to fix content-model collision: X3DMetadataObject allows multiple child Metadata nodes, but X3DMetadataNode content model can't be restricted/further -->
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IS IS 0 (1)
MetadataDouble MetadataDouble (1) (1)
MetadataFloat MetadataFloat (1) (1)
MetadataInteger MetadataInteger (1) (1)
MetadataSet MetadataSet (1) (1)
MetadataString MetadataString (1) (1)
<xs:group> ChildContentModelCore 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
DEF DEF (Optional)
USE USE (Optional)
class class (Optional)
name name (Optional)
reference reference (Optional)
containerField containerField metadata (Optional)
Collapse Derivation Tree: