Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Target namespace: http://schemas.microsoft.com/office/appforoffice/1.1
Defines a URL token whose value is determined based on requirements supported by the host.
Child Elements:
Override: A RequirementsTokenOverride element that specifies an ordered list of conditions and corresponding values. Multiple conditions can be satisfied. The value for the last satisfied condition on the list is used.
Attributes:
Name: A ShortString attribute that specifies the Token name. This name is user-defined.
DefaultValue: A ShortString attribute that specifies the default value for this token if no condition matches.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xs:complexType name="RequirementsToken"> <xs:complexContent> <xs:extension base="Token"> <xs:sequence> <xs:element name="Override" type="RequirementsTokenOverride" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).