<xsd:element name="Base">
<xsd:annotation>
<xsd:documentation>The Base element provides a mechanism for
indicating base types and base elements in schema, for the cases in
which XML Schema mechanisms are insufficient. For example, it is used
to indicate Object or Association bases.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="name" type="xsd:NCName" use="required" />
<xsd:attribute name="namespace" type="xsd:anyURI" use="optional" />
</xsd:complexType>
</xsd:element>
|