<xs:complexType name="X3DAppearanceNode" abstract="true">
<xs:annotation>
<xs:appinfo>
<xs:attribute name="componentName" type="xs:NMTOKEN" fixed="Shape"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>Base type for all Appearance nodes.</xs:appinfo>
<xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/shape.html#X3DAppearanceNode"/>
</xs:annotation>
<xs:complexContent>
<xs:extension base="X3DNode">
<xs:group ref="AppearanceChildContentModel" minOccurs="0" maxOccurs="unbounded"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |