The input element must occur at least one time. These inputs are local inputs. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
semantic | xs:NMTOKEN | required |
|
||||
source | urifragment_type | required |
|
<xs:element name="input" type="input_local_type" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The input element must occur at least one time. These inputs are local inputs.</xs:documentation> </xs:annotation> </xs:element> |
< vertices xmlns = "http://www.collada.org/2008/03/COLLADASchema" id = "Model_E0_MESH_0_REF_1_lib_vertices" > |
< input semantic = "POSITION" source = "#Model_E0_MESH_0_REF_1_lib_positions" /> |
< input semantic = "NORMAL" source = "#Model_E0_MESH_0_REF_1_lib_normals" /> |
< input semantic = "TEXCOORD" source = "#Model_E0_MESH_0_REF_1_lib_texcoords" /> |
< input semantic = "TANGENT" source = "#Model_E0_MESH_0_REF_1_lib_tangents" /> |
< input semantic = "BINORMAL" source = "#Model_E0_MESH_0_REF_1_lib_binormals" /> |
</ vertices> |