There must be at least one geometry element. |

| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| id | xs:ID | optional |
|
||||
| name | xs:token | optional |
|
<xs:element name="geometry" type="geometry_type" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>There must be at least one geometry element.</xs:documentation> </xs:annotation> </xs:element> |
|
< library_geometries xmlns = "http://www.collada.org/2008/03/COLLADASchema" > |
|
< geometry id = "Model_E0_MESH_0_REF_1_lib" name = "Model_E0_MESH_0_REF_1" > |
|
< mesh> |
|
< source id = "Model_E0_MESH_0_REF_1_lib_positions" name = "position" > |
|
< float_array id = "Model_E0_MESH_0_REF_1_lib_positions_array" count = "9" > |
|
-50 -50 0 0 50 0 50 -50 0 |
|
</ float_array> |
|
< accessor count = "3" source = "#Model_E0_MESH_0_REF_1_lib_positions_array" stride = "3" > |
|
</ accessor> |
|
</ technique_common> |
|
</ source> |
|
< source id = "Model_E0_MESH_0_REF_1_lib_normals" name = "normal" > |
|
< float_array id = "Model_E0_MESH_0_REF_1_lib_normals_array" count = "9" > |
|
0 0 -1 0 0 -1 0 0 -1 |
|
</ float_array> |