An Example
<title> Element
Description: This data element describes the name given to the learning resource.
Multiplicity: The <title> element must occur 1 and only 1 time within the <general> element.
Attributes:
· None
Elements:
· <langstring> (The <langstring> element can be repeated 1 or more times within the <title> element. However, each langstring is required to contain a different xml:lang attribute).
Example:
1 <general>
2 <title>
3 <langstring xml:lang=”en”>Title 1 in English</language>
4 <langstring xml:lang=”fr”>Title 1 in French</language>
5 </title>