xlink:extended element
<?xml version="1.0"?>
<WEBSITE>
  <xlink:extended 
    xmlns:xlink="http://www.w3.org/XML/XLink/0.9">
    <!-- Locators go here -->
  </xlink:extended>
</WEBSITE>
An element of arbitrary type like COMPOSER or 
TEAM that has xlink:type attribute with 
the value extended
<?xml version="1.0"?>
<WEBSITE
  xmlns:xlink="http://www.w3.org/XML/XLink/0.9"
  xlink:type="extended">
    <!-- Locators go here -->
</WEBSITE>