VersionDefinition 単純型

(SharePoint アドイン マニフェスト)

適用対象: SharePoint アドイン |SharePoint Foundation 2013 |SharePoint Server 2013

機能、機能、アドイン、製品、またはその他のソフトウェア コンポーネントのバージョンを識別します。

注:

SharePoint アドインはもともと "SharePoint 用アプリ" と呼ばれたため、文字列 app は要素、属性、およびファイル名の一部またはすべてとして表示されます。下位互換性を確保するために、スキーマは変更されていません。

型情報

情報 場所
基本型 xs:string
Namespace http://schemas.microsoft.com/sharepoint/2012/app/manifest
スキーマ ファイル appmanifest.xsd

定義

    <xs:simpleType  name="VersionDefinition">
        <xs:restriction base="xs:string">
           <xs:pattern value="\d{1,4}\.\d{1,4}\.\d{1,4}\.\d{1,4}"/>
        </xs:restriction>
    </xs:simpleType>