element <object>
Namespace:
Type:
Content:
complex, 2 attributes, 5 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definitions of 1 attribute and 3 elements
Used:
XML Representation Summary
<object
    id
 = 
xs:ID
    objtype
 = 
("audio" | "video")
    >
   
Content: 
no*, caption*, mediaobject, objnote*, source?
</object>
May contain elements (5):
May be included in elements (10):
Known Usage Locations
Annotation
Label
Object
Description
A single set of information created with an application that can be inserted into another document and controlled through its properties.
Comments

Note that an object must contain only “audio” or “video”-type media objects, even if the content model for the “mediaobject” element also includes the “image” element.

The content of the “no” sub-element must be entered as it appears in the article, with no initial or final punctuation. It consists of a descriptor of the type of object and its number, such as (Sound excerpt 1, Vidéo 1, Sound 1, Video Clip 1, etc.)

Objects appearing within a paragraph must be relocated at the end of that paragraph.

Examples
example 1
<object id="ob3" objtype="video">
    <no>Clip vidéo 1</no>
    <mediaobject float="block">
        <video id="vi7"/>
    </mediaobject>
    <source>…</source>
</object>
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
XML Source (w/o annotations (2); see within schema source)
<xs:element name="object">
<xs:complexType>
<xs:complexContent>
<xs:extension base="illustrationtype">
<xs:sequence>
<xs:element ref="mediaobject"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="objnote"/>
<xs:element minOccurs="0" ref="source"/>
</xs:sequence>
<xs:attribute name="objtype" use="required">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="audio"/>
<xs:enumeration value="video"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 1/2)
objtype
Type:
anonymous (restriction of xs:NMTOKEN)
Use:
required
Label
Object type
Description

Nature or kind of object as established by a set of components, properties that determine its belonging to a particular category.

audio
dimension of communications technology dealing with sound transmission
video
motion picture that can be viewed on a computer screen using a multimedia player
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"audio", "video"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN
  simpleType (restriction)
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"audio", "video"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="objtype" use="required">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="audio"/>
<xs:enumeration value="video"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Content Element Detail (defined in this component only; 3/5)
mediaobject
Type:
anonymous, complex content
XML Source (see within schema source)
<xs:element ref="mediaobject"/>

objnote
Type:
illustrationnotetype, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="objnote"/>

source
Type:
biblioreftype, mixed content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="source"/>

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set