Definition Type: Element
Name: ProtoInterface
Type: SceneGraphStructureNodeType
Containing Schema: x3d-3.2.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into field in schema x3d-3_2_xsd Drilldown into SceneGraphStructureNodeType in schema x3d-3_2_xsdXSD Diagram of ProtoInterface in schema x3d-3_2_xsd (Web3D - Open Standards for Real-Time 3D Communication)
Collapse XSD Schema Code:
<xs:element name="ProtoInterface">
    <xs:annotation>
        <xs:appinfo>ProtoInterface defines fields for new Prototype nodes.</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="SceneGraphStructureNodeType">
                <xs:sequence>
                    <xs:element ref="field" minOccurs="0" maxOccurs="unbounded" />
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
field field 0 unbounded
Collapse Derivation Tree: