Evo Voice

<back to all web services

ListIntegrations

Retrieve integrations

The following routes are available for this service:
GET/integrations
ListIntegrations Parameters:
NameParameterData TypeRequiredDescription
AccountIdsqueryList<string>NoFilter by accounts
NameFilterquerystringNoFilter by name
CustomerIdsqueryList<string>NoThe IDs of the parent customers you want to filter by
ShallowParentqueryboolNoIf you want a shall customer integration filter (e.g. no deep children)
ListRequest<T> Parameters:
NameParameterData TypeRequiredDescription
PageformintNoThe page of data to retrieve
AllformboolNoIf you want all objects to be returned. This should be used with care
CountPerPageformintNoThe number per page to retrieve
SpecificIdsformList<string>NoSpecific IDs
SortFieldformstringNoSpecify a sort field
SortOrderformSortOrdersNoSpecify a sort order
SimplifiedPagingformboolNoDisables total / page counts - improves performance. Returns only data. If there is no more data, Items will be empty array
SortOrders Enum:
Ascend
Descend
IntegrationInfo Parameters:
NameParameterData TypeRequiredDescription
AccountIdformstringNoThe ID of the account associated with this integration
CustomerIdformstringNoThe ID of the customer this integration is associated with
CustomerNameformstringNoThe name of the customer this integration is associated with
DateLastSyncformstringNoThe date the integration was sync'd last
CustomerBreadcrumbformList<CustomerBreadcrumb>NoThe breadcrumb to the customer for this integration
NameformstringNoThe name of the integration (e.g. HostedSuite Dallas)
AutomaticallyCreateCustomersformboolNoAutomatically create new customers / users when sync'ing with CRM?
TypeformIntegrationTypesNoThe type of integration
StatusformIntegrationStatusesNoThe status of the integration
StatusMessageformstringNoThe status of the integration
SettingsDataTypeformDataTypeNoThe settings type for this integration
SettingsformStructNoThe settings for this integration
FeaturesformList<IntegrationFeatures>NoThe features supported by this integration
IsAuthorizedformboolNoIs this integration authorized (OAuth)?
EntityInfo Parameters:
NameParameterData TypeRequiredDescription
IdformstringNoThe ID of the object
DateCreatedformstringNoThe date the object was created
DateLastModifiedformstringNoThe date the object was last modified
CreatedByformstringNoThe user that created this object
LastModifiedByformstringNoThe user that last modified this object
CustomerBreadcrumb Parameters:
NameParameterData TypeRequiredDescription
IdformstringNo
NameformstringNo
IntegrationTypes Enum:
HostedSuite
OfficeRnd
Zoho
IntegrationStatuses Enum:
NotConfigured
Error
OK
DataType Parameters:
NameParameterData TypeRequiredDescription
TypeNameformstringNo
FieldsformList<DataField>No
DataField Parameters:
NameParameterData TypeRequiredDescription
IdformstringNo
NameformstringNo
TypeformValueTypesNo
UIHintformUIHintsNo
UITabformstringNo
IsAsyncformboolNo
DisableBindingformboolNo
StructTypeformDataTypeNo
ListTypeformDataTypeNo
DescriptionformstringNo
PossibleValuesformList<string>No
IsOutputformboolNo
CustomFieldValuesUrlformstringNo
DefaultValueformValueNo
TransitionNameFormatformstringNo
UniquenessformDataFieldUniquenessNo
VoiceOnlyformboolNo
ConditionalVisibilityFieldformstringNo
ConditionalVisibilityValueformstringNo
NoEvalTemplateformboolNo
UserModeformUserDataFieldModesNo
AnyValueTypeformboolNo
ValueTypes Enum:
NotSpecified
String
Boolean
Number
List
Struct
Transition
Custom
Date
AudioFile
TimeZoneId
PhoneNumber
User
Endpoint
Time
File
FaxNumber
EmailAccount
Customer
Flow
Team
FlowReference
Integration
UIHints Enum:
None
LargeText
InlineForm
Password
InlineStruct
Value Parameters:
NameParameterData TypeRequiredDescription
BoolValueformbool?No
StringValueformstringNo
NumberValueformdouble?No
ListValueformList<Struct>No
StructValueformStructNo
DataFieldUniqueness Enum:
NotUnique
Unique
UniqueToCustomer
UserDataFieldModes Enum:
Hidden
ReadOnly
ReadWrite
IntegrationFeatures Enum:
CrmSync
OAuth2
ListResponse<AccountInfo> Parameters:
NameParameterData TypeRequiredDescription
ItemsformList<AccountInfo>NoThe items
TotalCountformintNoThe total number of items
TotalPagesformintNoThe total number of pages
HasMorePagesformboolNoAre there more pages of items? Used with simplified paging
AccountInfo Parameters:
NameParameterData TypeRequiredDescription
NameformstringNoThe name of this account
ParentAccountIdformstringNoThe ID of this account's parent
TwilioAccountSidformstringNoThe twilio account SID
AncestorIdsformList<string>NoThe ancestors of this account. Useful for breadcrumbs
MaxPhoneNumbersformintNoThe max number of phone numbers this account can have
IsBYOAformboolNoThis account is BYOA
TrustHubProfileSidformstringNoTrustHub Profile Sid
LogoIdformstringNoThe ID of the logo file
LogoUriformstringNoThe URI of the logo file
BillingSettingsformBillingSettingsNoThe billing settings for this account
BillingSettings Parameters:
NameParameterData TypeRequiredDescription
BaseformBillingItemNo
LocalNumbersformBillingItemNo
TollFreeNumbersformBillingItemNo
InboundVoiceCallsformBillingItemNo
OutboundVoiceCallsformBillingItemNo
InboundFaxesformBillingItemNo
OutboundFaxesformBillingItemNo
InboundSmsMessagesformBillingItemNo
OutboundSmsMessagesformBillingItemNo
BillingItem Parameters:
NameParameterData TypeRequiredDescription
BaseCostformdoubleNo
RawUnitMultiplierformdoubleNo
UnitCostformdoubleNo
AllowanceformintNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /integrations HTTP/1.1 
Host: evovoice.io 
Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<ListResponseOfIntegrationInfo_SFbT5aKg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Voice.Api">
  <HasMorePages>false</HasMorePages>
  <Items xmlns:d2p1="http://schemas.datacontract.org/2004/07/Voice.Api.Integrations">
    <d2p1:IntegrationInfo>
      <CreatedBy>String</CreatedBy>
      <DateCreated>String</DateCreated>
      <DateLastModified>String</DateLastModified>
      <Id>String</Id>
      <LastModifiedBy>String</LastModifiedBy>
      <d2p1:AccountId>String</d2p1:AccountId>
      <d2p1:AutomaticallyCreateCustomers>false</d2p1:AutomaticallyCreateCustomers>
      <d2p1:CustomerBreadcrumb xmlns:d4p1="http://schemas.datacontract.org/2004/07/Voice.Api.Customers">
        <d4p1:CustomerBreadcrumb>
          <d4p1:Id>String</d4p1:Id>
          <d4p1:Name>String</d4p1:Name>
        </d4p1:CustomerBreadcrumb>
      </d2p1:CustomerBreadcrumb>
      <d2p1:CustomerId>String</d2p1:CustomerId>
      <d2p1:CustomerName>String</d2p1:CustomerName>
      <d2p1:DateLastSync>String</d2p1:DateLastSync>
      <d2p1:Features>
        <d2p1:IntegrationFeatures>CrmSync</d2p1:IntegrationFeatures>
      </d2p1:Features>
      <d2p1:IsAuthorized>false</d2p1:IsAuthorized>
      <d2p1:Name>String</d2p1:Name>
      <d2p1:Settings xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:KeyValueOfstringValue8Ahp2kgT>
          <d4p1:Key>String</d4p1:Key>
          <d4p1:Value xmlns:d6p1="http://schemas.datacontract.org/2004/07/Voice.Api.Flows.Data">
            <d6p1:BoolValue>false</d6p1:BoolValue>
            <d6p1:ListValue>
              <d4p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                <d4p1:KeyValueOfstringValue8Ahp2kgT>
                  <d4p1:Key>String</d4p1:Key>
                  <d4p1:Value>
                    <d6p1:BoolValue>false</d6p1:BoolValue>
                    <d6p1:ListValue>
                      <d4p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                        <d4p1:KeyValueOfstringValue8Ahp2kgT>
                          <d4p1:Key>String</d4p1:Key>
                          <d4p1:Value>
                            <d6p1:BoolValue>false</d6p1:BoolValue>
                            <d6p1:ListValue>
                              <d4p1:ArrayOfKeyValueOfstringValue8Ahp2kgT i:nil="true" />
                            </d6p1:ListValue>
                            <d6p1:NumberValue>0</d6p1:NumberValue>
                            <d6p1:StringValue>String</d6p1:StringValue>
                            <d6p1:StructValue i:nil="true" />
                          </d4p1:Value>
                        </d4p1:KeyValueOfstringValue8Ahp2kgT>
                      </d4p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                    </d6p1:ListValue>
                    <d6p1:NumberValue>0</d6p1:NumberValue>
                    <d6p1:StringValue>String</d6p1:StringValue>
                    <d6p1:StructValue>
                      <d4p1:KeyValueOfstringValue8Ahp2kgT>
                        <d4p1:Key>String</d4p1:Key>
                        <d4p1:Value>
                          <d6p1:BoolValue>false</d6p1:BoolValue>
                          <d6p1:ListValue>
                            <d4p1:ArrayOfKeyValueOfstringValue8Ahp2kgT i:nil="true" />
                          </d6p1:ListValue>
                          <d6p1:NumberValue>0</d6p1:NumberValue>
                          <d6p1:StringValue>String</d6p1:StringValue>
                          <d6p1:StructValue i:nil="true" />
                        </d4p1:Value>
                      </d4p1:KeyValueOfstringValue8Ahp2kgT>
                    </d6p1:StructValue>
                  </d4p1:Value>
                </d4p1:KeyValueOfstringValue8Ahp2kgT>
              </d4p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
            </d6p1:ListValue>
            <d6p1:NumberValue>0</d6p1:NumberValue>
            <d6p1:StringValue>String</d6p1:StringValue>
            <d6p1:StructValue>
              <d4p1:KeyValueOfstringValue8Ahp2kgT>
                <d4p1:Key>String</d4p1:Key>
                <d4p1:Value>
                  <d6p1:BoolValue>false</d6p1:BoolValue>
                  <d6p1:ListValue>
                    <d4p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                      <d4p1:KeyValueOfstringValue8Ahp2kgT>
                        <d4p1:Key>String</d4p1:Key>
                        <d4p1:Value>
                          <d6p1:BoolValue>false</d6p1:BoolValue>
                          <d6p1:ListValue>
                            <d4p1:ArrayOfKeyValueOfstringValue8Ahp2kgT i:nil="true" />
                          </d6p1:ListValue>
                          <d6p1:NumberValue>0</d6p1:NumberValue>
                          <d6p1:StringValue>String</d6p1:StringValue>
                          <d6p1:StructValue i:nil="true" />
                        </d4p1:Value>
                      </d4p1:KeyValueOfstringValue8Ahp2kgT>
                    </d4p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                  </d6p1:ListValue>
                  <d6p1:NumberValue>0</d6p1:NumberValue>
                  <d6p1:StringValue>String</d6p1:StringValue>
                  <d6p1:StructValue>
                    <d4p1:KeyValueOfstringValue8Ahp2kgT>
                      <d4p1:Key>String</d4p1:Key>
                      <d4p1:Value>
                        <d6p1:BoolValue>false</d6p1:BoolValue>
                        <d6p1:ListValue>
                          <d4p1:ArrayOfKeyValueOfstringValue8Ahp2kgT i:nil="true" />
                        </d6p1:ListValue>
                        <d6p1:NumberValue>0</d6p1:NumberValue>
                        <d6p1:StringValue>String</d6p1:StringValue>
                        <d6p1:StructValue i:nil="true" />
                      </d4p1:Value>
                    </d4p1:KeyValueOfstringValue8Ahp2kgT>
                  </d6p1:StructValue>
                </d4p1:Value>
              </d4p1:KeyValueOfstringValue8Ahp2kgT>
            </d6p1:StructValue>
          </d4p1:Value>
        </d4p1:KeyValueOfstringValue8Ahp2kgT>
      </d2p1:Settings>
      <d2p1:SettingsDataType xmlns:d4p1="http://schemas.datacontract.org/2004/07/Voice.Api.Flows.Data">
        <d4p1:Fields>
          <d4p1:DataField>
            <d4p1:AnyValueType>false</d4p1:AnyValueType>
            <d4p1:ConditionalVisibilityField>String</d4p1:ConditionalVisibilityField>
            <d4p1:ConditionalVisibilityValue>String</d4p1:ConditionalVisibilityValue>
            <d4p1:CustomFieldValuesUrl>String</d4p1:CustomFieldValuesUrl>
            <d4p1:DefaultValue>
              <d4p1:BoolValue>false</d4p1:BoolValue>
              <d4p1:ListValue xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                  <d8p1:KeyValueOfstringValue8Ahp2kgT>
                    <d8p1:Key>String</d8p1:Key>
                    <d8p1:Value>
                      <d4p1:BoolValue>false</d4p1:BoolValue>
                      <d4p1:ListValue>
                        <d8p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                          <d8p1:KeyValueOfstringValue8Ahp2kgT>
                            <d8p1:Key>String</d8p1:Key>
                            <d8p1:Value>
                              <d4p1:BoolValue>false</d4p1:BoolValue>
                              <d4p1:ListValue>
                                <d8p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                  <d8p1:KeyValueOfstringValue8Ahp2kgT>
                                    <d8p1:Key>String</d8p1:Key>
                                    <d8p1:Value i:nil="true" />
                                  </d8p1:KeyValueOfstringValue8Ahp2kgT>
                                </d8p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                              </d4p1:ListValue>
                              <d4p1:NumberValue>0</d4p1:NumberValue>
                              <d4p1:StringValue>String</d4p1:StringValue>
                              <d4p1:StructValue>
                                <d8p1:KeyValueOfstringValue8Ahp2kgT>
                                  <d8p1:Key>String</d8p1:Key>
                                  <d8p1:Value i:nil="true" />
                                </d8p1:KeyValueOfstringValue8Ahp2kgT>
                              </d4p1:StructValue>
                            </d8p1:Value>
                          </d8p1:KeyValueOfstringValue8Ahp2kgT>
                        </d8p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                      </d4p1:ListValue>
                      <d4p1:NumberValue>0</d4p1:NumberValue>
                      <d4p1:StringValue>String</d4p1:StringValue>
                      <d4p1:StructValue>
                        <d8p1:KeyValueOfstringValue8Ahp2kgT>
                          <d8p1:Key>String</d8p1:Key>
                          <d8p1:Value>
                            <d4p1:BoolValue>false</d4p1:BoolValue>
                            <d4p1:ListValue>
                              <d8p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                <d8p1:KeyValueOfstringValue8Ahp2kgT>
                                  <d8p1:Key>String</d8p1:Key>
                                  <d8p1:Value i:nil="true" />
                                </d8p1:KeyValueOfstringValue8Ahp2kgT>
                              </d8p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                            </d4p1:ListValue>
                            <d4p1:NumberValue>0</d4p1:NumberValue>
                            <d4p1:StringValue>String</d4p1:StringValue>
                            <d4p1:StructValue>
                              <d8p1:KeyValueOfstringValue8Ahp2kgT>
                                <d8p1:Key>String</d8p1:Key>
                                <d8p1:Value i:nil="true" />
                              </d8p1:KeyValueOfstringValue8Ahp2kgT>
                            </d4p1:StructValue>
                          </d8p1:Value>
                        </d8p1:KeyValueOfstringValue8Ahp2kgT>
                      </d4p1:StructValue>
                    </d8p1:Value>
                  </d8p1:KeyValueOfstringValue8Ahp2kgT>
                </d8p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
              </d4p1:ListValue>
              <d4p1:NumberValue>0</d4p1:NumberValue>
              <d4p1:StringValue>String</d4p1:StringValue>
              <d4p1:StructValue xmlns:d8p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                <d8p1:KeyValueOfstringValue8Ahp2kgT>
                  <d8p1:Key>String</d8p1:Key>
                  <d8p1:Value>
                    <d4p1:BoolValue>false</d4p1:BoolValue>
                    <d4p1:ListValue>
                      <d8p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                        <d8p1:KeyValueOfstringValue8Ahp2kgT>
                          <d8p1:Key>String</d8p1:Key>
                          <d8p1:Value>
                            <d4p1:BoolValue>false</d4p1:BoolValue>
                            <d4p1:ListValue>
                              <d8p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                <d8p1:KeyValueOfstringValue8Ahp2kgT>
                                  <d8p1:Key>String</d8p1:Key>
                                  <d8p1:Value i:nil="true" />
                                </d8p1:KeyValueOfstringValue8Ahp2kgT>
                              </d8p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                            </d4p1:ListValue>
                            <d4p1:NumberValue>0</d4p1:NumberValue>
                            <d4p1:StringValue>String</d4p1:StringValue>
                            <d4p1:StructValue>
                              <d8p1:KeyValueOfstringValue8Ahp2kgT>
                                <d8p1:Key>String</d8p1:Key>
                                <d8p1:Value i:nil="true" />
                              </d8p1:KeyValueOfstringValue8Ahp2kgT>
                            </d4p1:StructValue>
                          </d8p1:Value>
                        </d8p1:KeyValueOfstringValue8Ahp2kgT>
                      </d8p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                    </d4p1:ListValue>
                    <d4p1:NumberValue>0</d4p1:NumberValue>
                    <d4p1:StringValue>String</d4p1:StringValue>
                    <d4p1:StructValue>
                      <d8p1:KeyValueOfstringValue8Ahp2kgT>
                        <d8p1:Key>String</d8p1:Key>
                        <d8p1:Value>
                          <d4p1:BoolValue>false</d4p1:BoolValue>
                          <d4p1:ListValue>
                            <d8p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                              <d8p1:KeyValueOfstringValue8Ahp2kgT>
                                <d8p1:Key>String</d8p1:Key>
                                <d8p1:Value i:nil="true" />
                              </d8p1:KeyValueOfstringValue8Ahp2kgT>
                            </d8p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                          </d4p1:ListValue>
                          <d4p1:NumberValue>0</d4p1:NumberValue>
                          <d4p1:StringValue>String</d4p1:StringValue>
                          <d4p1:StructValue>
                            <d8p1:KeyValueOfstringValue8Ahp2kgT>
                              <d8p1:Key>String</d8p1:Key>
                              <d8p1:Value i:nil="true" />
                            </d8p1:KeyValueOfstringValue8Ahp2kgT>
                          </d4p1:StructValue>
                        </d8p1:Value>
                      </d8p1:KeyValueOfstringValue8Ahp2kgT>
                    </d4p1:StructValue>
                  </d8p1:Value>
                </d8p1:KeyValueOfstringValue8Ahp2kgT>
              </d4p1:StructValue>
            </d4p1:DefaultValue>
            <d4p1:Description>String</d4p1:Description>
            <d4p1:DisableBinding>false</d4p1:DisableBinding>
            <d4p1:Id>String</d4p1:Id>
            <d4p1:IsAsync>false</d4p1:IsAsync>
            <d4p1:IsOutput>false</d4p1:IsOutput>
            <d4p1:ListType>
              <d4p1:Fields>
                <d4p1:DataField>
                  <d4p1:AnyValueType>false</d4p1:AnyValueType>
                  <d4p1:ConditionalVisibilityField>String</d4p1:ConditionalVisibilityField>
                  <d4p1:ConditionalVisibilityValue>String</d4p1:ConditionalVisibilityValue>
                  <d4p1:CustomFieldValuesUrl>String</d4p1:CustomFieldValuesUrl>
                  <d4p1:DefaultValue>
                    <d4p1:BoolValue>false</d4p1:BoolValue>
                    <d4p1:ListValue xmlns:d11p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                      <d11p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                        <d11p1:KeyValueOfstringValue8Ahp2kgT>
                          <d11p1:Key>String</d11p1:Key>
                          <d11p1:Value>
                            <d4p1:BoolValue>false</d4p1:BoolValue>
                            <d4p1:ListValue>
                              <d11p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                <d11p1:KeyValueOfstringValue8Ahp2kgT>
                                  <d11p1:Key>String</d11p1:Key>
                                  <d11p1:Value>
                                    <d4p1:BoolValue>false</d4p1:BoolValue>
                                    <d4p1:ListValue>
                                      <d11p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                        <d11p1:KeyValueOfstringValue8Ahp2kgT>
                                          <d11p1:Key>String</d11p1:Key>
                                          <d11p1:Value i:nil="true" />
                                        </d11p1:KeyValueOfstringValue8Ahp2kgT>
                                      </d11p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                    </d4p1:ListValue>
                                    <d4p1:NumberValue>0</d4p1:NumberValue>
                                    <d4p1:StringValue>String</d4p1:StringValue>
                                    <d4p1:StructValue>
                                      <d11p1:KeyValueOfstringValue8Ahp2kgT>
                                        <d11p1:Key>String</d11p1:Key>
                                        <d11p1:Value i:nil="true" />
                                      </d11p1:KeyValueOfstringValue8Ahp2kgT>
                                    </d4p1:StructValue>
                                  </d11p1:Value>
                                </d11p1:KeyValueOfstringValue8Ahp2kgT>
                              </d11p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                            </d4p1:ListValue>
                            <d4p1:NumberValue>0</d4p1:NumberValue>
                            <d4p1:StringValue>String</d4p1:StringValue>
                            <d4p1:StructValue>
                              <d11p1:KeyValueOfstringValue8Ahp2kgT>
                                <d11p1:Key>String</d11p1:Key>
                                <d11p1:Value>
                                  <d4p1:BoolValue>false</d4p1:BoolValue>
                                  <d4p1:ListValue>
                                    <d11p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                      <d11p1:KeyValueOfstringValue8Ahp2kgT>
                                        <d11p1:Key>String</d11p1:Key>
                                        <d11p1:Value i:nil="true" />
                                      </d11p1:KeyValueOfstringValue8Ahp2kgT>
                                    </d11p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                  </d4p1:ListValue>
                                  <d4p1:NumberValue>0</d4p1:NumberValue>
                                  <d4p1:StringValue>String</d4p1:StringValue>
                                  <d4p1:StructValue>
                                    <d11p1:KeyValueOfstringValue8Ahp2kgT>
                                      <d11p1:Key>String</d11p1:Key>
                                      <d11p1:Value i:nil="true" />
                                    </d11p1:KeyValueOfstringValue8Ahp2kgT>
                                  </d4p1:StructValue>
                                </d11p1:Value>
                              </d11p1:KeyValueOfstringValue8Ahp2kgT>
                            </d4p1:StructValue>
                          </d11p1:Value>
                        </d11p1:KeyValueOfstringValue8Ahp2kgT>
                      </d11p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                    </d4p1:ListValue>
                    <d4p1:NumberValue>0</d4p1:NumberValue>
                    <d4p1:StringValue>String</d4p1:StringValue>
                    <d4p1:StructValue xmlns:d11p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                      <d11p1:KeyValueOfstringValue8Ahp2kgT>
                        <d11p1:Key>String</d11p1:Key>
                        <d11p1:Value>
                          <d4p1:BoolValue>false</d4p1:BoolValue>
                          <d4p1:ListValue>
                            <d11p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                              <d11p1:KeyValueOfstringValue8Ahp2kgT>
                                <d11p1:Key>String</d11p1:Key>
                                <d11p1:Value>
                                  <d4p1:BoolValue>false</d4p1:BoolValue>
                                  <d4p1:ListValue>
                                    <d11p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                      <d11p1:KeyValueOfstringValue8Ahp2kgT>
                                        <d11p1:Key>String</d11p1:Key>
                                        <d11p1:Value i:nil="true" />
                                      </d11p1:KeyValueOfstringValue8Ahp2kgT>
                                    </d11p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                  </d4p1:ListValue>
                                  <d4p1:NumberValue>0</d4p1:NumberValue>
                                  <d4p1:StringValue>String</d4p1:StringValue>
                                  <d4p1:StructValue>
                                    <d11p1:KeyValueOfstringValue8Ahp2kgT>
                                      <d11p1:Key>String</d11p1:Key>
                                      <d11p1:Value i:nil="true" />
                                    </d11p1:KeyValueOfstringValue8Ahp2kgT>
                                  </d4p1:StructValue>
                                </d11p1:Value>
                              </d11p1:KeyValueOfstringValue8Ahp2kgT>
                            </d11p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                          </d4p1:ListValue>
                          <d4p1:NumberValue>0</d4p1:NumberValue>
                          <d4p1:StringValue>String</d4p1:StringValue>
                          <d4p1:StructValue>
                            <d11p1:KeyValueOfstringValue8Ahp2kgT>
                              <d11p1:Key>String</d11p1:Key>
                              <d11p1:Value>
                                <d4p1:BoolValue>false</d4p1:BoolValue>
                                <d4p1:ListValue>
                                  <d11p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                    <d11p1:KeyValueOfstringValue8Ahp2kgT>
                                      <d11p1:Key>String</d11p1:Key>
                                      <d11p1:Value i:nil="true" />
                                    </d11p1:KeyValueOfstringValue8Ahp2kgT>
                                  </d11p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                </d4p1:ListValue>
                                <d4p1:NumberValue>0</d4p1:NumberValue>
                                <d4p1:StringValue>String</d4p1:StringValue>
                                <d4p1:StructValue>
                                  <d11p1:KeyValueOfstringValue8Ahp2kgT>
                                    <d11p1:Key>String</d11p1:Key>
                                    <d11p1:Value i:nil="true" />
                                  </d11p1:KeyValueOfstringValue8Ahp2kgT>
                                </d4p1:StructValue>
                              </d11p1:Value>
                            </d11p1:KeyValueOfstringValue8Ahp2kgT>
                          </d4p1:StructValue>
                        </d11p1:Value>
                      </d11p1:KeyValueOfstringValue8Ahp2kgT>
                    </d4p1:StructValue>
                  </d4p1:DefaultValue>
                  <d4p1:Description>String</d4p1:Description>
                  <d4p1:DisableBinding>false</d4p1:DisableBinding>
                  <d4p1:Id>String</d4p1:Id>
                  <d4p1:IsAsync>false</d4p1:IsAsync>
                  <d4p1:IsOutput>false</d4p1:IsOutput>
                  <d4p1:ListType>
                    <d4p1:Fields>
                      <d4p1:DataField>
                        <d4p1:AnyValueType>false</d4p1:AnyValueType>
                        <d4p1:ConditionalVisibilityField>String</d4p1:ConditionalVisibilityField>
                        <d4p1:ConditionalVisibilityValue>String</d4p1:ConditionalVisibilityValue>
                        <d4p1:CustomFieldValuesUrl>String</d4p1:CustomFieldValuesUrl>
                        <d4p1:DefaultValue>
                          <d4p1:BoolValue>false</d4p1:BoolValue>
                          <d4p1:ListValue xmlns:d14p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                            <d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                              <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                <d14p1:Key>String</d14p1:Key>
                                <d14p1:Value>
                                  <d4p1:BoolValue>false</d4p1:BoolValue>
                                  <d4p1:ListValue>
                                    <d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                      <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                        <d14p1:Key>String</d14p1:Key>
                                        <d14p1:Value>
                                          <d4p1:BoolValue>false</d4p1:BoolValue>
                                          <d4p1:ListValue>
                                            <d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                              <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                                <d14p1:Key>String</d14p1:Key>
                                                <d14p1:Value i:nil="true" />
                                              </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                            </d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                          </d4p1:ListValue>
                                          <d4p1:NumberValue>0</d4p1:NumberValue>
                                          <d4p1:StringValue>String</d4p1:StringValue>
                                          <d4p1:StructValue>
                                            <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                              <d14p1:Key>String</d14p1:Key>
                                              <d14p1:Value i:nil="true" />
                                            </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                          </d4p1:StructValue>
                                        </d14p1:Value>
                                      </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                    </d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                  </d4p1:ListValue>
                                  <d4p1:NumberValue>0</d4p1:NumberValue>
                                  <d4p1:StringValue>String</d4p1:StringValue>
                                  <d4p1:StructValue>
                                    <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                      <d14p1:Key>String</d14p1:Key>
                                      <d14p1:Value>
                                        <d4p1:BoolValue>false</d4p1:BoolValue>
                                        <d4p1:ListValue>
                                          <d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                            <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                              <d14p1:Key>String</d14p1:Key>
                                              <d14p1:Value i:nil="true" />
                                            </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                          </d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                        </d4p1:ListValue>
                                        <d4p1:NumberValue>0</d4p1:NumberValue>
                                        <d4p1:StringValue>String</d4p1:StringValue>
                                        <d4p1:StructValue>
                                          <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                            <d14p1:Key>String</d14p1:Key>
                                            <d14p1:Value i:nil="true" />
                                          </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                        </d4p1:StructValue>
                                      </d14p1:Value>
                                    </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                  </d4p1:StructValue>
                                </d14p1:Value>
                              </d14p1:KeyValueOfstringValue8Ahp2kgT>
                            </d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                          </d4p1:ListValue>
                          <d4p1:NumberValue>0</d4p1:NumberValue>
                          <d4p1:StringValue>String</d4p1:StringValue>
                          <d4p1:StructValue xmlns:d14p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                            <d14p1:KeyValueOfstringValue8Ahp2kgT>
                              <d14p1:Key>String</d14p1:Key>
                              <d14p1:Value>
                                <d4p1:BoolValue>false</d4p1:BoolValue>
                                <d4p1:ListValue>
                                  <d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                    <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                      <d14p1:Key>String</d14p1:Key>
                                      <d14p1:Value>
                                        <d4p1:BoolValue>false</d4p1:BoolValue>
                                        <d4p1:ListValue>
                                          <d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                            <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                              <d14p1:Key>String</d14p1:Key>
                                              <d14p1:Value i:nil="true" />
                                            </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                          </d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                        </d4p1:ListValue>
                                        <d4p1:NumberValue>0</d4p1:NumberValue>
                                        <d4p1:StringValue>String</d4p1:StringValue>
                                        <d4p1:StructValue>
                                          <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                            <d14p1:Key>String</d14p1:Key>
                                            <d14p1:Value i:nil="true" />
                                          </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                        </d4p1:StructValue>
                                      </d14p1:Value>
                                    </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                  </d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                </d4p1:ListValue>
                                <d4p1:NumberValue>0</d4p1:NumberValue>
                                <d4p1:StringValue>String</d4p1:StringValue>
                                <d4p1:StructValue>
                                  <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                    <d14p1:Key>String</d14p1:Key>
                                    <d14p1:Value>
                                      <d4p1:BoolValue>false</d4p1:BoolValue>
                                      <d4p1:ListValue>
                                        <d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                          <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                            <d14p1:Key>String</d14p1:Key>
                                            <d14p1:Value i:nil="true" />
                                          </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                        </d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                      </d4p1:ListValue>
                                      <d4p1:NumberValue>0</d4p1:NumberValue>
                                      <d4p1:StringValue>String</d4p1:StringValue>
                                      <d4p1:StructValue>
                                        <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                          <d14p1:Key>String</d14p1:Key>
                                          <d14p1:Value i:nil="true" />
                                        </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                      </d4p1:StructValue>
                                    </d14p1:Value>
                                  </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                </d4p1:StructValue>
                              </d14p1:Value>
                            </d14p1:KeyValueOfstringValue8Ahp2kgT>
                          </d4p1:StructValue>
                        </d4p1:DefaultValue>
                        <d4p1:Description>String</d4p1:Description>
                        <d4p1:DisableBinding>false</d4p1:DisableBinding>
                        <d4p1:Id>String</d4p1:Id>
                        <d4p1:IsAsync>false</d4p1:IsAsync>
                        <d4p1:IsOutput>false</d4p1:IsOutput>
                        <d4p1:ListType i:nil="true" />
                        <d4p1:Name>String</d4p1:Name>
                        <d4p1:NoEvalTemplate>false</d4p1:NoEvalTemplate>
                        <d4p1:PossibleValues xmlns:d13p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                          <d13p1:string>String</d13p1:string>
                        </d4p1:PossibleValues>
                        <d4p1:StructType i:nil="true" />
                        <d4p1:TransitionNameFormat>String</d4p1:TransitionNameFormat>
                        <d4p1:Type>NotSpecified</d4p1:Type>
                        <d4p1:UIHint>None</d4p1:UIHint>
                        <d4p1:UITab>String</d4p1:UITab>
                        <d4p1:Uniqueness>NotUnique</d4p1:Uniqueness>
                        <d4p1:UserMode>Hidden</d4p1:UserMode>
                        <d4p1:VoiceOnly>false</d4p1:VoiceOnly>
                      </d4p1:DataField>
                    </d4p1:Fields>
                    <d4p1:TypeName>String</d4p1:TypeName>
                  </d4p1:ListType>
                  <d4p1:Name>String</d4p1:Name>
                  <d4p1:NoEvalTemplate>false</d4p1:NoEvalTemplate>
                  <d4p1:PossibleValues xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                    <d10p1:string>String</d10p1:string>
                  </d4p1:PossibleValues>
                  <d4p1:StructType>
                    <d4p1:Fields>
                      <d4p1:DataField>
                        <d4p1:AnyValueType>false</d4p1:AnyValueType>
                        <d4p1:ConditionalVisibilityField>String</d4p1:ConditionalVisibilityField>
                        <d4p1:ConditionalVisibilityValue>String</d4p1:ConditionalVisibilityValue>
                        <d4p1:CustomFieldValuesUrl>String</d4p1:CustomFieldValuesUrl>
                        <d4p1:DefaultValue>
                          <d4p1:BoolValue>false</d4p1:BoolValue>
                          <d4p1:ListValue xmlns:d14p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                            <d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                              <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                <d14p1:Key>String</d14p1:Key>
                                <d14p1:Value>
                                  <d4p1:BoolValue>false</d4p1:BoolValue>
                                  <d4p1:ListValue>
                                    <d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                      <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                        <d14p1:Key>String</d14p1:Key>
                                        <d14p1:Value>
                                          <d4p1:BoolValue>false</d4p1:BoolValue>
                                          <d4p1:ListValue>
                                            <d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                              <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                                <d14p1:Key>String</d14p1:Key>
                                                <d14p1:Value i:nil="true" />
                                              </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                            </d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                          </d4p1:ListValue>
                                          <d4p1:NumberValue>0</d4p1:NumberValue>
                                          <d4p1:StringValue>String</d4p1:StringValue>
                                          <d4p1:StructValue>
                                            <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                              <d14p1:Key>String</d14p1:Key>
                                              <d14p1:Value i:nil="true" />
                                            </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                          </d4p1:StructValue>
                                        </d14p1:Value>
                                      </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                    </d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                  </d4p1:ListValue>
                                  <d4p1:NumberValue>0</d4p1:NumberValue>
                                  <d4p1:StringValue>String</d4p1:StringValue>
                                  <d4p1:StructValue>
                                    <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                      <d14p1:Key>String</d14p1:Key>
                                      <d14p1:Value>
                                        <d4p1:BoolValue>false</d4p1:BoolValue>
                                        <d4p1:ListValue>
                                          <d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                            <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                              <d14p1:Key>String</d14p1:Key>
                                              <d14p1:Value i:nil="true" />
                                            </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                          </d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                        </d4p1:ListValue>
                                        <d4p1:NumberValue>0</d4p1:NumberValue>
                                        <d4p1:StringValue>String</d4p1:StringValue>
                                        <d4p1:StructValue>
                                          <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                            <d14p1:Key>String</d14p1:Key>
                                            <d14p1:Value i:nil="true" />
                                          </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                        </d4p1:StructValue>
                                      </d14p1:Value>
                                    </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                  </d4p1:StructValue>
                                </d14p1:Value>
                              </d14p1:KeyValueOfstringValue8Ahp2kgT>
                            </d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                          </d4p1:ListValue>
                          <d4p1:NumberValue>0</d4p1:NumberValue>
                          <d4p1:StringValue>String</d4p1:StringValue>
                          <d4p1:StructValue xmlns:d14p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                            <d14p1:KeyValueOfstringValue8Ahp2kgT>
                              <d14p1:Key>String</d14p1:Key>
                              <d14p1:Value>
                                <d4p1:BoolValue>false</d4p1:BoolValue>
                                <d4p1:ListValue>
                                  <d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                    <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                      <d14p1:Key>String</d14p1:Key>
                                      <d14p1:Value>
                                        <d4p1:BoolValue>false</d4p1:BoolValue>
                                        <d4p1:ListValue>
                                          <d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                            <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                              <d14p1:Key>String</d14p1:Key>
                                              <d14p1:Value i:nil="true" />
                                            </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                          </d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                        </d4p1:ListValue>
                                        <d4p1:NumberValue>0</d4p1:NumberValue>
                                        <d4p1:StringValue>String</d4p1:StringValue>
                                        <d4p1:StructValue>
                                          <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                            <d14p1:Key>String</d14p1:Key>
                                            <d14p1:Value i:nil="true" />
                                          </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                        </d4p1:StructValue>
                                      </d14p1:Value>
                                    </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                  </d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                </d4p1:ListValue>
                                <d4p1:NumberValue>0</d4p1:NumberValue>
                                <d4p1:StringValue>String</d4p1:StringValue>
                                <d4p1:StructValue>
                                  <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                    <d14p1:Key>String</d14p1:Key>
                                    <d14p1:Value>
                                      <d4p1:BoolValue>false</d4p1:BoolValue>
                                      <d4p1:ListValue>
                                        <d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                          <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                            <d14p1:Key>String</d14p1:Key>
                                            <d14p1:Value i:nil="true" />
                                          </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                        </d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                      </d4p1:ListValue>
                                      <d4p1:NumberValue>0</d4p1:NumberValue>
                                      <d4p1:StringValue>String</d4p1:StringValue>
                                      <d4p1:StructValue>
                                        <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                          <d14p1:Key>String</d14p1:Key>
                                          <d14p1:Value i:nil="true" />
                                        </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                      </d4p1:StructValue>
                                    </d14p1:Value>
                                  </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                </d4p1:StructValue>
                              </d14p1:Value>
                            </d14p1:KeyValueOfstringValue8Ahp2kgT>
                          </d4p1:StructValue>
                        </d4p1:DefaultValue>
                        <d4p1:Description>String</d4p1:Description>
                        <d4p1:DisableBinding>false</d4p1:DisableBinding>
                        <d4p1:Id>String</d4p1:Id>
                        <d4p1:IsAsync>false</d4p1:IsAsync>
                        <d4p1:IsOutput>false</d4p1:IsOutput>
                        <d4p1:ListType i:nil="true" />
                        <d4p1:Name>String</d4p1:Name>
                        <d4p1:NoEvalTemplate>false</d4p1:NoEvalTemplate>
                        <d4p1:PossibleValues xmlns:d13p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                          <d13p1:string>String</d13p1:string>
                        </d4p1:PossibleValues>
                        <d4p1:StructType i:nil="true" />
                        <d4p1:TransitionNameFormat>String</d4p1:TransitionNameFormat>
                        <d4p1:Type>NotSpecified</d4p1:Type>
                        <d4p1:UIHint>None</d4p1:UIHint>
                        <d4p1:UITab>String</d4p1:UITab>
                        <d4p1:Uniqueness>NotUnique</d4p1:Uniqueness>
                        <d4p1:UserMode>Hidden</d4p1:UserMode>
                        <d4p1:VoiceOnly>false</d4p1:VoiceOnly>
                      </d4p1:DataField>
                    </d4p1:Fields>
                    <d4p1:TypeName>String</d4p1:TypeName>
                  </d4p1:StructType>
                  <d4p1:TransitionNameFormat>String</d4p1:TransitionNameFormat>
                  <d4p1:Type>NotSpecified</d4p1:Type>
                  <d4p1:UIHint>None</d4p1:UIHint>
                  <d4p1:UITab>String</d4p1:UITab>
                  <d4p1:Uniqueness>NotUnique</d4p1:Uniqueness>
                  <d4p1:UserMode>Hidden</d4p1:UserMode>
                  <d4p1:VoiceOnly>false</d4p1:VoiceOnly>
                </d4p1:DataField>
              </d4p1:Fields>
              <d4p1:TypeName>String</d4p1:TypeName>
            </d4p1:ListType>
            <d4p1:Name>String</d4p1:Name>
            <d4p1:NoEvalTemplate>false</d4p1:NoEvalTemplate>
            <d4p1:PossibleValues xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
              <d7p1:string>String</d7p1:string>
            </d4p1:PossibleValues>
            <d4p1:StructType>
              <d4p1:Fields>
                <d4p1:DataField>
                  <d4p1:AnyValueType>false</d4p1:AnyValueType>
                  <d4p1:ConditionalVisibilityField>String</d4p1:ConditionalVisibilityField>
                  <d4p1:ConditionalVisibilityValue>String</d4p1:ConditionalVisibilityValue>
                  <d4p1:CustomFieldValuesUrl>String</d4p1:CustomFieldValuesUrl>
                  <d4p1:DefaultValue>
                    <d4p1:BoolValue>false</d4p1:BoolValue>
                    <d4p1:ListValue xmlns:d11p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                      <d11p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                        <d11p1:KeyValueOfstringValue8Ahp2kgT>
                          <d11p1:Key>String</d11p1:Key>
                          <d11p1:Value>
                            <d4p1:BoolValue>false</d4p1:BoolValue>
                            <d4p1:ListValue>
                              <d11p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                <d11p1:KeyValueOfstringValue8Ahp2kgT>
                                  <d11p1:Key>String</d11p1:Key>
                                  <d11p1:Value>
                                    <d4p1:BoolValue>false</d4p1:BoolValue>
                                    <d4p1:ListValue>
                                      <d11p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                        <d11p1:KeyValueOfstringValue8Ahp2kgT>
                                          <d11p1:Key>String</d11p1:Key>
                                          <d11p1:Value i:nil="true" />
                                        </d11p1:KeyValueOfstringValue8Ahp2kgT>
                                      </d11p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                    </d4p1:ListValue>
                                    <d4p1:NumberValue>0</d4p1:NumberValue>
                                    <d4p1:StringValue>String</d4p1:StringValue>
                                    <d4p1:StructValue>
                                      <d11p1:KeyValueOfstringValue8Ahp2kgT>
                                        <d11p1:Key>String</d11p1:Key>
                                        <d11p1:Value i:nil="true" />
                                      </d11p1:KeyValueOfstringValue8Ahp2kgT>
                                    </d4p1:StructValue>
                                  </d11p1:Value>
                                </d11p1:KeyValueOfstringValue8Ahp2kgT>
                              </d11p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                            </d4p1:ListValue>
                            <d4p1:NumberValue>0</d4p1:NumberValue>
                            <d4p1:StringValue>String</d4p1:StringValue>
                            <d4p1:StructValue>
                              <d11p1:KeyValueOfstringValue8Ahp2kgT>
                                <d11p1:Key>String</d11p1:Key>
                                <d11p1:Value>
                                  <d4p1:BoolValue>false</d4p1:BoolValue>
                                  <d4p1:ListValue>
                                    <d11p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                      <d11p1:KeyValueOfstringValue8Ahp2kgT>
                                        <d11p1:Key>String</d11p1:Key>
                                        <d11p1:Value i:nil="true" />
                                      </d11p1:KeyValueOfstringValue8Ahp2kgT>
                                    </d11p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                  </d4p1:ListValue>
                                  <d4p1:NumberValue>0</d4p1:NumberValue>
                                  <d4p1:StringValue>String</d4p1:StringValue>
                                  <d4p1:StructValue>
                                    <d11p1:KeyValueOfstringValue8Ahp2kgT>
                                      <d11p1:Key>String</d11p1:Key>
                                      <d11p1:Value i:nil="true" />
                                    </d11p1:KeyValueOfstringValue8Ahp2kgT>
                                  </d4p1:StructValue>
                                </d11p1:Value>
                              </d11p1:KeyValueOfstringValue8Ahp2kgT>
                            </d4p1:StructValue>
                          </d11p1:Value>
                        </d11p1:KeyValueOfstringValue8Ahp2kgT>
                      </d11p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                    </d4p1:ListValue>
                    <d4p1:NumberValue>0</d4p1:NumberValue>
                    <d4p1:StringValue>String</d4p1:StringValue>
                    <d4p1:StructValue xmlns:d11p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                      <d11p1:KeyValueOfstringValue8Ahp2kgT>
                        <d11p1:Key>String</d11p1:Key>
                        <d11p1:Value>
                          <d4p1:BoolValue>false</d4p1:BoolValue>
                          <d4p1:ListValue>
                            <d11p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                              <d11p1:KeyValueOfstringValue8Ahp2kgT>
                                <d11p1:Key>String</d11p1:Key>
                                <d11p1:Value>
                                  <d4p1:BoolValue>false</d4p1:BoolValue>
                                  <d4p1:ListValue>
                                    <d11p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                      <d11p1:KeyValueOfstringValue8Ahp2kgT>
                                        <d11p1:Key>String</d11p1:Key>
                                        <d11p1:Value i:nil="true" />
                                      </d11p1:KeyValueOfstringValue8Ahp2kgT>
                                    </d11p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                  </d4p1:ListValue>
                                  <d4p1:NumberValue>0</d4p1:NumberValue>
                                  <d4p1:StringValue>String</d4p1:StringValue>
                                  <d4p1:StructValue>
                                    <d11p1:KeyValueOfstringValue8Ahp2kgT>
                                      <d11p1:Key>String</d11p1:Key>
                                      <d11p1:Value i:nil="true" />
                                    </d11p1:KeyValueOfstringValue8Ahp2kgT>
                                  </d4p1:StructValue>
                                </d11p1:Value>
                              </d11p1:KeyValueOfstringValue8Ahp2kgT>
                            </d11p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                          </d4p1:ListValue>
                          <d4p1:NumberValue>0</d4p1:NumberValue>
                          <d4p1:StringValue>String</d4p1:StringValue>
                          <d4p1:StructValue>
                            <d11p1:KeyValueOfstringValue8Ahp2kgT>
                              <d11p1:Key>String</d11p1:Key>
                              <d11p1:Value>
                                <d4p1:BoolValue>false</d4p1:BoolValue>
                                <d4p1:ListValue>
                                  <d11p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                    <d11p1:KeyValueOfstringValue8Ahp2kgT>
                                      <d11p1:Key>String</d11p1:Key>
                                      <d11p1:Value i:nil="true" />
                                    </d11p1:KeyValueOfstringValue8Ahp2kgT>
                                  </d11p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                </d4p1:ListValue>
                                <d4p1:NumberValue>0</d4p1:NumberValue>
                                <d4p1:StringValue>String</d4p1:StringValue>
                                <d4p1:StructValue>
                                  <d11p1:KeyValueOfstringValue8Ahp2kgT>
                                    <d11p1:Key>String</d11p1:Key>
                                    <d11p1:Value i:nil="true" />
                                  </d11p1:KeyValueOfstringValue8Ahp2kgT>
                                </d4p1:StructValue>
                              </d11p1:Value>
                            </d11p1:KeyValueOfstringValue8Ahp2kgT>
                          </d4p1:StructValue>
                        </d11p1:Value>
                      </d11p1:KeyValueOfstringValue8Ahp2kgT>
                    </d4p1:StructValue>
                  </d4p1:DefaultValue>
                  <d4p1:Description>String</d4p1:Description>
                  <d4p1:DisableBinding>false</d4p1:DisableBinding>
                  <d4p1:Id>String</d4p1:Id>
                  <d4p1:IsAsync>false</d4p1:IsAsync>
                  <d4p1:IsOutput>false</d4p1:IsOutput>
                  <d4p1:ListType>
                    <d4p1:Fields>
                      <d4p1:DataField>
                        <d4p1:AnyValueType>false</d4p1:AnyValueType>
                        <d4p1:ConditionalVisibilityField>String</d4p1:ConditionalVisibilityField>
                        <d4p1:ConditionalVisibilityValue>String</d4p1:ConditionalVisibilityValue>
                        <d4p1:CustomFieldValuesUrl>String</d4p1:CustomFieldValuesUrl>
                        <d4p1:DefaultValue>
                          <d4p1:BoolValue>false</d4p1:BoolValue>
                          <d4p1:ListValue xmlns:d14p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                            <d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                              <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                <d14p1:Key>String</d14p1:Key>
                                <d14p1:Value>
                                  <d4p1:BoolValue>false</d4p1:BoolValue>
                                  <d4p1:ListValue>
                                    <d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                      <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                        <d14p1:Key>String</d14p1:Key>
                                        <d14p1:Value>
                                          <d4p1:BoolValue>false</d4p1:BoolValue>
                                          <d4p1:ListValue>
                                            <d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                              <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                                <d14p1:Key>String</d14p1:Key>
                                                <d14p1:Value i:nil="true" />
                                              </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                            </d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                          </d4p1:ListValue>
                                          <d4p1:NumberValue>0</d4p1:NumberValue>
                                          <d4p1:StringValue>String</d4p1:StringValue>
                                          <d4p1:StructValue>
                                            <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                              <d14p1:Key>String</d14p1:Key>
                                              <d14p1:Value i:nil="true" />
                                            </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                          </d4p1:StructValue>
                                        </d14p1:Value>
                                      </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                    </d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                  </d4p1:ListValue>
                                  <d4p1:NumberValue>0</d4p1:NumberValue>
                                  <d4p1:StringValue>String</d4p1:StringValue>
                                  <d4p1:StructValue>
                                    <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                      <d14p1:Key>String</d14p1:Key>
                                      <d14p1:Value>
                                        <d4p1:BoolValue>false</d4p1:BoolValue>
                                        <d4p1:ListValue>
                                          <d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                            <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                              <d14p1:Key>String</d14p1:Key>
                                              <d14p1:Value i:nil="true" />
                                            </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                          </d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                        </d4p1:ListValue>
                                        <d4p1:NumberValue>0</d4p1:NumberValue>
                                        <d4p1:StringValue>String</d4p1:StringValue>
                                        <d4p1:StructValue>
                                          <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                            <d14p1:Key>String</d14p1:Key>
                                            <d14p1:Value i:nil="true" />
                                          </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                        </d4p1:StructValue>
                                      </d14p1:Value>
                                    </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                  </d4p1:StructValue>
                                </d14p1:Value>
                              </d14p1:KeyValueOfstringValue8Ahp2kgT>
                            </d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                          </d4p1:ListValue>
                          <d4p1:NumberValue>0</d4p1:NumberValue>
                          <d4p1:StringValue>String</d4p1:StringValue>
                          <d4p1:StructValue xmlns:d14p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                            <d14p1:KeyValueOfstringValue8Ahp2kgT>
                              <d14p1:Key>String</d14p1:Key>
                              <d14p1:Value>
                                <d4p1:BoolValue>false</d4p1:BoolValue>
                                <d4p1:ListValue>
                                  <d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                    <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                      <d14p1:Key>String</d14p1:Key>
                                      <d14p1:Value>
                                        <d4p1:BoolValue>false</d4p1:BoolValue>
                                        <d4p1:ListValue>
                                          <d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                            <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                              <d14p1:Key>String</d14p1:Key>
                                              <d14p1:Value i:nil="true" />
                                            </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                          </d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                        </d4p1:ListValue>
                                        <d4p1:NumberValue>0</d4p1:NumberValue>
                                        <d4p1:StringValue>String</d4p1:StringValue>
                                        <d4p1:StructValue>
                                          <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                            <d14p1:Key>String</d14p1:Key>
                                            <d14p1:Value i:nil="true" />
                                          </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                        </d4p1:StructValue>
                                      </d14p1:Value>
                                    </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                  </d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                </d4p1:ListValue>
                                <d4p1:NumberValue>0</d4p1:NumberValue>
                                <d4p1:StringValue>String</d4p1:StringValue>
                                <d4p1:StructValue>
                                  <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                    <d14p1:Key>String</d14p1:Key>
                                    <d14p1:Value>
                                      <d4p1:BoolValue>false</d4p1:BoolValue>
                                      <d4p1:ListValue>
                                        <d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                          <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                            <d14p1:Key>String</d14p1:Key>
                                            <d14p1:Value i:nil="true" />
                                          </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                        </d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                      </d4p1:ListValue>
                                      <d4p1:NumberValue>0</d4p1:NumberValue>
                                      <d4p1:StringValue>String</d4p1:StringValue>
                                      <d4p1:StructValue>
                                        <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                          <d14p1:Key>String</d14p1:Key>
                                          <d14p1:Value i:nil="true" />
                                        </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                      </d4p1:StructValue>
                                    </d14p1:Value>
                                  </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                </d4p1:StructValue>
                              </d14p1:Value>
                            </d14p1:KeyValueOfstringValue8Ahp2kgT>
                          </d4p1:StructValue>
                        </d4p1:DefaultValue>
                        <d4p1:Description>String</d4p1:Description>
                        <d4p1:DisableBinding>false</d4p1:DisableBinding>
                        <d4p1:Id>String</d4p1:Id>
                        <d4p1:IsAsync>false</d4p1:IsAsync>
                        <d4p1:IsOutput>false</d4p1:IsOutput>
                        <d4p1:ListType i:nil="true" />
                        <d4p1:Name>String</d4p1:Name>
                        <d4p1:NoEvalTemplate>false</d4p1:NoEvalTemplate>
                        <d4p1:PossibleValues xmlns:d13p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                          <d13p1:string>String</d13p1:string>
                        </d4p1:PossibleValues>
                        <d4p1:StructType i:nil="true" />
                        <d4p1:TransitionNameFormat>String</d4p1:TransitionNameFormat>
                        <d4p1:Type>NotSpecified</d4p1:Type>
                        <d4p1:UIHint>None</d4p1:UIHint>
                        <d4p1:UITab>String</d4p1:UITab>
                        <d4p1:Uniqueness>NotUnique</d4p1:Uniqueness>
                        <d4p1:UserMode>Hidden</d4p1:UserMode>
                        <d4p1:VoiceOnly>false</d4p1:VoiceOnly>
                      </d4p1:DataField>
                    </d4p1:Fields>
                    <d4p1:TypeName>String</d4p1:TypeName>
                  </d4p1:ListType>
                  <d4p1:Name>String</d4p1:Name>
                  <d4p1:NoEvalTemplate>false</d4p1:NoEvalTemplate>
                  <d4p1:PossibleValues xmlns:d10p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                    <d10p1:string>String</d10p1:string>
                  </d4p1:PossibleValues>
                  <d4p1:StructType>
                    <d4p1:Fields>
                      <d4p1:DataField>
                        <d4p1:AnyValueType>false</d4p1:AnyValueType>
                        <d4p1:ConditionalVisibilityField>String</d4p1:ConditionalVisibilityField>
                        <d4p1:ConditionalVisibilityValue>String</d4p1:ConditionalVisibilityValue>
                        <d4p1:CustomFieldValuesUrl>String</d4p1:CustomFieldValuesUrl>
                        <d4p1:DefaultValue>
                          <d4p1:BoolValue>false</d4p1:BoolValue>
                          <d4p1:ListValue xmlns:d14p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                            <d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                              <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                <d14p1:Key>String</d14p1:Key>
                                <d14p1:Value>
                                  <d4p1:BoolValue>false</d4p1:BoolValue>
                                  <d4p1:ListValue>
                                    <d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                      <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                        <d14p1:Key>String</d14p1:Key>
                                        <d14p1:Value>
                                          <d4p1:BoolValue>false</d4p1:BoolValue>
                                          <d4p1:ListValue>
                                            <d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                              <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                                <d14p1:Key>String</d14p1:Key>
                                                <d14p1:Value i:nil="true" />
                                              </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                            </d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                          </d4p1:ListValue>
                                          <d4p1:NumberValue>0</d4p1:NumberValue>
                                          <d4p1:StringValue>String</d4p1:StringValue>
                                          <d4p1:StructValue>
                                            <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                              <d14p1:Key>String</d14p1:Key>
                                              <d14p1:Value i:nil="true" />
                                            </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                          </d4p1:StructValue>
                                        </d14p1:Value>
                                      </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                    </d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                  </d4p1:ListValue>
                                  <d4p1:NumberValue>0</d4p1:NumberValue>
                                  <d4p1:StringValue>String</d4p1:StringValue>
                                  <d4p1:StructValue>
                                    <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                      <d14p1:Key>String</d14p1:Key>
                                      <d14p1:Value>
                                        <d4p1:BoolValue>false</d4p1:BoolValue>
                                        <d4p1:ListValue>
                                          <d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                            <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                              <d14p1:Key>String</d14p1:Key>
                                              <d14p1:Value i:nil="true" />
                                            </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                          </d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                        </d4p1:ListValue>
                                        <d4p1:NumberValue>0</d4p1:NumberValue>
                                        <d4p1:StringValue>String</d4p1:StringValue>
                                        <d4p1:StructValue>
                                          <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                            <d14p1:Key>String</d14p1:Key>
                                            <d14p1:Value i:nil="true" />
                                          </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                        </d4p1:StructValue>
                                      </d14p1:Value>
                                    </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                  </d4p1:StructValue>
                                </d14p1:Value>
                              </d14p1:KeyValueOfstringValue8Ahp2kgT>
                            </d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                          </d4p1:ListValue>
                          <d4p1:NumberValue>0</d4p1:NumberValue>
                          <d4p1:StringValue>String</d4p1:StringValue>
                          <d4p1:StructValue xmlns:d14p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                            <d14p1:KeyValueOfstringValue8Ahp2kgT>
                              <d14p1:Key>String</d14p1:Key>
                              <d14p1:Value>
                                <d4p1:BoolValue>false</d4p1:BoolValue>
                                <d4p1:ListValue>
                                  <d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                    <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                      <d14p1:Key>String</d14p1:Key>
                                      <d14p1:Value>
                                        <d4p1:BoolValue>false</d4p1:BoolValue>
                                        <d4p1:ListValue>
                                          <d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                            <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                              <d14p1:Key>String</d14p1:Key>
                                              <d14p1:Value i:nil="true" />
                                            </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                          </d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                        </d4p1:ListValue>
                                        <d4p1:NumberValue>0</d4p1:NumberValue>
                                        <d4p1:StringValue>String</d4p1:StringValue>
                                        <d4p1:StructValue>
                                          <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                            <d14p1:Key>String</d14p1:Key>
                                            <d14p1:Value i:nil="true" />
                                          </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                        </d4p1:StructValue>
                                      </d14p1:Value>
                                    </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                  </d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                </d4p1:ListValue>
                                <d4p1:NumberValue>0</d4p1:NumberValue>
                                <d4p1:StringValue>String</d4p1:StringValue>
                                <d4p1:StructValue>
                                  <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                    <d14p1:Key>String</d14p1:Key>
                                    <d14p1:Value>
                                      <d4p1:BoolValue>false</d4p1:BoolValue>
                                      <d4p1:ListValue>
                                        <d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                          <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                            <d14p1:Key>String</d14p1:Key>
                                            <d14p1:Value i:nil="true" />
                                          </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                        </d14p1:ArrayOfKeyValueOfstringValue8Ahp2kgT>
                                      </d4p1:ListValue>
                                      <d4p1:NumberValue>0</d4p1:NumberValue>
                                      <d4p1:StringValue>String</d4p1:StringValue>
                                      <d4p1:StructValue>
                                        <d14p1:KeyValueOfstringValue8Ahp2kgT>
                                          <d14p1:Key>String</d14p1:Key>
                                          <d14p1:Value i:nil="true" />
                                        </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                      </d4p1:StructValue>
                                    </d14p1:Value>
                                  </d14p1:KeyValueOfstringValue8Ahp2kgT>
                                </d4p1:StructValue>
                              </d14p1:Value>
                            </d14p1:KeyValueOfstringValue8Ahp2kgT>
                          </d4p1:StructValue>
                        </d4p1:DefaultValue>
                        <d4p1:Description>String</d4p1:Description>
                        <d4p1:DisableBinding>false</d4p1:DisableBinding>
                        <d4p1:Id>String</d4p1:Id>
                        <d4p1:IsAsync>false</d4p1:IsAsync>
                        <d4p1:IsOutput>false</d4p1:IsOutput>
                        <d4p1:ListType i:nil="true" />
                        <d4p1:Name>String</d4p1:Name>
                        <d4p1:NoEvalTemplate>false</d4p1:NoEvalTemplate>
                        <d4p1:PossibleValues xmlns:d13p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
                          <d13p1:string>String</d13p1:string>
                        </d4p1:PossibleValues>
                        <d4p1:StructType i:nil="true" />
                        <d4p1:TransitionNameFormat>String</d4p1:TransitionNameFormat>
                        <d4p1:Type>NotSpecified</d4p1:Type>
                        <d4p1:UIHint>None</d4p1:UIHint>
                        <d4p1:UITab>String</d4p1:UITab>
                        <d4p1:Uniqueness>NotUnique</d4p1:Uniqueness>
                        <d4p1:UserMode>Hidden</d4p1:UserMode>
                        <d4p1:VoiceOnly>false</d4p1:VoiceOnly>
                      </d4p1:DataField>
                    </d4p1:Fields>
                    <d4p1:TypeName>String</d4p1:TypeName>
                  </d4p1:StructType>
                  <d4p1:TransitionNameFormat>String</d4p1:TransitionNameFormat>
                  <d4p1:Type>NotSpecified</d4p1:Type>
                  <d4p1:UIHint>None</d4p1:UIHint>
                  <d4p1:UITab>String</d4p1:UITab>
                  <d4p1:Uniqueness>NotUnique</d4p1:Uniqueness>
                  <d4p1:UserMode>Hidden</d4p1:UserMode>
                  <d4p1:VoiceOnly>false</d4p1:VoiceOnly>
                </d4p1:DataField>
              </d4p1:Fields>
              <d4p1:TypeName>String</d4p1:TypeName>
            </d4p1:StructType>
            <d4p1:TransitionNameFormat>String</d4p1:TransitionNameFormat>
            <d4p1:Type>NotSpecified</d4p1:Type>
            <d4p1:UIHint>None</d4p1:UIHint>
            <d4p1:UITab>String</d4p1:UITab>
            <d4p1:Uniqueness>NotUnique</d4p1:Uniqueness>
            <d4p1:UserMode>Hidden</d4p1:UserMode>
            <d4p1:VoiceOnly>false</d4p1:VoiceOnly>
          </d4p1:DataField>
        </d4p1:Fields>
        <d4p1:TypeName>String</d4p1:TypeName>
      </d2p1:SettingsDataType>
      <d2p1:Status>NotConfigured</d2p1:Status>
      <d2p1:StatusMessage>String</d2p1:StatusMessage>
      <d2p1:Type>HostedSuite</d2p1:Type>
    </d2p1:IntegrationInfo>
  </Items>
  <TotalCount>0</TotalCount>
  <TotalPages>0</TotalPages>
</ListResponseOfIntegrationInfo_SFbT5aKg>