Namespace: |
|
Type: |
|
Content: |
complex, 2 attributes, 5 elements |
Defined: |
globally in eruditarticle.xsd, see XML source |
Includes: |
|
Used: |
at 2 locations |
XML Representation Summary | |||||
<object | |||||
id | = |
xs:ID | |||
objtype | = |
("audio" | "video") | |||
> | |||||
|
|||||
</object> |
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.
<object id="ob3" objtype="video"> <no>Clip vidéo 1</no> <mediaobject float="block"> <video id="vi7"/> </mediaobject> <source>…</source> </object>
Type Derivation Tree![]() |
<xs:element name="object"> <xs:complexType> <xs:complexContent> <xs:sequence> </xs:sequence> <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> |
Type: |
|
Use: |
required |
Nature or kind of object as established by a set of components, properties that determine its belonging to a particular category.
enumeration of xs:NMTOKEN |
Enumeration: |
"audio", "video" |
Type Derivation Tree xs:NMTOKEN ![]() |
Derivation: |
restriction of xs:NMTOKEN |
|||
Facets: |
|
<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> |
Type: |
anonymous, complex content |
<xs:element ref="mediaobject"/> |
Type: |
illustrationnotetype, complex content |
<xs:element maxOccurs="unbounded" minOccurs="0" ref="objnote"/> |
Type: |
biblioreftype, mixed content |
<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 |