presentation

The attribute presentation can be used to set the presentation of the learningObjectives either to list or
table.

Attribute Information

Used By

Attribute Group elml:PresentationImp

Source

<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>

Sample