Generic type for the resource type element |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
id | country:ID | optional | ||||
xlink:label | NCName | required | ||||
xlink:role | restriction of anyURI | optional | ||||
xlink:title | string | optional | ||||
xlink:type | restriction of string | resource | required |
Elements | link:footnote, link:label, link:reference, xl:resource |
<complexType name="resourceType"> <annotation> <documentation>Generic type for the resource type element</documentation> </annotation> <complexContent mixed="true"> <restriction base="anyType"> <attribute ref="xlink:type" use="required" fixed="resource"/> <attribute ref="xlink:label" use="required"/> <attribute ref="xlink:role" use="optional"/> <attribute ref="xlink:title" use="optional"/> <attribute name="id" type="ID" use="optional"/> </restriction> </complexContent> </complexType> |