diagram | |||||||||||||||||||||||||||||||||||||
type | extension of X3DTextureCoordinateNode | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
children | IS MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString TextureCoordinate TextureCoordinateGenerator ProtoInstance | ||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||
source | <xs:element name="MultiTextureCoordinate"> <xs:annotation> <xs:appinfo> <xs:element name="texCoord" type="MFNode" fixed="inputOutputField" default="X3DTextureCoordinateNode"/> <xs:attribute name="componentName" type="componentNameChoices" fixed="Texturing"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/> </xs:appinfo> <xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#MultiTextureCoordinate"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="X3DTextureCoordinateNode"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element ref="TextureCoordinate"/> <xs:element ref="TextureCoordinateGenerator"/> <xs:element ref="ProtoInstance"> <xs:annotation> <xs:documentation>Appropriately typed substitution node</xs:documentation> </xs:annotation> </xs:element> </xs:choice> <xs:attribute name="containerField" type="xs:NMTOKEN" default="texCoord"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
type | xs:NMTOKEN | ||
properties |
|
||
source | <xs:attribute name="containerField" type="xs:NMTOKEN" default="texCoord"/> |