2.6.228 CT_ExternalBookAlternateUrls

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

Referenced by: alternateUrls

This element represents additional Urls and Ids to the external workbook which is supplying data to the current workbook.

Child Elements:

absoluteUrl: A CT_AlternateUrl element that represent an absolute form Url to the external workbook

relativeUrl: A CT_AlternateUrl element that represent a relative form Url to the external workbook

Attributes:

driveId: A string ([XMLSCHEMA2/2] section 3.2.1) attribute that is provided by and targets the service.

itemId: A string ([XMLSCHEMA2/2] section 3.2.1) attribute that is provided by and targets the service.

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

 <xsd:complexType name="CT_ExternalBookAlternateUrls">
   <xsd:sequence>
     <xsd:element name="absoluteUrl" type="CT_AlternateUrl" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="relativeUrl" type="CT_AlternateUrl" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
   <xsd:attribute name="driveId" use="optional" type="xsd:string"/>
   <xsd:attribute name="itemId" use="optional" type="xsd:string"/>
 </xsd:complexType>

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