The skin element must contain at least three source elements. | 
                           

| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| id | xs:ID | required | 
                                    
  | 
                              ||||
| name | xs:token | optional | 
                                    
  | 
                              
<xs:element name="source" type="source_type" minOccurs="3" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The skin element must contain at least three source elements.</xs:documentation> </xs:annotation> </xs:element>  | 
                           
| 
                                     < mesh xmlns = "http://www.collada.org/2008/03/COLLADASchema" >  | 
                              
| 
                                     < 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>  | 
                              
| 
                                     < accessor count = "3" source = "#Model_E0_MESH_0_REF_1_lib_normals_array" stride = "3" >  |