elml:SType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
label elml:LabelType optional
The attribute label is restricted to 25 characters which can be a random selection from the values 'a-z',
'A-Z', '0-9' and '_'.
metaSetUpInfo xs:string optional
The attribute metaSetUpInfo allows to specify what needs to be set up on, for example, an eLearning
platform, so that these exercise or self assessement can be done (eg. set up a discussion forum with the topic 'Exercise
1').
title xs:string optional
The attribute title contains a string representing a title.

Used By

Element elml:act
Complex Type elml:SIIType

Source

<xs:complexType name="SType">
  <xs:choice maxOccurs="unbounded">
    <xs:element ref="elml:toc"/>
    <xs:element ref="elml:column"/>
    <xs:element ref="elml:table"/>
    <xs:element ref="elml:list"/>
    <xs:element ref="elml:box"/>
    <xs:element ref="elml:term"/>
    <xs:element ref="elml:multimedia"/>
    <xs:element ref="elml:popup"/>
    <xs:element ref="elml:link"/>
    <xs:element ref="elml:citation"/>
    <xs:element ref="elml:paragraph"/>
    <xs:element ref="elml:selfCheck"/>
    <xs:element ref="elml:annotation"/>
  </xs:choice>
  <xs:attributeGroup ref="elml:LabelImp"/>
  <xs:attributeGroup ref="elml:TitleImp"/>
  <xs:attributeGroup ref="elml:MetaSetUpInfoImp"/>
</xs:complexType>