<xsd:complexType name="DocumentationType">
<xsd:annotation>
<xsd:documentation>Type for the user documentation for any element.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="uri" type="xsd:anyURI">
<xsd:annotation>
<xsd:documentation>Defines the address of the Documentation object. A URL
can be a URI. </xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="xml:lang" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|