2.6.227 CT_AlternateUrl

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2021/extlinks2021

Referenced by: CT_ExternalBookAlternateUrls

This element represents an additional Url to the external workbook which is supplying data to the current workbook.

Attributes:

r:id: An ST_RelationshipId ([ISO/IEC29500-1:2016] section 22.8.2.1) relationship to the external workbook file path

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_AlternateUrl">
   <xsd:attribute ref="r:id" use="required"/>
 </xsd:complexType>

See section 5.34 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).