Namespace: |
|
Type: |
anonymous complexType |
Content: |
|
Defined: |
globally in eruditarticle.xsd, see XML source |
Includes: |
|
Used: |
at 8 locations |
XML Representation Summary | |||||
<mediaobject | |||||
float | = |
("block" | "inline") | |||
> | |||||
|
|||||
</mediaobject> |
An “image”-type media object, with “block” value assigned to the “float” attribute, should always be found inside one of the following elements: box, equation, example, figure, object, table, table data cell, table heading cell, relation list source, relation list target
A media object, when found inside an element having textual contents only and/or sub-elements which do not influence the float of the text, must be used only with the “inline” value assigned to the “float” attribute. In this context, it will generally be used to represent special characters not supported by the font used to display the articles.
<mediaobject float="block"> <audio id="ad3"/> </mediaobject>
<mediaobject float="inline"> <image id="im26" imagetype="layout"/> </mediaobject>
<xs:element name="mediaobject"> <xs:complexType> <xs:sequence> <xs:choice> </xs:choice> </xs:sequence> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="block"/> <xs:enumeration value="inline"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> |
Type: |
|
Use: |
required |
Media object positioning in connection with the flow of text.
enumeration of xs:NMTOKEN |
Enumeration: |
"block", "inline" |
Type Derivation Tree xs:NMTOKEN ![]() |
Derivation: |
restriction of xs:NMTOKEN |
|||
Facets: |
|
<xs:attribute name="float" use="required"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="block"/> <xs:enumeration value="inline"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
Type: |
mediaobjtype, empty content |
<xs:element ref="audio"/> |
Type: |
<xs:element ref="image"/> |
Type: |
anonymous, mixed content |
<xs:element minOccurs="0" ref="text"/> |
Type: |
mediaobjtype, empty content |
<xs:element ref="video"/> |
XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set |