This topic has not yet been rated - Rate this topic

ShortString simpleType (apps for Office)

apps for SharePoint

Published: February 26, 2013

Defines a string that must contain between 1 and 125 characters.

Base type

xs:string

Namespace

http://schemas.microsoft.com/office/appforoffice/1.0

Schema file

offappmanifest.xsd

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.