Version Element
Published: December 17, 2010
Updated: October 9, 2012
Applies To: Windows Home Server 2011, Windows Server 2012 Essentials, Windows Small Business Server 2011 Essentials, Windows Storage Server 2008 R2 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 |
|---|---|
|
Defines the metadata for an add-in package. |
See Also