2.2.4.19 SubstitutionPair

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.PerformancePoint.Scorecards.ServerCommon

The SubstitutionPair complex type specifies a pair of strings for substitution.

 <xs:complexType name="SubstitutionPair" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element name="_x003C_Token_x003E_k__BackingField" nillable="true" type="xs:string"/>
     <xs:element name="_x003C_Value_x003E_k__BackingField" nillable="true" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

_x003C_Token_x003E_k__BackingField: A string that identifies a pattern to be replaced.

_x003C_Value_x003E_k__BackingField: A string that replaces the token.