2.3.53 CT_WebExtensionMarketplace

Referenced by: CT_WebExtension, CT_WebExtensionContent, CT_WebExtensionTaskpane

Describes the Office Web Extension and provides the location of its manifest.

Attributes:

SolutionId: A non-empty string that is unique for every type of Office Web Extension.

SolutionVersion: Specifies the version of the Office Web Extension.

MarketplaceRef: An identifier of the Office Web Extension marketplace that hosts the application manifest.

MarketplaceType: Specifies the type of the Office Web Extension marketplace that hosts the application manifest.

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

 <xs:complexType name="CT_WebExtensionMarketplace">
   <xs:attribute name="SolutionId" type="xs:string" use="required"/>
   <xs:attribute name="SolutionVersion" type="xs:string" use="required"/>
   <xs:attribute name="MarketplaceRef" type="xs:string" use="optional"/>
   <xs:attribute name="MarketplaceType" type="xs:string" use="optional"/>
 </xs:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).