<respons>   (responsabilidad) Identifica la responsabilidad individual/es de algún aspecto del marcaje de un elemento/s particular. 21.3  Attribution of Responsibility 
               
                  Módulo certainty — 21  Certainty, Precision, and Responsibility
                   
                
               
                  Además de los atributos globales att.scoping  (@target , @match ) 
                     
                        
                        
                        
                        
                           locus 
                           indica el aspecto específico del marcaje por el cual la responsabilidad está siendo asignada
                              
                                 
                                    Estado  
                                    Necesario  
                                 
                                 
                                 
                                 
                                 
                                 
                                 
                                 
                                 
                                 
                                    Tipo de datos  
                                     1–∞ apariciones de  
                                       separado por espacio en blanco  
                                  
                                 
                                 
                                 
                                    Los valores admitidos son: 
                                       
                                          name 
                                          responsibility is being assigned concerning the name of the element
                                             	  or attribute used.
                                           
                                          start 
                                          responsibility is being assigned concerning the start of the element
                                             	  concerned.
                                           
                                          end 
                                          responsibility is being assigned concerning the end of the element
                                             	  concerned.
                                           
                                          location 
                                          responsibility is being assigned concerning the location of the element
                                             	  concerned.
                                           
                                          value 
                                          responsibility is being assigned concerning the content (for an element) or
                                             	  the value (for an attribute)
                                           
                                        
                                     
                                  
                                 
                              
                            
                         
                        
                        
                        
                           resp 
                            (parte responsable) indentifica el individuo o grupo responsable del aspecto indicado en un texto electrónico.
                              
                                 
                                    Estado  
                                    Necesario  
                                 
                                 
                                 
                                 
                                 
                                 
                                 
                                 
                                 
                                 
                                 
                                 
                                 
                                 
                                    Tipo de datos  
                                    
                                       
                                     
                                  
                                 
                                 
                                    Valores  
                                    a pointer to one of the identifiers declared in the
                                       document header, associated with a person asserted as
                                       responsible for some aspect of the text's creation,
                                       transcription, editing, or encoding
                                     
                                  
                                 
                              
                            
                         
                        
                     
                   
               
                  Usado por 
                     
                   
                
               
                  Puede contener 
                     
                   
                
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
               
                  Declaración 
                     De formato compacto a XML De formato XML a compacto <rng:element name="respons "> <rng:ref name="att.global.attributes  <rng:ref name="att.scoping.attributes  <rng:attribute name="locus "> <rng:list> <rng:choice> <rng:value> name</rng:value> <rng:value> start</rng:value> <rng:value> end</rng:value> <rng:value> location</rng:value> <rng:value> value</rng:value> </rng:choice> <rng:zeroOrMore> <rng:choice> <rng:value> name</rng:value> <rng:value> start</rng:value> <rng:value> end</rng:value> <rng:value> location</rng:value> <rng:value> value</rng:value> </rng:choice> </rng:zeroOrMore> </rng:list> </rng:attribute> <rng:attribute name="resp "> <rng:ref name="data.pointer  </rng:attribute> <rng:zeroOrMore> <rng:ref name="model.glossLike  </rng:zeroOrMore> </rng:element> 
element  respons 
{
   att.global.attributes ,
   att.scoping.attributes ,
   attribute  locus 
   {
      list 
      {
         ( "name" | "start" | "end" | "location" | "value" ),
         ( "name" | "start" | "end" | "location" | "value" )*
      }
   },
   attribute resp { data.pointer  },
   model.glossLike *
}  
                
               
               
               
                  Ejemplo 
                     
                     <respons target="#p1 " locus="name location " resp="#encoder1 "/> <respons#p2 "@rend "value "#encoder2 "/> <list type="encoders ">  <item xml:id="encoder1 "/>  <item xml:id="encoder2 "/> </list>