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