QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
presentation | restriction of xs:string | optional |
|
Element | elml:goals |
<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> |