<xs:element name="learningResourceType" maxOccurs="unbounded" minOccurs="0">
<xs:annotation>
<xs:documentation>This is an feature from the LOM Standard. Specific kind of learning object. The most dominant kind shall be first. There is more information in the final draft of the LOM standard: http://ltsc.ieee.org/wg12/files/LOM_1484_12_1_v1_Final_Draft.pdf</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="source" type="xs:string" fixed="LOMv1.0">
</xs:element>
<xs:element name="value">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="exercise"/>
<xs:enumeration value="simulation"/>
<xs:enumeration value="questionnaire"/>
<xs:enumeration value="diagram"/>
<xs:enumeration value="figure"/>
<xs:enumeration value="graph"/>
<xs:enumeration value="index"/>
<xs:enumeration value="slide"/>
<xs:enumeration value="table"/>
<xs:enumeration value="narrative"/>
<xs:enumeration value="text"/>
<xs:enumeration value="exam"/>
<xs:enumeration value="experiment"/>
<xs:enumeration value="problem"/>
<xs:enumeration value="statement"/>
<xs:enumeration value="selfassessment"/>
<xs:enumeration value="lecture"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element> |