次の方法で共有


ShortString simpleType (apps for Office 1.1)

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

Introduced in

apps for Office Manifest Schema Reference v1.0

Type information

Base type

xs:string

Namespace

https://schemas.microsoft.com/office/appforoffice/1.1

Schema file

OfficeAppManifestv1.1.xsd

Definition

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