次の方法で共有


LogicalOperator simpleType (apps for Office 1.1)

Defines logical operators that allow combining multiple rules into a rule collection.

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="LogicalOperator">
    <xs:restriction base="xs:string">
        <xs:enumeration value="And" />
        <xs:enumeration value="Or" />
    </xs:restriction>
</xs:simpleType>

Enumeration values

Value

Description

And

The binary logical operator that returns true if both operands are true, and returns false otherwise.

Or

The binary logical operator that returns true if one or both operands are true, and returns false otherwise.