<xs:complexType name="X3DBindableNode" abstract="true" mixed="false">
<xs:annotation>
<xs:appinfo>Bindable nodes implement the binding stack, so that only one of each node type is active at a given time.</xs:appinfo>
<xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/components/core.html#X3DBindableNode" />
</xs:annotation>
<xs:complexContent mixed="false">
<xs:extension base="X3DChildNode" />
</xs:complexContent>
</xs:complexType>
|