The element multimedia allows to integrate images, interactions, animations, etc. into the content. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
align | restriction of xs:string | optional |
|
||||
bibIDRef | xs:string | optional | |||||
cssClass | xs:string | optional | |||||
height | xs:positiveInteger | optional |
|
||||
icon | xs:string | optional | |||||
label | elml:LabelType | optional |
|
||||
labelRef | elml:LabelType | optional |
|
||||
legend | xs:string | optional |
|
||||
pageNr | xs:string | optional | |||||
src | xs:anyURI | optional |
|
||||
thumbnail | xs:anyURI | optional |
|
||||
title | xs:string | optional |
|
||||
type | restriction of xs:string | required |
|
||||
units | restriction of xs:string | optional |
|
||||
visible | xs:string | optional | |||||
width | xs:positiveInteger | optional |
|
<xs:element name="multimedia"> <xs:annotation> <xs:documentation>The element multimedia allows to integrate images, interactions, animations, etc. into the content.</xs:documentation> </xs:annotation> <xs:complexType mixed="true"> <xs:complexContent mixed="true"> <xs:restriction base="xs:anyType"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:any processContents="skip"/> </xs:choice> <xs:attributeGroup ref="elml:LabelImp"/> <xs:attributeGroup ref="elml:LabelRefImp"/> <xs:attributeGroup ref="elml:TitleImp"/> <xs:attributeGroup ref="elml:IconImp"/> <xs:attributeGroup ref="elml:SourceImp"/> <xs:attributeGroup ref="elml:TypeReq"/> <xs:attributeGroup ref="elml:AlignmentImp"/> <xs:attributeGroup ref="elml:SizeImp"/> <xs:attributeGroup ref="elml:LegendImp"/> <xs:attributeGroup ref="elml:BibIDRefImp"/> <xs:attributeGroup ref="elml:BibPageNr"/> <xs:attributeGroup ref="elml:Thumbnail"/> <xs:attributeGroup ref="elml:VisibleImp"/> <xs:attributeGroup ref="elml:CSSClassImp"/> </xs:restriction> </xs:complexContent> </xs:complexType> </xs:element> |