<xs:element name="ProtoBody">
<xs:annotation>
<xs:appinfo>ProtoBody contains the definition nodes 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:group ref="SceneGraphFragmentWithPrototypeDeclarationsContentModel" maxOccurs="unbounded" />
<!-- nested ProtoDeclares, ProtoInstances are allowed by specification. -->
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|