X3DTexture2DNode

Complex Type Information

Model

Attributes

Used By

Source

<xs:complexType name="X3DTexture2DNode" abstract="true">
  <xs:annotation>
    <xs:appinfo>
      <xs:element name="textureProperties" type="SFNode" default="TextureProperties" fixed="initializeOnlyField"/>
      <xs:attribute name="componentName" type="xs:NMTOKEN" fixed="Texturing"/>
      <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
    </xs:appinfo>
    <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#X3DTexture2DNode"/>
  </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="true"/>
      <xs:attribute name="repeatT" type="SFBool" default="true"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>