RestrictedInt, simpleType

(SharePoint-Add-In-Manifest)

Gilt für: SharePoint-Add-Ins | SharePoint Foundation 2013 | SharePoint Server 2013

Hinweis

Die Zeichenfolge app wird als Teil oder als teil aller Element-, Attribut- und Dateinamen angezeigt, da SharePoint-Add-Ins ursprünglich als "Apps für SharePoint" bezeichnet wurden. Um die Abwärtskompatibilität sicherzustellen, wurden die Schemas nicht geändert.

Informationen zum Typ

Informationstyp Wert
Basistyp xs:int
Namespace http://schemas.microsoft.com/sharepoint/2012/app/manifest
Schemadatei appmanifest.xsd

Definition

    <xs:simpleType  name="RestrictedInt">
      <xs:restriction base="xs:int">
        <xs:minExclusive value="0"/>
        <xs:maxInclusive value="2000"/>
      </xs:restriction>
    </xs:simpleType>