Share via


2.3.23 AlternateId

Target namespace: http://schemas.microsoft.com/office/appforoffice/1.1

Referenced by: OfficeApp, ContentApp, TaskPaneApp, MailApp

Specifies an alternate identifier for the Office Add-in.

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

 <xs:simpleType name="AlternateId">
   <xs:restriction base="xs:string">
     <xs:pattern value=".{5,12}\\WA[0-9]{9}"/>
   </xs:restriction>
 </xs:simpleType>

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