Share via


2.2.232 Token

Target namespace: http://schemas.microsoft.com/office/appforoffice/1.1

Referenced by: RequirementsToken, LocaleToken, Tokens

Abstract type that contains common properties for URL tokens.

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="Token" abstract="true">
   <xs:attribute name="Name" type="bt:ShortString" use="required"/>
   <xs:attribute name="DefaultValue" type="bt:ShortString" use="required"/>
 </xs:complexType>

See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).