<xs:element name="areaset">
<xs:complexType>
<xs:sequence>
<!-- only different from global area in that xml:id is optional -->
<xs:element name="area" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element ref="db:alt" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="role"/>
<xs:attributeGroup ref="db:common.attributes"/>
<xs:attributeGroup ref="db:area.units.attribute"/>
<xs:attribute name="linkends" type="xs:IDREFS"/>
<xs:attribute name="href" type="xs:anyURI"/>
<xs:attribute ref="xlink:type"/>
<xs:attribute ref="xlink:role"/>
<xs:attribute ref="xlink:arcrole"/>
<xs:attribute ref="xlink:title"/>
<xs:attribute ref="xlink:show"/>
<xs:attribute ref="xlink:actuate"/>
<xs:attribute name="label"/>
<xs:attribute name="coords"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="role"/>
<xs:attributeGroup ref="db:common.idreq.attributes"/>
<xs:attributeGroup ref="db:area.units.attribute"/>
<xs:attribute name="linkends" type="xs:IDREFS"/>
<xs:attribute ref="xlink:href"/>
<xs:attribute ref="xlink:type"/>
<xs:attribute ref="xlink:role"/>
<xs:attribute ref="xlink:arcrole"/>
<xs:attribute ref="xlink:title"/>
<xs:attribute ref="xlink:show"/>
<xs:attribute ref="xlink:actuate"/>
<xs:attribute name="label"/>
</xs:complexType>
</xs:element> |