<xs:element name="rights">
<xs:annotation>
<xs:documentation>The element rights describes legal issues about the current lesson.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="cost" type="elml:YesNoType">
<xs:annotation>
<xs:documentation>The element cost allows to define if the lesson costs something for external users.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="copyright" type="elml:CopyrightType">
<xs:annotation>
<xs:documentation>The element 'copyright' contains a fixed phrase (defined in the validate.xsd) stating the copyright information for the material created.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="copyrightURL" type="xs:anyURI" minOccurs="0">
<xs:annotation>
<xs:documentation>The element copyrightURL allows the definition of an URL to a location with more information about the legal issues of the current lesson.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="elml:description" minOccurs="0"/>
<xs:element name="contentCopyrights" minOccurs="0">
<xs:annotation>
<xs:documentation>The element contentCopyrights allows specifing differing copyright statements for each labelled element within a unit. The respective elements are referenced using the labelRef attribute.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="copyrightStatement" maxOccurs="unbounded">
<xs:complexType mixed="true">
<xs:attributeGroup ref="elml:LabelRefReq"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element> |