<xs:element name="Comment">
<xs:annotation>
<xs:documentation>
=================================== Comment ====================================
A natural-language description of, or statement about, the current element. The
optional TranslationOf attribute is a pointer to another Comment element, of
which this one is a direct translation. The FormalName and associated attributes added for Version 1.1
================================================================================
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attributeGroup ref="localid" />
<xs:attribute ref="xml:lang" use="optional" />
<xs:attribute name="TranslationOf" type="xs:IDREF" />
<xs:attribute name="FormalName" type="xs:string" />
<xs:attribute name="Vocabulary" type="xs:string" />
<xs:attribute name="Scheme" type="xs:string" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|