<xs:complexType name="X3DAppearanceNode" abstract="false" mixed="false">
<xs:annotation>
<xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/components/shape.html#X3DAppearanceNode" />
</xs:annotation>
<xs:complexContent mixed="false">
<xs:extension base="X3DNode">
<xs:group ref="AppearanceChildContentModel" minOccurs="0" maxOccurs="unbounded" />
<xs:attribute name="containerField" type="xs:NMTOKEN" />
</xs:extension>
<!-- TODO restore after test: default="appearance" -->
</xs:complexContent>
</xs:complexType>
|