<complexType name="extendedType">
<annotation>
<documentation>
Generic extended link type
</documentation>
</annotation>
<complexContent>
<restriction base="anyType">
<choice minOccurs="0" maxOccurs="unbounded">
<element ref="xl:title" />
<element ref="xl:documentation" />
<element ref="xl:locator" />
<element ref="xl:arc" />
<element ref="xl:resource" />
</choice>
<attribute ref="xlink:type" use="required" fixed="extended" />
<attribute ref="xlink:role" use="required" />
<attribute ref="xlink:title" use="optional" />
<attribute name="id" type="ID" use="optional" />
<anyAttribute namespace="http://www.w3.org/XML/1998/namespace" processContents="lax" />
</restriction>
</complexContent>
</complexType>
|