SimpleType CultureNameDefinition

(SharePoint manifeste du add-in)

S’applique à : SharePoint de | SharePoint Foundation 2013 | SharePoint Server 2013

Identifie un paramètre local conforme à la norme IETF (Internet Engineering Task Force); par exemple, en-us.

Notes

La chaîne s’affiche sous la forme d’un élément, d’un attribut et d’un nom de fichier, ou de tous, car les SharePoint de fichiers étaient à l’origine appelés « applications pour app SharePoint ». Pour garantir la compatibilité descendante, les schémas n’ont pas été modifiés.

Informations sur le type

Type de base xs:string
Namespace http://schemas.microsoft.com/sharepoint/2012/app/manifest
Fichier de schéma appmanifest.xsd

Définition

    <xs:simpleType name="CultureNameDefinition">
        <xs:restriction base="xs:string">
            <xs:minLength value="1" />
            <xs:maxLength value="256" />
        </xs:restriction>
    </xs:simpleType>