Definition Type: Element
Name: ProtoDeclare
Type: X3DPrototype
Containing Schema: x3d-3.2.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ProtoBody in schema x3d-3_2_xsd Drilldown into ProtoInterface 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 documentation in schema x3d-3_2_xsd Drilldown into appinfo in schema x3d-3_2_xsdXSD Diagram of ProtoDeclare in schema x3d-3_2_xsd (Web3D - Open Standards for Real-Time 3D Communication)
Collapse XSD Schema Code:
<xs:element name="ProtoDeclare">
    <xs:annotation>
        <xs:appinfo>ProtoDeclare defines new Prototype nodes.  Nested ProtoDeclares, ProtoInstances are allowed by specification.</xs:appinfo>
        <xs:documentation source="http://www.web3d.org/specifications/ISO-IEC-19776/Part01/concepts.html#PrototypeAndFieldDeclarationSyntax" />
    </xs:annotation>
    <xs:complexType mixed="false">
        <xs:complexContent mixed="false">
            <xs:extension base="X3DPrototype">
                <xs:sequence>
                    <xs:element ref="ProtoInterface" minOccurs="0" />
                    <xs:element ref="ProtoBody" />
                </xs:sequence>
                <xs:attribute name="appinfo" type="SFString" />
                <xs:attribute name="documentation" type="SFString" />
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProtoInterface ProtoInterface 0 (1)
ProtoBody ProtoBody (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
name name Required
appinfo appinfo (Optional)
documentation documentation (Optional)
Collapse Derivation Tree: