Partager via


SimpleType NameDefinition

(Manifeste de complément SharePoint)

S’applique à : Compléments SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

Nom interne d’un complément SharePoint. Nom interne d’un complément SharePoint. Doit être des caractères ASCII uniquement, sans espaces, jusqu’à 64 caractères.

Remarque

La chaîne app s’affiche en tant que partie ou en tant que partie de certains noms d’éléments, d’attributs et de fichiers, car les compléments SharePoint étaient initialement appelés « applications pour SharePoint ». Pour garantir la compatibilité descendante, les schémas n’ont pas été modifiés.

Informations sur le type

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

Définition

    <xs:simpleType  name="NameDefinition">
        <xs:restriction base="xs:token">
           <xs:minLength value="1"/>
           <xs:maxLength value="64"/>
           <xs:pattern value="[A-Za-z0-9][A-Za-z0-9\s-_]*"/>
        </xs:restriction>
    </xs:simpleType>