| 124 | jpm | 1 | <?xml version="1.0" encoding="UTF-8"?>
 | 
        
           |  |  | 2 | <!-- ==================================================================== -->
 | 
        
           |  |  | 3 | <!-- Introduction                                                         -->
 | 
        
           |  |  | 4 | <!-- ==================================================================== -->
 | 
        
           |  |  | 5 | <!-- Schema to declare an abstract data element for use in substitution   -->
 | 
        
           |  |  | 6 | <!-- groups so that arbitrary lists of elements so derived can be used to -->
 | 
        
           |  |  | 7 | <!-- compose a record. For example, see DarwinRecord.xsd                  -->
 | 
        
           |  |  | 8 | <!-- History:                                                             -->
 | 
        
           |  |  | 9 | <!--   version 0.5 2007-02-14 Renato De Giovanni, John Wieczorek          -->
 | 
        
           |  |  | 10 | <!-- Status:                                                              -->
 | 
        
           |  |  | 11 | <!--   Ready for testing.                                                 -->
 | 
        
           |  |  | 12 | <!--   See http://wiki.tdwg.org for current status of this standard       -->
 | 
        
           |  |  | 13 | <!-- ==================================================================== -->
 | 
        
           |  |  | 14 | <!-- Schema                                                               -->
 | 
        
           |  |  | 15 | <!-- ==================================================================== -->
 | 
        
           |  |  | 16 | <xs:schema targetNamespace="http://www.tela-botanica.org/coel/str/element" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="0.1">
 | 
        
           |  |  | 17 |   | 
        
           |  |  | 18 | 	<!-- ============================================================== -->
 | 
        
           |  |  | 19 | 	<!-- Elements                                                       -->
 | 
        
           |  |  | 20 | 	<!-- ============================================================== -->
 | 
        
           |  |  | 21 | 	<xs:element name="coelStrElement" abstract="true"/>
 | 
        
           |  |  | 22 | 	  <xs:annotation>
 | 
        
           |  |  | 23 | 	    <xs:documentation source="http://www.tela-botanica.org/appli:coel/doc/v1.00/coelStrElement" xml:lang="en"/>
 | 
        
           |  |  | 24 | 	  </xs:annotation>
 | 
        
           |  |  | 25 |   | 
        
           |  |  | 26 | </xs:schema>
 |