<xs:complexType name="Description">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Free-form text description of the Noun or Componenet in which the description occurs. The lang attribute indicates the language the description is in. Owner inidcates the user or entity that provided teh description..</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="LingualString">
<xs:attribute name="owner" type="xs:string" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|