The 
                  object element contains a reference to an external resource, such as a graphic or video. 
                  
               
               The 
                  Block variant is an adaptation for use embedding objects that are intended to be offset from any surrounding block elements.
                  
               
               The referenced resource may be an image, video, XML text, or other content, but its media type must be supported by the current
                  profile and features in use. The optional 
                  srctype attribute carries an enumeration of the allowed media types.
                  
               
               The formal behavior of the 
                  object element is defined by 
                  
                     XHTML 1.1
                     .
                  
               
               Usage details available in the Usage Details section.
               
             
            Usage Example
<object xml:id="mnt" src="mouse.png" srctype="image/png">
    <p>Drawing of a mouse very common on Quail Island.</p>
</object>
    Allowed parents
            address, 
               annotation, 
               m:annotation-xml, 
               aside (block variant), 
               aside (toc variant), 
               backcover, 
               bibliography, 
               block (block variant), 
               block (toc variant), 
               caption, 
               code, 
               description, 
               entry (bibliography variant), 
               entry (glossary variant), 
               flaps, 
               frontcover, 
               glossary, 
               index, 
               item, 
               d:longdesc, 
               note (block variant), 
               note (phrase variant), 
               object, 
               sel:otherwise, 
               quote, 
               section (section variant), 
               section (toc variant), 
               section (index variant), 
               section (bibliography variant), 
               section (glossary variant), 
               d:simplifiedImage, 
               d:simplifiedLanguageDescription, 
               spine, 
               d:summary, 
               d:tactile, 
               td, 
               th, 
               toc, 
               d:tour and 
               sel:when
               
            
            Allowed children
            This element may contain text.
            
            This element may contain the following children: abbr, 
               address (block variant), 
               address (phrase variant), 
               annoref, 
               annotation (block variant), 
               annotation (phrase variant), 
               aside, 
               block, 
               caption, 
               char, 
               citation (block variant), 
               citation (phrase variant), 
               code (block variant), 
               code (phrase variant), 
               d, 
               definition, 
               description, 
               emph (phrase variant), 
               emph (text variant), 
               expansion, 
               hd, 
               rend:linebreak, 
               list, 
               ln, 
               name, 
               note (block variant), 
               note (phrase variant), 
               noteref, 
               num, 
               object (block variant), 
               object (phrase variant), 
               object (text variant), 
               p, 
               quote (block variant), 
               quote (phrase variant), 
               ref, 
               s, 
               span (phrase variant), 
               span (text variant), 
               sub, 
               sup, 
               table, 
               term, 
               time, 
               transition, 
               verse and 
               w
               
            
            Content model and additional requirements
            
               required attributes: 
@src
                  
                
               optional attributes: 
@about, 
                  
@by, 
                  
@class, 
                  
@content, 
                  
@continuation, 
                  
@datatype, 
                  
@desc, 
                  
@its:dir, 
                  
@its:translate, 
                  
@property, 
                  
@rel, 
                  
@resource, 
                  
@rev, 
                  
@role, 
                  
@sel:selid, 
                  
@srctype, 
                  
@typeof, 
                  
@xml:base, 
                  
@xml:id, 
                  
@xml:lang and 
                  
@xml:space 
               
               
               
               a choice of 
                  or no content
                  or 
                     
                     
one or more of 
                        
                        any of the 17 elements: 
address, 
annotation, 
aside, 
block, 
caption, 
citation, 
code, 
description, 
hd, 
list, 
note, 
object, 
p, 
quote, 
table, 
transition and 
verse 
                        
                      
                     
                   
                  or 
                     
                     
one or more of 
                        
                        a choice of either one of the 31 elements: 
abbr, 
address, 
annoref, 
annotation, 
char, 
citation, 
code, 
d, 
definition, 
emph, 
emph, 
expansion, 
ln, 
name, 
note, 
noteref, 
num, 
object, 
object, 
quote, 
ref, 
rend:linebreak, 
s, 
span, 
span, 
sub, 
sup, 
term, 
time, 
w or 
w 
                           or text
end of choice 
                        
                      
                     
                   end of choice 
               Note that in addition to restrictions presented in the content model  above, 
                  					use of this element must also respect the following requirement:
                  
                     - The 
                        
object element must not contain descendant elements from the MathML feature grammar.
                        
                      
                  
                  Such requirements take precedence over any conflicting statements in the
                     						content model or in the lists above of allowed children and parents.
                  
                
             
            Variants
            This element exists in 3 variants. The other 2  variants are:
            
            Namespace
            http://www.daisy.org/ns/z3998/authoring/
            Usage Details
            
            It is not always the case that the referenced object will be available, renderable or accessible. The 
               object element provides two mechanisms for adding fallback accessible descriptions in these cases: 
               
            
            
            
               
               - 
                  
                  
the direct inclusion of elements within the 
                     object element: 
                     
                  
                  
                  
                     
<object xml:id="mnt1" src="mouse.png">
    <p>A picture of a small, grey mouse.</p>
</object>
                
                      
                  
                  or
                  
                  
                     
<object xml:id="mnt2" src="mouse.png">
    <description by="republisher">
        <p>A picture of a small, grey mouse.</p>
    </description>
