Annotations can be added to a schema to provide embedded documentation or application annotations.
There is an element call 'annotation' with two allowed child elements:
<xs:annotation> <xs:documentation> ... </xs:documentation> <xs:appinfo> ... </xs:appinfo> </xs:annotation>
You can have an number of these 'documentation' or 'appinfo' elements.