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>