<xs:complexType name="X3DTexture3DNode" abstract="true">
<xs:annotation>
<xs:appinfo>
<xs:element name="textureProperties" type="SFNode" default="TextureProperties" fixed="initializeOnlyField"/>
<xs:attribute name="componentName" type="xs:NMTOKEN" fixed="Texturing3D"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>Base type for all nodes that specify 3D sources for texture images.</xs:appinfo>
<xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texture3D.html#X3DTexture3DNode"/>
</xs:annotation>
<xs:complexContent>
<xs:extension base="X3DTextureNode">
<xs:choice minOccurs="0">
<xs:annotation>
<xs:documentation>textureProperties</xs:documentation>
</xs:annotation>
<xs:element ref="TextureProperties"/>
<xs:element ref="ProtoInstance">
<xs:annotation>
<xs:documentation>Appropriately typed substitution node</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
<xs:attribute name="repeatS" type="SFBool" default="false"/>
<xs:attribute name="repeatT" type="SFBool" default="false"/>
<xs:attribute name="repeatR" type="SFBool" default="false"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |