The attribute presentation can be used to set the presentation of the learningObjectives either to list or table. |
Attribute Group | elml:PresentationImp |
<xs:attribute name="presentation"> <xs:annotation> <xs:documentation>The attribute presentation can be used to set the presentation of the learningObjectives either to list or table.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="list"/> <xs:enumeration value="table"/> </xs:restriction> </xs:simpleType> </xs:attribute> |