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
Referenced by: RequirementsToken
Defines a condition and a corresponding value for a RequirementsToken.
Child Elements:
Requirements: A Requirements element that specifies the RequirementsToken condition.
Attributes:
Value: A ShortString attribute that specifies the RequirementsToken value when the condition is satisfied.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xs:complexType name="RequirementsTokenOverride"> <xs:sequence> <xs:element name="Requirements" type="Requirements" minOccurs="1" maxOccurs="1"/> </xs:sequence> <xs:attribute name="Value" type="bt:ShortString" use="required"/> </xs:complexType>
See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).