Definition Type: Element
Name: ProtoInstance
Type: X3DPrototype
Containing Schema: x3d-3.2.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into IS in schema x3d-3_2_xsd Drilldown into fieldValue in schema x3d-3_2_xsd Drilldown into SceneGraphStructureNodeType in schema x3d-3_2_xsd Drilldown into name in schema x3d-3_2_xsd Drilldown into X3DPrototype in schema x3d-3_2_xsd Drilldown into containerField 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 ProtoInstance in schema x3d-3_2_xsd (Web3D - Open Standards for Real-Time 3D Communication)
Collapse XSD Schema Code:
<xs:element name="ProtoInstance">
    <xs:annotation>
        <xs:appinfo>Nested ProtoDeclares, ProtoInstances are allowed by specification. ProtoInstance contained content normally captured via fieldValue initializations.
					<xs:attribute name="otherInterfaces" type="xs:string" fixed="X3DNode" /></xs:appinfo>
        <xs:documentation source="http://www.web3d.org/specifications/ISO-IEC-19776/Part01/concepts.html#ProtoInstanceAndFieldValueStatement" />
    </xs:annotation>
    <xs:complexType mixed="false">
        <xs:complexContent mixed="false">
            <xs:extension base="X3DPrototype">
                <xs:sequence>
                    <xs:element ref="fieldValue" minOccurs="0" maxOccurs="unbounded" />
                    <xs:element ref="IS" minOccurs="0" maxOccurs="unbounded" />
                    <!-- direct children disallowed, let fieldValue name="children" handle them -->
                </xs:sequence>
                <xs:attributeGroup ref="DEF_USE" />
                <xs:attributeGroup ref="globalAttributes" />
                <xs:attribute name="containerField" type="xs:NMTOKEN" default="children" />
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
fieldValue fieldValue 0 unbounded
IS IS 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
name name Required
DEF DEF (Optional)
USE USE (Optional)
class class (Optional)
containerField containerField children (Optional)
Collapse Derivation Tree: