Version Element
Applies To: Windows Server 2012 Essentials, Windows Home Server 2011, Windows Storage Server 2008 R2 Essentials, Windows Small Business Server 2011 Essentials
Specifies the version of the add-in package.
<xs:element name="Version" type="VersionType"/>
<xs:simpleType name="VersionType">
<xs:restriction base="xs:string">
<xs:pattern value="[0-9\.]*"/>
</xs:restriction>
</xs:simpleType>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
None.
Parent Elements
Element | Description |
---|---|
Package Element | Defines the metadata for an add-in package. |