<xsd:element name="note">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute ref="xml:lang" use="optional" />
<xsd:attribute default="1" name="priority" type="xlf:AttrType_priority" use="optional" />
<xsd:attribute name="from" type="xsd:string" use="optional" />
<xsd:attribute default="general" name="annotates" type="xlf:AttrType_annotates" use="optional" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
|