<complexType name="IdentifiableType" abstract="true">
<annotation>
<documentation>A type declaring an element with a URI attribute and an option uri_schema attribute.</documentation>
</annotation>
<attribute name="URI" type="anyURI" use="required"/>
<attribute name="uri_schema" type="string" use="optional">
<annotation>
<documentation>uri_schema is defined as an attribute because it is a technical metadata on the URI. Note also that uri_schema is defined as a string while in ELI 1.1 it is defined as an object property to a URI.</documentation>
</annotation>
</attribute>
</complexType> |