<xs:complexType name="Entity" abstract="true">
<xs:attribute name="href" type="xs:anyURI" use="optional" />
<xs:attribute name="ref" type="xs:IDREF" use="optional" />
<xs:attribute name="proxy" type="xs:IDREF" use="optional" />
<xs:attribute name="edo" type="xs:anyURI" use="optional" />
<xs:attributeGroup ref="ex:instanceAttributes" />
</xs:complexType>
|