<complexType name="AbstractReferenceBaseType">
<annotation>
<documentation> Base for a reference to a remote or local resource. </documentation>
<documentation>This type contains only a restricted and annotated set of the attributes from the xlink:simpleAttrs attributeGroup. </documentation>
</annotation>
<attribute name="type" type="string" fixed="simple" form="qualified" />
<attribute ref="xlink:href" use="required">
<annotation>
<documentation>Reference to a remote resource or local payload. A remote resource is typically addressed by a URL. For a local payload (such as a multipart mime message), the xlink:href must start with the prefix cid:. </documentation>
</annotation>
</attribute>
<attribute ref="xlink:role" use="optional">
<annotation>
<documentation>Reference to a resource that describes the role of this reference. When no value is supplied, no particular role value is to be inferred. </documentation>
</annotation>
</attribute>
<attribute ref="xlink:arcrole" use="optional">
<annotation>
<documentation>Although allowed, this attribute is not expected to be useful in this application of xlink:simpleAttrs. </documentation>
</annotation>
</attribute>
<attribute ref="xlink:title" use="optional">
<annotation>
<documentation>Describes the meaning of the referenced resource in a human-readable fashion. </documentation>
</annotation>
</attribute>
<attribute ref="xlink:show" use="optional">
<annotation>
<documentation>Although allowed, this attribute is not expected to be useful in this application of xlink:simpleAttrs. </documentation>
</annotation>
</attribute>
<attribute ref="xlink:actuate" use="optional">
<annotation>
<documentation>Although allowed, this attribute is not expected to be useful in this application of xlink:simpleAttrs. </documentation>
</annotation>
</attribute>
</complexType>
|