次の方法で共有


LongString simpleType (apps for Office 1.1)

Defines a string that must contain between 1 and 250 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="LongString">
    <xs:restriction base="xs:string">
        <xs:minLength value="1" />
        <xs:maxLength value="250" />
    </xs:restriction>
</xs:simpleType>