</object>
                
                      
                  
                  In the first example, a 
                     description element with a 
                     by attribute value of 
                     author is implied around the child content. In the second, an explicit 
                     description has been added to identify that the description has been contributed by a republisher of the document. 
                     
                  
                  
                
               
               - 
                  
                  
by attaching a 
                     desc attribute pointing to the description: 
                     
                  
                  
                  
                     
<object xml:id="mnt3" src="mouse.png" desc="mouse-description" />
<description by="republisher" xml:id="mouse-description">
    <p>A picture of a small, grey mouse.</p>
</description>
                
                      
                  
                
               
            
            
            
            Associated content
            
             Although images, tables and other objects may stand on their own in a document, typically they will include an accessible
               description, a caption and possibly a header. 
            
            
             In order to establish that other elements are carrying information about the table or image, you must tie them together using
               
               ref attributes that point to the 
               xml:id of the central element, as in the following example: 
               
            
            
            
               
<hd ref="galapisle">Galapagos Islands</hd>
<object xml:id="galapisle" src="island.png" />
<caption ref="galapisle">The Galapagos islands lie approximately 970km off the shore of Ecuador.</caption>
        
                
            
             If you were to omit the 
               ref attributes, the information would only be loosely associated by its order in the document (i.e., a processing agent would
               not be able to handle the elements as a group). 
               
            
            
             Although all of the above elements are associated through references to the 
               object element, their semantics are still only loosely defined (i.e., the linkage is established, but not what that linkage represents).
               A human can intuit they represent a figure by the collected items and their use, but not so a machine. 
               
            
            
             It can also be confusing to edit a document marked up with all content within a section as siblings, because document narrative
               could fall both immediately before and after the figure elements making it all appear connected. Without checking for 
               ref attributes as you edit, it wouldn't be clear if a new non-structural heading were occuring or a figure were being inserted.
               
               
            
            
             To begin to bind the elements more tightly and create a figure both humans and machines can understand, the 
               block element can be wrapped as a container. A 
               role attribute can then be attached to further specify that all of the children constitute a figure, as in the following example:
               
               
            
            
            
               
<block role="figure">
    
    <hd ref="galapisland">Galapagos Islands</hd>
    
    <object xml:id="galapisland" src="island.png" />
    
    <caption ref="galapisland">The Galapagos islands lie approximately 970km off the shore of Ecuador.</caption>
    
</block>
        
                
            
             A common question at this point is why the 
               ref elements are still necessary. The answer is because the 
               block element is only a general container. The 
               role attribute provides additional semantics, but those semantics only extend to what kind of content the 
               block represents, not how it is interrelated (but more on this shortly). 
               
            
            
             Now that the content is grouped, however, we can begin to further simplify it. To avoid the extra work of linking the child
               elements, an 
               associate attribute can be attached to the 
               block (the attribute represents an automatic 
               ref between all the children). The IDREF that you specify in the attribute implicitly makes the references that we have so far
               been carrying forward, so our markup can now be more minimally represented as in the following example: 
               
            
            
            
               
<block role="figure" associate="galap-figure">
    
    <hd>Galapagos Islands</hd>
    
    <object xml:id="galap-figure" src="island.png" />
    
    <caption>The Galapagos islands lie approximately 970km off the shore of Ecuador.</caption>
    
</block>
        
                
            
             Now, when a processing agent comes across this markup it will be able to determine both that the block constitutes a figure
               (from the 
               role attribute) and that the child 
               hd and 
               caption elements are tied to the 
               object (from the 
               associate attribute). We've gained much more information about the figure than we started with, and the work required to reproduce
               the figure has been greatly simplified (there is also no worry about accidentally forgetting a 
               ref on any of the children). 
               
            
            
             Now that we have a compact markup model for figures, we can briefly jump back to why we cannot assume associations. Consider
               the following example: 
            
            
            
               
<block role="figure">
    
    <object xml:id="galap-isa" src="isabella.png" />
    
    <object xml:id="galap-fer" src="fernandina.png" />
    
    <object xml:id="galap-sc" src="santa-cruz.png" />
    
    <caption>The Galapagos islands lie approximately 970km off the shore of Ecuador.</caption>
    
</block>
        
                
            
             We cannot make a simple association here that all the children of the figure are tied to an 
               object, as the figure constitutes three images sharing a caption. We likewise cannot use the 
               associate attribute, but have to revert back to explicitly linking the 
               caption to each of the three images it describes: 
               
            
            
            
               
<block role="figure">
    
    <object xml:id="isa" src="isabella.png" />
    
    <object xml:id="fer" src="fernandina.png" />
    
    <object xml:id="sc" src="santa-cruz.png" />
    
    <caption ref="isa fer sc">The Galapagos islands lie approximately 970km off the shore of Ecuador.</caption>
    
</block>
        
                
            
             It's this potential for varation that requires at least some level of linking in all cases, and makes it impossible to state
               a simple rule that would hold true for all content grouped in a 
               block. 
               
            
            
             Fortunately, most image and table figures are not this complicated, and the simpler process of grouping in a 
               block with the 
               associate attribute will work the majority of the time.