<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>
|