elml:PresentationImp

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
presentation restriction of xs:string optional
The attribute presentation can be used to set the presentation of the learningObjectives either to list or
table.

Used By

Element elml:goals

Source

<xs:attributeGroup name="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>
</xs:attributeGroup>