<xsd:complexType name="NoteType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">
A free form note. The lang attribute identifies the language that the note is in. The
author identifies the author of the note. The enrtyDate indicates the date the note was
entered or last modified.
</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="DescriptionType">
<xsd:attribute name="author" type="StringType" use="optional" />
<xsd:attribute name="entryDateTime" type="DateTimeType" use="optional" />
<xsd:attribute name="status" type="StringType" use="optional" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|