<complexType name="arcType">
<annotation>
<documentation>
basic extended link arc type - extended where necessary for specific arcs
Extends the generic arc type by adding use, priority and order attributes.
</documentation>
</annotation>
<complexContent>
<restriction base="anyType">
<sequence>
<element ref="xl:title" minOccurs="0" maxOccurs="unbounded" />
</sequence>
<attribute ref="xlink:type" use="required" fixed="arc" />
<attribute ref="xlink:from" use="required" />
<attribute ref="xlink:to" use="required" />
<attribute ref="xlink:arcrole" use="required" />
<attribute ref="xlink:title" use="optional" />
<attribute ref="xlink:show" use="optional" />
<attribute ref="xlink:actuate" use="optional" />
<attribute name="order" type="decimal" use="optional" />
<attribute name="use" type="xl:useEnum" use="optional" />
<attribute name="priority" type="integer" use="optional" />
<anyAttribute namespace="##other" processContents="lax" />
</restriction>
</complexContent>
</complexType>
|