annotation

Element Information

Model

(entity) | (date) | (description) |
Children: date, description, entity

Source

<xs:element name="annotation" type="annotation">
  <xs:unique name="annotationUnique">
    <xs:selector xpath="*"/>
    <xs:field xpath="@uniqueElementName"/>
  </xs:unique>
</xs:element>

Sample

< annotation xmlns = "http://www.imsglobal.org/xsd/imsmd_v1p2" >

< person>

< vcard>

vCard of Philip Dodds

</ vcard>

</ person>

< date>

< datetime>

20001217

</ datetime>

</ date>

< description>

< langstring xml:lang = "en" >

I have read this with great attention and extreme interest. I think this is great!

</ langstring>

</ description>

</ annotation>