diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of X3DTextureCoordinateNode | ||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
children | IS MetadataBoolean 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="X3DSingleTextureCoordinateNode"/> <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/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/texturing.html#MultiTextureCoordinate"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="X3DTextureCoordinateNode"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>texCoord</xs:documentation> </xs:annotation> <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"/> |