﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>Reference for  https://ip-ac1213ea:1903/TimePunchListService1.svc/GetRowCounts</title>
    <style>BODY { color: #000000; background-color: white; font-family: Verdana; margin-left: 0px; margin-top: 0px; } #content { margin-left: 30px; font-size: .70em; padding-bottom: 2em; } A:link { color: #336699; font-weight: bold; text-decoration: underline; } A:visited { color: #6699cc; font-weight: bold; text-decoration: underline; } A:active { color: #336699; font-weight: bold; text-decoration: underline; } .heading1 { background-color: #003366; border-bottom: #336699 6px solid; color: #ffffff; font-family: Tahoma; font-size: 26px; font-weight: normal;margin: 0em 0em 10px -20px; padding-bottom: 8px; padding-left: 30px;padding-top: 16px;} pre { font-size:small; background-color: #e5e5cc; padding: 5px; font-family: Courier New; margin-top: 0px; border: 1px #f0f0e0 solid; white-space: pre-wrap; white-space: -pre-wrap; word-wrap: break-word; } table { border-collapse: collapse; border-spacing: 0px; font-family: Verdana;} table th { border-right: 2px white solid; border-bottom: 2px white solid; font-weight: bold; background-color: #cecf9c;} table td { border-right: 2px white solid; border-bottom: 2px white solid; background-color: #e5e5cc;}</style>
  </head>
  <body>
    <div id="content">
      <p class="heading1">Reference for  https://ip-ac1213ea:1903/TimePunchListService1.svc/GetRowCounts</p>
      <p>Calculates the number of rows that are expected to be available, for a given set of filter expressions.  A filter expression can be 'null' to represent a complete row count without filtering.  The result is not guaranteed to be accurate; approximations may be used when large numbers of records are available.</p>
      <p xmlns="http://www.w3.org/1999/xhtml">
        <b>Url: </b>
        <span class="uri-template">https://ip-ac1213ea:1903/TimePunchListService1.svc/GetRowCounts</span>
      </p>
      <p xmlns="http://www.w3.org/1999/xhtml">
        <b>HTTP Method: </b>
        <span class="method">POST</span>
      </p>
      <table>
        <tr>
          <th>Message direction</th>
          <th>Format</th>
          <th>Body</th>
        </tr>
        <tr>
          <td>Request</td>
          <td>Xml</td>
          <td>
            <a href="#request-xml">Example</a>,<a href="#request-schema">Schema</a></td>
        </tr>
        <tr>
          <td>Request</td>
          <td>Json</td>
          <td>
            <a href="#request-json">Example</a>
          </td>
        </tr>
        <tr>
          <td>Response</td>
          <td>Xml</td>
          <td>
            <a href="#response-xml">Example</a>,<a href="#response-schema">Schema</a></td>
        </tr>
        <tr>
          <td>Response</td>
          <td>Json</td>
          <td>
            <a href="#response-json">Example</a>
          </td>
        </tr>
      </table>
      <p>
        <a name="request-xml">The following is an example request Xml body:</a>
        <pre class="request-xml">&lt;ArrayOfFilterExpression1 xmlns="http://replicon.com/"&gt;
  &lt;FilterExpression1&gt;
    &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
    &lt;leftExpression&gt;
      &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
      &lt;leftExpression&gt;
        &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
        &lt;leftExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
        &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
        &lt;rightExpression&gt;
          &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
          &lt;leftExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
          &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
          &lt;rightExpression&gt;
            &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
            &lt;leftExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
            &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
            &lt;rightExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
            &lt;value&gt;
              &lt;bool&gt;true&lt;/bool&gt;
              &lt;calendarDayDurationValue&gt;
                &lt;hours&gt;2147483647&lt;/hours&gt;
                &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
                &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
                &lt;minutes&gt;2147483647&lt;/minutes&gt;
                &lt;seconds&gt;2147483647&lt;/seconds&gt;
              &lt;/calendarDayDurationValue&gt;
              &lt;date&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/date&gt;
              &lt;dateRange&gt;
                &lt;endDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/endDate&gt;
                &lt;relativeDateRangeAsOfDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/relativeDateRangeAsOfDate&gt;
                &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
                &lt;startDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/startDate&gt;
              &lt;/dateRange&gt;
              &lt;dateTimeUtc&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/dateTimeUtc&gt;
              &lt;dateTimeUtcRange&gt;
                &lt;endDateTime&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;hour&gt;2147483647&lt;/hour&gt;
                  &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                  &lt;minute&gt;2147483647&lt;/minute&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;second&gt;2147483647&lt;/second&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/endDateTime&gt;
                &lt;startDateTime&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;hour&gt;2147483647&lt;/hour&gt;
                  &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                  &lt;minute&gt;2147483647&lt;/minute&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;second&gt;2147483647&lt;/second&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/startDateTime&gt;
              &lt;/dateTimeUtcRange&gt;
              &lt;money&gt;
                &lt;amount&gt;12678967.543233&lt;/amount&gt;
                &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
              &lt;/money&gt;
              &lt;number&gt;12678967.543233&lt;/number&gt;
              &lt;numberRange&gt;
                &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
                &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
              &lt;/numberRange&gt;
              &lt;text&gt;String content&lt;/text&gt;
              &lt;time&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
              &lt;/time&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;uris&gt;
                &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
                &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
              &lt;/uris&gt;
              &lt;workdayDurationValue&gt;
                &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
                &lt;hours&gt;2147483647&lt;/hours&gt;
                &lt;minutes&gt;2147483647&lt;/minutes&gt;
                &lt;workdays&gt;2147483647&lt;/workdays&gt;
              &lt;/workdayDurationValue&gt;
            &lt;/value&gt;
          &lt;/rightExpression&gt;
          &lt;value&gt;
            &lt;bool&gt;true&lt;/bool&gt;
            &lt;calendarDayDurationValue&gt;
              &lt;hours&gt;2147483647&lt;/hours&gt;
              &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
              &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
              &lt;minutes&gt;2147483647&lt;/minutes&gt;
              &lt;seconds&gt;2147483647&lt;/seconds&gt;
            &lt;/calendarDayDurationValue&gt;
            &lt;date&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/date&gt;
            &lt;dateRange&gt;
              &lt;endDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/endDate&gt;
              &lt;relativeDateRangeAsOfDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/relativeDateRangeAsOfDate&gt;
              &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
              &lt;startDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/startDate&gt;
            &lt;/dateRange&gt;
            &lt;dateTimeUtc&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/dateTimeUtc&gt;
            &lt;dateTimeUtcRange&gt;
              &lt;endDateTime&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/endDateTime&gt;
              &lt;startDateTime&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/startDateTime&gt;
            &lt;/dateTimeUtcRange&gt;
            &lt;money&gt;
              &lt;amount&gt;12678967.543233&lt;/amount&gt;
              &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
            &lt;/money&gt;
            &lt;number&gt;12678967.543233&lt;/number&gt;
            &lt;numberRange&gt;
              &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
              &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
            &lt;/numberRange&gt;
            &lt;text&gt;String content&lt;/text&gt;
            &lt;time&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
            &lt;/time&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;uris&gt;
              &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
              &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
            &lt;/uris&gt;
            &lt;workdayDurationValue&gt;
              &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
              &lt;hours&gt;2147483647&lt;/hours&gt;
              &lt;minutes&gt;2147483647&lt;/minutes&gt;
              &lt;workdays&gt;2147483647&lt;/workdays&gt;
            &lt;/workdayDurationValue&gt;
          &lt;/value&gt;
        &lt;/rightExpression&gt;
        &lt;value&gt;
          &lt;bool&gt;true&lt;/bool&gt;
          &lt;calendarDayDurationValue&gt;
            &lt;hours&gt;2147483647&lt;/hours&gt;
            &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
            &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
            &lt;minutes&gt;2147483647&lt;/minutes&gt;
            &lt;seconds&gt;2147483647&lt;/seconds&gt;
          &lt;/calendarDayDurationValue&gt;
          &lt;date&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/date&gt;
          &lt;dateRange&gt;
            &lt;endDate&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/endDate&gt;
            &lt;relativeDateRangeAsOfDate&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/relativeDateRangeAsOfDate&gt;
            &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
            &lt;startDate&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/startDate&gt;
          &lt;/dateRange&gt;
          &lt;dateTimeUtc&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;hour&gt;2147483647&lt;/hour&gt;
            &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
            &lt;minute&gt;2147483647&lt;/minute&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;second&gt;2147483647&lt;/second&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/dateTimeUtc&gt;
          &lt;dateTimeUtcRange&gt;
            &lt;endDateTime&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/endDateTime&gt;
            &lt;startDateTime&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/startDateTime&gt;
          &lt;/dateTimeUtcRange&gt;
          &lt;money&gt;
            &lt;amount&gt;12678967.543233&lt;/amount&gt;
            &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
          &lt;/money&gt;
          &lt;number&gt;12678967.543233&lt;/number&gt;
          &lt;numberRange&gt;
            &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
            &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
          &lt;/numberRange&gt;
          &lt;text&gt;String content&lt;/text&gt;
          &lt;time&gt;
            &lt;hour&gt;2147483647&lt;/hour&gt;
            &lt;minute&gt;2147483647&lt;/minute&gt;
            &lt;second&gt;2147483647&lt;/second&gt;
          &lt;/time&gt;
          &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;uris&gt;
            &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
            &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
          &lt;/uris&gt;
          &lt;workdayDurationValue&gt;
            &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
            &lt;hours&gt;2147483647&lt;/hours&gt;
            &lt;minutes&gt;2147483647&lt;/minutes&gt;
            &lt;workdays&gt;2147483647&lt;/workdays&gt;
          &lt;/workdayDurationValue&gt;
        &lt;/value&gt;
      &lt;/leftExpression&gt;
      &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
      &lt;rightExpression&gt;
        &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
        &lt;leftExpression&gt;
          &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
          &lt;leftExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
          &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
          &lt;rightExpression&gt;
            &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
            &lt;leftExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
            &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
            &lt;rightExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
            &lt;value&gt;
              &lt;bool&gt;true&lt;/bool&gt;
              &lt;calendarDayDurationValue&gt;
                &lt;hours&gt;2147483647&lt;/hours&gt;
                &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
                &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
                &lt;minutes&gt;2147483647&lt;/minutes&gt;
                &lt;seconds&gt;2147483647&lt;/seconds&gt;
              &lt;/calendarDayDurationValue&gt;
              &lt;date&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/date&gt;
              &lt;dateRange&gt;
                &lt;endDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/endDate&gt;
                &lt;relativeDateRangeAsOfDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/relativeDateRangeAsOfDate&gt;
                &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
                &lt;startDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/startDate&gt;
              &lt;/dateRange&gt;
              &lt;dateTimeUtc&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/dateTimeUtc&gt;
              &lt;dateTimeUtcRange&gt;
                &lt;endDateTime&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;hour&gt;2147483647&lt;/hour&gt;
                  &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                  &lt;minute&gt;2147483647&lt;/minute&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;second&gt;2147483647&lt;/second&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/endDateTime&gt;
                &lt;startDateTime&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;hour&gt;2147483647&lt;/hour&gt;
                  &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                  &lt;minute&gt;2147483647&lt;/minute&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;second&gt;2147483647&lt;/second&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/startDateTime&gt;
              &lt;/dateTimeUtcRange&gt;
              &lt;money&gt;
                &lt;amount&gt;12678967.543233&lt;/amount&gt;
                &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
              &lt;/money&gt;
              &lt;number&gt;12678967.543233&lt;/number&gt;
              &lt;numberRange&gt;
                &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
                &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
              &lt;/numberRange&gt;
              &lt;text&gt;String content&lt;/text&gt;
              &lt;time&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
              &lt;/time&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;uris&gt;
                &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
                &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
              &lt;/uris&gt;
              &lt;workdayDurationValue&gt;
                &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
                &lt;hours&gt;2147483647&lt;/hours&gt;
                &lt;minutes&gt;2147483647&lt;/minutes&gt;
                &lt;workdays&gt;2147483647&lt;/workdays&gt;
              &lt;/workdayDurationValue&gt;
            &lt;/value&gt;
          &lt;/rightExpression&gt;
          &lt;value&gt;
            &lt;bool&gt;true&lt;/bool&gt;
            &lt;calendarDayDurationValue&gt;
              &lt;hours&gt;2147483647&lt;/hours&gt;
              &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
              &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
              &lt;minutes&gt;2147483647&lt;/minutes&gt;
              &lt;seconds&gt;2147483647&lt;/seconds&gt;
            &lt;/calendarDayDurationValue&gt;
            &lt;date&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/date&gt;
            &lt;dateRange&gt;
              &lt;endDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/endDate&gt;
              &lt;relativeDateRangeAsOfDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/relativeDateRangeAsOfDate&gt;
              &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
              &lt;startDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/startDate&gt;
            &lt;/dateRange&gt;
            &lt;dateTimeUtc&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/dateTimeUtc&gt;
            &lt;dateTimeUtcRange&gt;
              &lt;endDateTime&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/endDateTime&gt;
              &lt;startDateTime&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/startDateTime&gt;
            &lt;/dateTimeUtcRange&gt;
            &lt;money&gt;
              &lt;amount&gt;12678967.543233&lt;/amount&gt;
              &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
            &lt;/money&gt;
            &lt;number&gt;12678967.543233&lt;/number&gt;
            &lt;numberRange&gt;
              &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
              &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
            &lt;/numberRange&gt;
            &lt;text&gt;String content&lt;/text&gt;
            &lt;time&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
            &lt;/time&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;uris&gt;
              &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
              &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
            &lt;/uris&gt;
            &lt;workdayDurationValue&gt;
              &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
              &lt;hours&gt;2147483647&lt;/hours&gt;
              &lt;minutes&gt;2147483647&lt;/minutes&gt;
              &lt;workdays&gt;2147483647&lt;/workdays&gt;
            &lt;/workdayDurationValue&gt;
          &lt;/value&gt;
        &lt;/leftExpression&gt;
        &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
        &lt;rightExpression&gt;
          &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
          &lt;leftExpression&gt;
            &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
            &lt;leftExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
            &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
            &lt;rightExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
            &lt;value&gt;
              &lt;bool&gt;true&lt;/bool&gt;
              &lt;calendarDayDurationValue&gt;
                &lt;hours&gt;2147483647&lt;/hours&gt;
                &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
                &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
                &lt;minutes&gt;2147483647&lt;/minutes&gt;
                &lt;seconds&gt;2147483647&lt;/seconds&gt;
              &lt;/calendarDayDurationValue&gt;
              &lt;date&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/date&gt;
              &lt;dateRange&gt;
                &lt;endDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/endDate&gt;
                &lt;relativeDateRangeAsOfDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/relativeDateRangeAsOfDate&gt;
                &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
                &lt;startDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/startDate&gt;
              &lt;/dateRange&gt;
              &lt;dateTimeUtc&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/dateTimeUtc&gt;
              &lt;dateTimeUtcRange&gt;
                &lt;endDateTime&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;hour&gt;2147483647&lt;/hour&gt;
                  &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                  &lt;minute&gt;2147483647&lt;/minute&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;second&gt;2147483647&lt;/second&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/endDateTime&gt;
                &lt;startDateTime&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;hour&gt;2147483647&lt;/hour&gt;
                  &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                  &lt;minute&gt;2147483647&lt;/minute&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;second&gt;2147483647&lt;/second&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/startDateTime&gt;
              &lt;/dateTimeUtcRange&gt;
              &lt;money&gt;
                &lt;amount&gt;12678967.543233&lt;/amount&gt;
                &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
              &lt;/money&gt;
              &lt;number&gt;12678967.543233&lt;/number&gt;
              &lt;numberRange&gt;
                &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
                &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
              &lt;/numberRange&gt;
              &lt;text&gt;String content&lt;/text&gt;
              &lt;time&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
              &lt;/time&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;uris&gt;
                &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
                &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
              &lt;/uris&gt;
              &lt;workdayDurationValue&gt;
                &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
                &lt;hours&gt;2147483647&lt;/hours&gt;
                &lt;minutes&gt;2147483647&lt;/minutes&gt;
                &lt;workdays&gt;2147483647&lt;/workdays&gt;
              &lt;/workdayDurationValue&gt;
            &lt;/value&gt;
          &lt;/leftExpression&gt;
          &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
          &lt;rightExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
          &lt;value&gt;
            &lt;bool&gt;true&lt;/bool&gt;
            &lt;calendarDayDurationValue&gt;
              &lt;hours&gt;2147483647&lt;/hours&gt;
              &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
              &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
              &lt;minutes&gt;2147483647&lt;/minutes&gt;
              &lt;seconds&gt;2147483647&lt;/seconds&gt;
            &lt;/calendarDayDurationValue&gt;
            &lt;date&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/date&gt;
            &lt;dateRange&gt;
              &lt;endDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/endDate&gt;
              &lt;relativeDateRangeAsOfDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/relativeDateRangeAsOfDate&gt;
              &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
              &lt;startDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/startDate&gt;
            &lt;/dateRange&gt;
            &lt;dateTimeUtc&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/dateTimeUtc&gt;
            &lt;dateTimeUtcRange&gt;
              &lt;endDateTime&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/endDateTime&gt;
              &lt;startDateTime&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/startDateTime&gt;
            &lt;/dateTimeUtcRange&gt;
            &lt;money&gt;
              &lt;amount&gt;12678967.543233&lt;/amount&gt;
              &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
            &lt;/money&gt;
            &lt;number&gt;12678967.543233&lt;/number&gt;
            &lt;numberRange&gt;
              &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
              &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
            &lt;/numberRange&gt;
            &lt;text&gt;String content&lt;/text&gt;
            &lt;time&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
            &lt;/time&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;uris&gt;
              &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
              &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
            &lt;/uris&gt;
            &lt;workdayDurationValue&gt;
              &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
              &lt;hours&gt;2147483647&lt;/hours&gt;
              &lt;minutes&gt;2147483647&lt;/minutes&gt;
              &lt;workdays&gt;2147483647&lt;/workdays&gt;
            &lt;/workdayDurationValue&gt;
          &lt;/value&gt;
        &lt;/rightExpression&gt;
        &lt;value&gt;
          &lt;bool&gt;true&lt;/bool&gt;
          &lt;calendarDayDurationValue&gt;
            &lt;hours&gt;2147483647&lt;/hours&gt;
            &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
            &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
            &lt;minutes&gt;2147483647&lt;/minutes&gt;
            &lt;seconds&gt;2147483647&lt;/seconds&gt;
          &lt;/calendarDayDurationValue&gt;
          &lt;date&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/date&gt;
          &lt;dateRange&gt;
            &lt;endDate&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/endDate&gt;
            &lt;relativeDateRangeAsOfDate&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/relativeDateRangeAsOfDate&gt;
            &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
            &lt;startDate&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/startDate&gt;
          &lt;/dateRange&gt;
          &lt;dateTimeUtc&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;hour&gt;2147483647&lt;/hour&gt;
            &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
            &lt;minute&gt;2147483647&lt;/minute&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;second&gt;2147483647&lt;/second&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/dateTimeUtc&gt;
          &lt;dateTimeUtcRange&gt;
            &lt;endDateTime&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/endDateTime&gt;
            &lt;startDateTime&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/startDateTime&gt;
          &lt;/dateTimeUtcRange&gt;
          &lt;money&gt;
            &lt;amount&gt;12678967.543233&lt;/amount&gt;
            &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
          &lt;/money&gt;
          &lt;number&gt;12678967.543233&lt;/number&gt;
          &lt;numberRange&gt;
            &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
            &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
          &lt;/numberRange&gt;
          &lt;text&gt;String content&lt;/text&gt;
          &lt;time&gt;
            &lt;hour&gt;2147483647&lt;/hour&gt;
            &lt;minute&gt;2147483647&lt;/minute&gt;
            &lt;second&gt;2147483647&lt;/second&gt;
          &lt;/time&gt;
          &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;uris&gt;
            &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
            &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
          &lt;/uris&gt;
          &lt;workdayDurationValue&gt;
            &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
            &lt;hours&gt;2147483647&lt;/hours&gt;
            &lt;minutes&gt;2147483647&lt;/minutes&gt;
            &lt;workdays&gt;2147483647&lt;/workdays&gt;
          &lt;/workdayDurationValue&gt;
        &lt;/value&gt;
      &lt;/rightExpression&gt;
      &lt;value&gt;
        &lt;bool&gt;true&lt;/bool&gt;
        &lt;calendarDayDurationValue&gt;
          &lt;hours&gt;2147483647&lt;/hours&gt;
          &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
          &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
          &lt;minutes&gt;2147483647&lt;/minutes&gt;
          &lt;seconds&gt;2147483647&lt;/seconds&gt;
        &lt;/calendarDayDurationValue&gt;
        &lt;date&gt;
          &lt;day&gt;2147483647&lt;/day&gt;
          &lt;month&gt;2147483647&lt;/month&gt;
          &lt;year&gt;2147483647&lt;/year&gt;
        &lt;/date&gt;
        &lt;dateRange&gt;
          &lt;endDate&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/endDate&gt;
          &lt;relativeDateRangeAsOfDate&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/relativeDateRangeAsOfDate&gt;
          &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
          &lt;startDate&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/startDate&gt;
        &lt;/dateRange&gt;
        &lt;dateTimeUtc&gt;
          &lt;day&gt;2147483647&lt;/day&gt;
          &lt;hour&gt;2147483647&lt;/hour&gt;
          &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
          &lt;minute&gt;2147483647&lt;/minute&gt;
          &lt;month&gt;2147483647&lt;/month&gt;
          &lt;second&gt;2147483647&lt;/second&gt;
          &lt;year&gt;2147483647&lt;/year&gt;
        &lt;/dateTimeUtc&gt;
        &lt;dateTimeUtcRange&gt;
          &lt;endDateTime&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;hour&gt;2147483647&lt;/hour&gt;
            &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
            &lt;minute&gt;2147483647&lt;/minute&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;second&gt;2147483647&lt;/second&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/endDateTime&gt;
          &lt;startDateTime&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;hour&gt;2147483647&lt;/hour&gt;
            &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
            &lt;minute&gt;2147483647&lt;/minute&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;second&gt;2147483647&lt;/second&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/startDateTime&gt;
        &lt;/dateTimeUtcRange&gt;
        &lt;money&gt;
          &lt;amount&gt;12678967.543233&lt;/amount&gt;
          &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
        &lt;/money&gt;
        &lt;number&gt;12678967.543233&lt;/number&gt;
        &lt;numberRange&gt;
          &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
          &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
        &lt;/numberRange&gt;
        &lt;text&gt;String content&lt;/text&gt;
        &lt;time&gt;
          &lt;hour&gt;2147483647&lt;/hour&gt;
          &lt;minute&gt;2147483647&lt;/minute&gt;
          &lt;second&gt;2147483647&lt;/second&gt;
        &lt;/time&gt;
        &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
        &lt;uris&gt;
          &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
          &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
        &lt;/uris&gt;
        &lt;workdayDurationValue&gt;
          &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
          &lt;hours&gt;2147483647&lt;/hours&gt;
          &lt;minutes&gt;2147483647&lt;/minutes&gt;
          &lt;workdays&gt;2147483647&lt;/workdays&gt;
        &lt;/workdayDurationValue&gt;
      &lt;/value&gt;
    &lt;/leftExpression&gt;
    &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
    &lt;rightExpression&gt;
      &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
      &lt;leftExpression&gt;
        &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
        &lt;leftExpression&gt;
          &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
          &lt;leftExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
          &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
          &lt;rightExpression&gt;
            &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
            &lt;leftExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
            &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
            &lt;rightExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
            &lt;value&gt;
              &lt;bool&gt;true&lt;/bool&gt;
              &lt;calendarDayDurationValue&gt;
                &lt;hours&gt;2147483647&lt;/hours&gt;
                &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
                &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
                &lt;minutes&gt;2147483647&lt;/minutes&gt;
                &lt;seconds&gt;2147483647&lt;/seconds&gt;
              &lt;/calendarDayDurationValue&gt;
              &lt;date&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/date&gt;
              &lt;dateRange&gt;
                &lt;endDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/endDate&gt;
                &lt;relativeDateRangeAsOfDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/relativeDateRangeAsOfDate&gt;
                &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
                &lt;startDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/startDate&gt;
              &lt;/dateRange&gt;
              &lt;dateTimeUtc&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/dateTimeUtc&gt;
              &lt;dateTimeUtcRange&gt;
                &lt;endDateTime&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;hour&gt;2147483647&lt;/hour&gt;
                  &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                  &lt;minute&gt;2147483647&lt;/minute&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;second&gt;2147483647&lt;/second&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/endDateTime&gt;
                &lt;startDateTime&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;hour&gt;2147483647&lt;/hour&gt;
                  &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                  &lt;minute&gt;2147483647&lt;/minute&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;second&gt;2147483647&lt;/second&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/startDateTime&gt;
              &lt;/dateTimeUtcRange&gt;
              &lt;money&gt;
                &lt;amount&gt;12678967.543233&lt;/amount&gt;
                &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
              &lt;/money&gt;
              &lt;number&gt;12678967.543233&lt;/number&gt;
              &lt;numberRange&gt;
                &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
                &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
              &lt;/numberRange&gt;
              &lt;text&gt;String content&lt;/text&gt;
              &lt;time&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
              &lt;/time&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;uris&gt;
                &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
                &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
              &lt;/uris&gt;
              &lt;workdayDurationValue&gt;
                &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
                &lt;hours&gt;2147483647&lt;/hours&gt;
                &lt;minutes&gt;2147483647&lt;/minutes&gt;
                &lt;workdays&gt;2147483647&lt;/workdays&gt;
              &lt;/workdayDurationValue&gt;
            &lt;/value&gt;
          &lt;/rightExpression&gt;
          &lt;value&gt;
            &lt;bool&gt;true&lt;/bool&gt;
            &lt;calendarDayDurationValue&gt;
              &lt;hours&gt;2147483647&lt;/hours&gt;
              &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
              &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
              &lt;minutes&gt;2147483647&lt;/minutes&gt;
              &lt;seconds&gt;2147483647&lt;/seconds&gt;
            &lt;/calendarDayDurationValue&gt;
            &lt;date&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/date&gt;
            &lt;dateRange&gt;
              &lt;endDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/endDate&gt;
              &lt;relativeDateRangeAsOfDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/relativeDateRangeAsOfDate&gt;
              &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
              &lt;startDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/startDate&gt;
            &lt;/dateRange&gt;
            &lt;dateTimeUtc&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/dateTimeUtc&gt;
            &lt;dateTimeUtcRange&gt;
              &lt;endDateTime&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/endDateTime&gt;
              &lt;startDateTime&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/startDateTime&gt;
            &lt;/dateTimeUtcRange&gt;
            &lt;money&gt;
              &lt;amount&gt;12678967.543233&lt;/amount&gt;
              &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
            &lt;/money&gt;
            &lt;number&gt;12678967.543233&lt;/number&gt;
            &lt;numberRange&gt;
              &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
              &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
            &lt;/numberRange&gt;
            &lt;text&gt;String content&lt;/text&gt;
            &lt;time&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
            &lt;/time&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;uris&gt;
              &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
              &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
            &lt;/uris&gt;
            &lt;workdayDurationValue&gt;
              &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
              &lt;hours&gt;2147483647&lt;/hours&gt;
              &lt;minutes&gt;2147483647&lt;/minutes&gt;
              &lt;workdays&gt;2147483647&lt;/workdays&gt;
            &lt;/workdayDurationValue&gt;
          &lt;/value&gt;
        &lt;/leftExpression&gt;
        &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
        &lt;rightExpression&gt;
          &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
          &lt;leftExpression&gt;
            &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
            &lt;leftExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
            &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
            &lt;rightExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
            &lt;value&gt;
              &lt;bool&gt;true&lt;/bool&gt;
              &lt;calendarDayDurationValue&gt;
                &lt;hours&gt;2147483647&lt;/hours&gt;
                &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
                &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
                &lt;minutes&gt;2147483647&lt;/minutes&gt;
                &lt;seconds&gt;2147483647&lt;/seconds&gt;
              &lt;/calendarDayDurationValue&gt;
              &lt;date&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/date&gt;
              &lt;dateRange&gt;
                &lt;endDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/endDate&gt;
                &lt;relativeDateRangeAsOfDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/relativeDateRangeAsOfDate&gt;
                &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
                &lt;startDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/startDate&gt;
              &lt;/dateRange&gt;
              &lt;dateTimeUtc&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/dateTimeUtc&gt;
              &lt;dateTimeUtcRange&gt;
                &lt;endDateTime&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;hour&gt;2147483647&lt;/hour&gt;
                  &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                  &lt;minute&gt;2147483647&lt;/minute&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;second&gt;2147483647&lt;/second&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/endDateTime&gt;
                &lt;startDateTime&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;hour&gt;2147483647&lt;/hour&gt;
                  &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                  &lt;minute&gt;2147483647&lt;/minute&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;second&gt;2147483647&lt;/second&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/startDateTime&gt;
              &lt;/dateTimeUtcRange&gt;
              &lt;money&gt;
                &lt;amount&gt;12678967.543233&lt;/amount&gt;
                &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
              &lt;/money&gt;
              &lt;number&gt;12678967.543233&lt;/number&gt;
              &lt;numberRange&gt;
                &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
                &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
              &lt;/numberRange&gt;
              &lt;text&gt;String content&lt;/text&gt;
              &lt;time&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
              &lt;/time&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;uris&gt;
                &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
                &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
              &lt;/uris&gt;
              &lt;workdayDurationValue&gt;
                &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
                &lt;hours&gt;2147483647&lt;/hours&gt;
                &lt;minutes&gt;2147483647&lt;/minutes&gt;
                &lt;workdays&gt;2147483647&lt;/workdays&gt;
              &lt;/workdayDurationValue&gt;
            &lt;/value&gt;
          &lt;/leftExpression&gt;
          &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
          &lt;rightExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
          &lt;value&gt;
            &lt;bool&gt;true&lt;/bool&gt;
            &lt;calendarDayDurationValue&gt;
              &lt;hours&gt;2147483647&lt;/hours&gt;
              &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
              &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
              &lt;minutes&gt;2147483647&lt;/minutes&gt;
              &lt;seconds&gt;2147483647&lt;/seconds&gt;
            &lt;/calendarDayDurationValue&gt;
            &lt;date&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/date&gt;
            &lt;dateRange&gt;
              &lt;endDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/endDate&gt;
              &lt;relativeDateRangeAsOfDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/relativeDateRangeAsOfDate&gt;
              &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
              &lt;startDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/startDate&gt;
            &lt;/dateRange&gt;
            &lt;dateTimeUtc&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/dateTimeUtc&gt;
            &lt;dateTimeUtcRange&gt;
              &lt;endDateTime&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/endDateTime&gt;
              &lt;startDateTime&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/startDateTime&gt;
            &lt;/dateTimeUtcRange&gt;
            &lt;money&gt;
              &lt;amount&gt;12678967.543233&lt;/amount&gt;
              &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
            &lt;/money&gt;
            &lt;number&gt;12678967.543233&lt;/number&gt;
            &lt;numberRange&gt;
              &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
              &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
            &lt;/numberRange&gt;
            &lt;text&gt;String content&lt;/text&gt;
            &lt;time&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
            &lt;/time&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;uris&gt;
              &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
              &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
            &lt;/uris&gt;
            &lt;workdayDurationValue&gt;
              &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
              &lt;hours&gt;2147483647&lt;/hours&gt;
              &lt;minutes&gt;2147483647&lt;/minutes&gt;
              &lt;workdays&gt;2147483647&lt;/workdays&gt;
            &lt;/workdayDurationValue&gt;
          &lt;/value&gt;
        &lt;/rightExpression&gt;
        &lt;value&gt;
          &lt;bool&gt;true&lt;/bool&gt;
          &lt;calendarDayDurationValue&gt;
            &lt;hours&gt;2147483647&lt;/hours&gt;
            &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
            &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
            &lt;minutes&gt;2147483647&lt;/minutes&gt;
            &lt;seconds&gt;2147483647&lt;/seconds&gt;
          &lt;/calendarDayDurationValue&gt;
          &lt;date&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/date&gt;
          &lt;dateRange&gt;
            &lt;endDate&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/endDate&gt;
            &lt;relativeDateRangeAsOfDate&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/relativeDateRangeAsOfDate&gt;
            &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
            &lt;startDate&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/startDate&gt;
          &lt;/dateRange&gt;
          &lt;dateTimeUtc&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;hour&gt;2147483647&lt;/hour&gt;
            &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
            &lt;minute&gt;2147483647&lt;/minute&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;second&gt;2147483647&lt;/second&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/dateTimeUtc&gt;
          &lt;dateTimeUtcRange&gt;
            &lt;endDateTime&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/endDateTime&gt;
            &lt;startDateTime&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/startDateTime&gt;
          &lt;/dateTimeUtcRange&gt;
          &lt;money&gt;
            &lt;amount&gt;12678967.543233&lt;/amount&gt;
            &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
          &lt;/money&gt;
          &lt;number&gt;12678967.543233&lt;/number&gt;
          &lt;numberRange&gt;
            &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
            &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
          &lt;/numberRange&gt;
          &lt;text&gt;String content&lt;/text&gt;
          &lt;time&gt;
            &lt;hour&gt;2147483647&lt;/hour&gt;
            &lt;minute&gt;2147483647&lt;/minute&gt;
            &lt;second&gt;2147483647&lt;/second&gt;
          &lt;/time&gt;
          &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;uris&gt;
            &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
            &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
          &lt;/uris&gt;
          &lt;workdayDurationValue&gt;
            &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
            &lt;hours&gt;2147483647&lt;/hours&gt;
            &lt;minutes&gt;2147483647&lt;/minutes&gt;
            &lt;workdays&gt;2147483647&lt;/workdays&gt;
          &lt;/workdayDurationValue&gt;
        &lt;/value&gt;
      &lt;/leftExpression&gt;
      &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
      &lt;rightExpression&gt;
        &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
        &lt;leftExpression&gt;
          &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
          &lt;leftExpression&gt;
            &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
            &lt;leftExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
            &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
            &lt;rightExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
            &lt;value&gt;
              &lt;bool&gt;true&lt;/bool&gt;
              &lt;calendarDayDurationValue&gt;
                &lt;hours&gt;2147483647&lt;/hours&gt;
                &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
                &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
                &lt;minutes&gt;2147483647&lt;/minutes&gt;
                &lt;seconds&gt;2147483647&lt;/seconds&gt;
              &lt;/calendarDayDurationValue&gt;
              &lt;date&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/date&gt;
              &lt;dateRange&gt;
                &lt;endDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/endDate&gt;
                &lt;relativeDateRangeAsOfDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/relativeDateRangeAsOfDate&gt;
                &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
                &lt;startDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/startDate&gt;
              &lt;/dateRange&gt;
              &lt;dateTimeUtc&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/dateTimeUtc&gt;
              &lt;dateTimeUtcRange&gt;
                &lt;endDateTime&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;hour&gt;2147483647&lt;/hour&gt;
                  &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                  &lt;minute&gt;2147483647&lt;/minute&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;second&gt;2147483647&lt;/second&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/endDateTime&gt;
                &lt;startDateTime&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;hour&gt;2147483647&lt;/hour&gt;
                  &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                  &lt;minute&gt;2147483647&lt;/minute&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;second&gt;2147483647&lt;/second&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/startDateTime&gt;
              &lt;/dateTimeUtcRange&gt;
              &lt;money&gt;
                &lt;amount&gt;12678967.543233&lt;/amount&gt;
                &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
              &lt;/money&gt;
              &lt;number&gt;12678967.543233&lt;/number&gt;
              &lt;numberRange&gt;
                &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
                &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
              &lt;/numberRange&gt;
              &lt;text&gt;String content&lt;/text&gt;
              &lt;time&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
              &lt;/time&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;uris&gt;
                &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
                &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
              &lt;/uris&gt;
              &lt;workdayDurationValue&gt;
                &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
                &lt;hours&gt;2147483647&lt;/hours&gt;
                &lt;minutes&gt;2147483647&lt;/minutes&gt;
                &lt;workdays&gt;2147483647&lt;/workdays&gt;
              &lt;/workdayDurationValue&gt;
            &lt;/value&gt;
          &lt;/leftExpression&gt;
          &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
          &lt;rightExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
          &lt;value&gt;
            &lt;bool&gt;true&lt;/bool&gt;
            &lt;calendarDayDurationValue&gt;
              &lt;hours&gt;2147483647&lt;/hours&gt;
              &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
              &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
              &lt;minutes&gt;2147483647&lt;/minutes&gt;
              &lt;seconds&gt;2147483647&lt;/seconds&gt;
            &lt;/calendarDayDurationValue&gt;
            &lt;date&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/date&gt;
            &lt;dateRange&gt;
              &lt;endDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/endDate&gt;
              &lt;relativeDateRangeAsOfDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/relativeDateRangeAsOfDate&gt;
              &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
              &lt;startDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/startDate&gt;
            &lt;/dateRange&gt;
            &lt;dateTimeUtc&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/dateTimeUtc&gt;
            &lt;dateTimeUtcRange&gt;
              &lt;endDateTime&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/endDateTime&gt;
              &lt;startDateTime&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/startDateTime&gt;
            &lt;/dateTimeUtcRange&gt;
            &lt;money&gt;
              &lt;amount&gt;12678967.543233&lt;/amount&gt;
              &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
            &lt;/money&gt;
            &lt;number&gt;12678967.543233&lt;/number&gt;
            &lt;numberRange&gt;
              &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
              &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
            &lt;/numberRange&gt;
            &lt;text&gt;String content&lt;/text&gt;
            &lt;time&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
            &lt;/time&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;uris&gt;
              &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
              &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
            &lt;/uris&gt;
            &lt;workdayDurationValue&gt;
              &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
              &lt;hours&gt;2147483647&lt;/hours&gt;
              &lt;minutes&gt;2147483647&lt;/minutes&gt;
              &lt;workdays&gt;2147483647&lt;/workdays&gt;
            &lt;/workdayDurationValue&gt;
          &lt;/value&gt;
        &lt;/leftExpression&gt;
        &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
        &lt;rightExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
        &lt;value&gt;
          &lt;bool&gt;true&lt;/bool&gt;
          &lt;calendarDayDurationValue&gt;
            &lt;hours&gt;2147483647&lt;/hours&gt;
            &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
            &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
            &lt;minutes&gt;2147483647&lt;/minutes&gt;
            &lt;seconds&gt;2147483647&lt;/seconds&gt;
          &lt;/calendarDayDurationValue&gt;
          &lt;date&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/date&gt;
          &lt;dateRange&gt;
            &lt;endDate&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/endDate&gt;
            &lt;relativeDateRangeAsOfDate&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/relativeDateRangeAsOfDate&gt;
            &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
            &lt;startDate&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/startDate&gt;
          &lt;/dateRange&gt;
          &lt;dateTimeUtc&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;hour&gt;2147483647&lt;/hour&gt;
            &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
            &lt;minute&gt;2147483647&lt;/minute&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;second&gt;2147483647&lt;/second&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/dateTimeUtc&gt;
          &lt;dateTimeUtcRange&gt;
            &lt;endDateTime&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/endDateTime&gt;
            &lt;startDateTime&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/startDateTime&gt;
          &lt;/dateTimeUtcRange&gt;
          &lt;money&gt;
            &lt;amount&gt;12678967.543233&lt;/amount&gt;
            &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
          &lt;/money&gt;
          &lt;number&gt;12678967.543233&lt;/number&gt;
          &lt;numberRange&gt;
            &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
            &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
          &lt;/numberRange&gt;
          &lt;text&gt;String content&lt;/text&gt;
          &lt;time&gt;
            &lt;hour&gt;2147483647&lt;/hour&gt;
            &lt;minute&gt;2147483647&lt;/minute&gt;
            &lt;second&gt;2147483647&lt;/second&gt;
          &lt;/time&gt;
          &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;uris&gt;
            &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
            &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
          &lt;/uris&gt;
          &lt;workdayDurationValue&gt;
            &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
            &lt;hours&gt;2147483647&lt;/hours&gt;
            &lt;minutes&gt;2147483647&lt;/minutes&gt;
            &lt;workdays&gt;2147483647&lt;/workdays&gt;
          &lt;/workdayDurationValue&gt;
        &lt;/value&gt;
      &lt;/rightExpression&gt;
      &lt;value&gt;
        &lt;bool&gt;true&lt;/bool&gt;
        &lt;calendarDayDurationValue&gt;
          &lt;hours&gt;2147483647&lt;/hours&gt;
          &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
          &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
          &lt;minutes&gt;2147483647&lt;/minutes&gt;
          &lt;seconds&gt;2147483647&lt;/seconds&gt;
        &lt;/calendarDayDurationValue&gt;
        &lt;date&gt;
          &lt;day&gt;2147483647&lt;/day&gt;
          &lt;month&gt;2147483647&lt;/month&gt;
          &lt;year&gt;2147483647&lt;/year&gt;
        &lt;/date&gt;
        &lt;dateRange&gt;
          &lt;endDate&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/endDate&gt;
          &lt;relativeDateRangeAsOfDate&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/relativeDateRangeAsOfDate&gt;
          &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
          &lt;startDate&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/startDate&gt;
        &lt;/dateRange&gt;
        &lt;dateTimeUtc&gt;
          &lt;day&gt;2147483647&lt;/day&gt;
          &lt;hour&gt;2147483647&lt;/hour&gt;
          &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
          &lt;minute&gt;2147483647&lt;/minute&gt;
          &lt;month&gt;2147483647&lt;/month&gt;
          &lt;second&gt;2147483647&lt;/second&gt;
          &lt;year&gt;2147483647&lt;/year&gt;
        &lt;/dateTimeUtc&gt;
        &lt;dateTimeUtcRange&gt;
          &lt;endDateTime&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;hour&gt;2147483647&lt;/hour&gt;
            &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
            &lt;minute&gt;2147483647&lt;/minute&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;second&gt;2147483647&lt;/second&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/endDateTime&gt;
          &lt;startDateTime&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;hour&gt;2147483647&lt;/hour&gt;
            &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
            &lt;minute&gt;2147483647&lt;/minute&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;second&gt;2147483647&lt;/second&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/startDateTime&gt;
        &lt;/dateTimeUtcRange&gt;
        &lt;money&gt;
          &lt;amount&gt;12678967.543233&lt;/amount&gt;
          &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
        &lt;/money&gt;
        &lt;number&gt;12678967.543233&lt;/number&gt;
        &lt;numberRange&gt;
          &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
          &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
        &lt;/numberRange&gt;
        &lt;text&gt;String content&lt;/text&gt;
        &lt;time&gt;
          &lt;hour&gt;2147483647&lt;/hour&gt;
          &lt;minute&gt;2147483647&lt;/minute&gt;
          &lt;second&gt;2147483647&lt;/second&gt;
        &lt;/time&gt;
        &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
        &lt;uris&gt;
          &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
          &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
        &lt;/uris&gt;
        &lt;workdayDurationValue&gt;
          &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
          &lt;hours&gt;2147483647&lt;/hours&gt;
          &lt;minutes&gt;2147483647&lt;/minutes&gt;
          &lt;workdays&gt;2147483647&lt;/workdays&gt;
        &lt;/workdayDurationValue&gt;
      &lt;/value&gt;
    &lt;/rightExpression&gt;
    &lt;value&gt;
      &lt;bool&gt;true&lt;/bool&gt;
      &lt;calendarDayDurationValue&gt;
        &lt;hours&gt;2147483647&lt;/hours&gt;
        &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
        &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
        &lt;minutes&gt;2147483647&lt;/minutes&gt;
        &lt;seconds&gt;2147483647&lt;/seconds&gt;
      &lt;/calendarDayDurationValue&gt;
      &lt;date&gt;
        &lt;day&gt;2147483647&lt;/day&gt;
        &lt;month&gt;2147483647&lt;/month&gt;
        &lt;year&gt;2147483647&lt;/year&gt;
      &lt;/date&gt;
      &lt;dateRange&gt;
        &lt;endDate&gt;
          &lt;day&gt;2147483647&lt;/day&gt;
          &lt;month&gt;2147483647&lt;/month&gt;
          &lt;year&gt;2147483647&lt;/year&gt;
        &lt;/endDate&gt;
        &lt;relativeDateRangeAsOfDate&gt;
          &lt;day&gt;2147483647&lt;/day&gt;
          &lt;month&gt;2147483647&lt;/month&gt;
          &lt;year&gt;2147483647&lt;/year&gt;
        &lt;/relativeDateRangeAsOfDate&gt;
        &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
        &lt;startDate&gt;
          &lt;day&gt;2147483647&lt;/day&gt;
          &lt;month&gt;2147483647&lt;/month&gt;
          &lt;year&gt;2147483647&lt;/year&gt;
        &lt;/startDate&gt;
      &lt;/dateRange&gt;
      &lt;dateTimeUtc&gt;
        &lt;day&gt;2147483647&lt;/day&gt;
        &lt;hour&gt;2147483647&lt;/hour&gt;
        &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
        &lt;minute&gt;2147483647&lt;/minute&gt;
        &lt;month&gt;2147483647&lt;/month&gt;
        &lt;second&gt;2147483647&lt;/second&gt;
        &lt;year&gt;2147483647&lt;/year&gt;
      &lt;/dateTimeUtc&gt;
      &lt;dateTimeUtcRange&gt;
        &lt;endDateTime&gt;
          &lt;day&gt;2147483647&lt;/day&gt;
          &lt;hour&gt;2147483647&lt;/hour&gt;
          &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
          &lt;minute&gt;2147483647&lt;/minute&gt;
          &lt;month&gt;2147483647&lt;/month&gt;
          &lt;second&gt;2147483647&lt;/second&gt;
          &lt;year&gt;2147483647&lt;/year&gt;
        &lt;/endDateTime&gt;
        &lt;startDateTime&gt;
          &lt;day&gt;2147483647&lt;/day&gt;
          &lt;hour&gt;2147483647&lt;/hour&gt;
          &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
          &lt;minute&gt;2147483647&lt;/minute&gt;
          &lt;month&gt;2147483647&lt;/month&gt;
          &lt;second&gt;2147483647&lt;/second&gt;
          &lt;year&gt;2147483647&lt;/year&gt;
        &lt;/startDateTime&gt;
      &lt;/dateTimeUtcRange&gt;
      &lt;money&gt;
        &lt;amount&gt;12678967.543233&lt;/amount&gt;
        &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
      &lt;/money&gt;
      &lt;number&gt;12678967.543233&lt;/number&gt;
      &lt;numberRange&gt;
        &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
        &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
      &lt;/numberRange&gt;
      &lt;text&gt;String content&lt;/text&gt;
      &lt;time&gt;
        &lt;hour&gt;2147483647&lt;/hour&gt;
        &lt;minute&gt;2147483647&lt;/minute&gt;
        &lt;second&gt;2147483647&lt;/second&gt;
      &lt;/time&gt;
      &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
      &lt;uris&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
      &lt;/uris&gt;
      &lt;workdayDurationValue&gt;
        &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
        &lt;hours&gt;2147483647&lt;/hours&gt;
        &lt;minutes&gt;2147483647&lt;/minutes&gt;
        &lt;workdays&gt;2147483647&lt;/workdays&gt;
      &lt;/workdayDurationValue&gt;
    &lt;/value&gt;
  &lt;/FilterExpression1&gt;
  &lt;FilterExpression1&gt;
    &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
    &lt;leftExpression&gt;
      &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
      &lt;leftExpression&gt;
        &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
        &lt;leftExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
        &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
        &lt;rightExpression&gt;
          &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
          &lt;leftExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
          &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
          &lt;rightExpression&gt;
            &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
            &lt;leftExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
            &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
            &lt;rightExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
            &lt;value&gt;
              &lt;bool&gt;true&lt;/bool&gt;
              &lt;calendarDayDurationValue&gt;
                &lt;hours&gt;2147483647&lt;/hours&gt;
                &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
                &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
                &lt;minutes&gt;2147483647&lt;/minutes&gt;
                &lt;seconds&gt;2147483647&lt;/seconds&gt;
              &lt;/calendarDayDurationValue&gt;
              &lt;date&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/date&gt;
              &lt;dateRange&gt;
                &lt;endDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/endDate&gt;
                &lt;relativeDateRangeAsOfDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/relativeDateRangeAsOfDate&gt;
                &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
                &lt;startDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/startDate&gt;
              &lt;/dateRange&gt;
              &lt;dateTimeUtc&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/dateTimeUtc&gt;
              &lt;dateTimeUtcRange&gt;
                &lt;endDateTime&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;hour&gt;2147483647&lt;/hour&gt;
                  &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                  &lt;minute&gt;2147483647&lt;/minute&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;second&gt;2147483647&lt;/second&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/endDateTime&gt;
                &lt;startDateTime&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;hour&gt;2147483647&lt;/hour&gt;
                  &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                  &lt;minute&gt;2147483647&lt;/minute&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;second&gt;2147483647&lt;/second&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/startDateTime&gt;
              &lt;/dateTimeUtcRange&gt;
              &lt;money&gt;
                &lt;amount&gt;12678967.543233&lt;/amount&gt;
                &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
              &lt;/money&gt;
              &lt;number&gt;12678967.543233&lt;/number&gt;
              &lt;numberRange&gt;
                &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
                &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
              &lt;/numberRange&gt;
              &lt;text&gt;String content&lt;/text&gt;
              &lt;time&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
              &lt;/time&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;uris&gt;
                &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
                &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
              &lt;/uris&gt;
              &lt;workdayDurationValue&gt;
                &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
                &lt;hours&gt;2147483647&lt;/hours&gt;
                &lt;minutes&gt;2147483647&lt;/minutes&gt;
                &lt;workdays&gt;2147483647&lt;/workdays&gt;
              &lt;/workdayDurationValue&gt;
            &lt;/value&gt;
          &lt;/rightExpression&gt;
          &lt;value&gt;
            &lt;bool&gt;true&lt;/bool&gt;
            &lt;calendarDayDurationValue&gt;
              &lt;hours&gt;2147483647&lt;/hours&gt;
              &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
              &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
              &lt;minutes&gt;2147483647&lt;/minutes&gt;
              &lt;seconds&gt;2147483647&lt;/seconds&gt;
            &lt;/calendarDayDurationValue&gt;
            &lt;date&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/date&gt;
            &lt;dateRange&gt;
              &lt;endDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/endDate&gt;
              &lt;relativeDateRangeAsOfDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/relativeDateRangeAsOfDate&gt;
              &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
              &lt;startDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/startDate&gt;
            &lt;/dateRange&gt;
            &lt;dateTimeUtc&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/dateTimeUtc&gt;
            &lt;dateTimeUtcRange&gt;
              &lt;endDateTime&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/endDateTime&gt;
              &lt;startDateTime&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/startDateTime&gt;
            &lt;/dateTimeUtcRange&gt;
            &lt;money&gt;
              &lt;amount&gt;12678967.543233&lt;/amount&gt;
              &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
            &lt;/money&gt;
            &lt;number&gt;12678967.543233&lt;/number&gt;
            &lt;numberRange&gt;
              &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
              &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
            &lt;/numberRange&gt;
            &lt;text&gt;String content&lt;/text&gt;
            &lt;time&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
            &lt;/time&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;uris&gt;
              &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
              &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
            &lt;/uris&gt;
            &lt;workdayDurationValue&gt;
              &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
              &lt;hours&gt;2147483647&lt;/hours&gt;
              &lt;minutes&gt;2147483647&lt;/minutes&gt;
              &lt;workdays&gt;2147483647&lt;/workdays&gt;
            &lt;/workdayDurationValue&gt;
          &lt;/value&gt;
        &lt;/rightExpression&gt;
        &lt;value&gt;
          &lt;bool&gt;true&lt;/bool&gt;
          &lt;calendarDayDurationValue&gt;
            &lt;hours&gt;2147483647&lt;/hours&gt;
            &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
            &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
            &lt;minutes&gt;2147483647&lt;/minutes&gt;
            &lt;seconds&gt;2147483647&lt;/seconds&gt;
          &lt;/calendarDayDurationValue&gt;
          &lt;date&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/date&gt;
          &lt;dateRange&gt;
            &lt;endDate&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/endDate&gt;
            &lt;relativeDateRangeAsOfDate&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/relativeDateRangeAsOfDate&gt;
            &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
            &lt;startDate&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/startDate&gt;
          &lt;/dateRange&gt;
          &lt;dateTimeUtc&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;hour&gt;2147483647&lt;/hour&gt;
            &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
            &lt;minute&gt;2147483647&lt;/minute&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;second&gt;2147483647&lt;/second&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/dateTimeUtc&gt;
          &lt;dateTimeUtcRange&gt;
            &lt;endDateTime&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/endDateTime&gt;
            &lt;startDateTime&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/startDateTime&gt;
          &lt;/dateTimeUtcRange&gt;
          &lt;money&gt;
            &lt;amount&gt;12678967.543233&lt;/amount&gt;
            &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
          &lt;/money&gt;
          &lt;number&gt;12678967.543233&lt;/number&gt;
          &lt;numberRange&gt;
            &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
            &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
          &lt;/numberRange&gt;
          &lt;text&gt;String content&lt;/text&gt;
          &lt;time&gt;
            &lt;hour&gt;2147483647&lt;/hour&gt;
            &lt;minute&gt;2147483647&lt;/minute&gt;
            &lt;second&gt;2147483647&lt;/second&gt;
          &lt;/time&gt;
          &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;uris&gt;
            &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
            &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
          &lt;/uris&gt;
          &lt;workdayDurationValue&gt;
            &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
            &lt;hours&gt;2147483647&lt;/hours&gt;
            &lt;minutes&gt;2147483647&lt;/minutes&gt;
            &lt;workdays&gt;2147483647&lt;/workdays&gt;
          &lt;/workdayDurationValue&gt;
        &lt;/value&gt;
      &lt;/leftExpression&gt;
      &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
      &lt;rightExpression&gt;
        &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
        &lt;leftExpression&gt;
          &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
          &lt;leftExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
          &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
          &lt;rightExpression&gt;
            &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
            &lt;leftExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
            &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
            &lt;rightExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
            &lt;value&gt;
              &lt;bool&gt;true&lt;/bool&gt;
              &lt;calendarDayDurationValue&gt;
                &lt;hours&gt;2147483647&lt;/hours&gt;
                &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
                &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
                &lt;minutes&gt;2147483647&lt;/minutes&gt;
                &lt;seconds&gt;2147483647&lt;/seconds&gt;
              &lt;/calendarDayDurationValue&gt;
              &lt;date&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/date&gt;
              &lt;dateRange&gt;
                &lt;endDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/endDate&gt;
                &lt;relativeDateRangeAsOfDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/relativeDateRangeAsOfDate&gt;
                &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
                &lt;startDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/startDate&gt;
              &lt;/dateRange&gt;
              &lt;dateTimeUtc&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/dateTimeUtc&gt;
              &lt;dateTimeUtcRange&gt;
                &lt;endDateTime&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;hour&gt;2147483647&lt;/hour&gt;
                  &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                  &lt;minute&gt;2147483647&lt;/minute&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;second&gt;2147483647&lt;/second&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/endDateTime&gt;
                &lt;startDateTime&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;hour&gt;2147483647&lt;/hour&gt;
                  &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                  &lt;minute&gt;2147483647&lt;/minute&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;second&gt;2147483647&lt;/second&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/startDateTime&gt;
              &lt;/dateTimeUtcRange&gt;
              &lt;money&gt;
                &lt;amount&gt;12678967.543233&lt;/amount&gt;
                &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
              &lt;/money&gt;
              &lt;number&gt;12678967.543233&lt;/number&gt;
              &lt;numberRange&gt;
                &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
                &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
              &lt;/numberRange&gt;
              &lt;text&gt;String content&lt;/text&gt;
              &lt;time&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
              &lt;/time&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;uris&gt;
                &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
                &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
              &lt;/uris&gt;
              &lt;workdayDurationValue&gt;
                &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
                &lt;hours&gt;2147483647&lt;/hours&gt;
                &lt;minutes&gt;2147483647&lt;/minutes&gt;
                &lt;workdays&gt;2147483647&lt;/workdays&gt;
              &lt;/workdayDurationValue&gt;
            &lt;/value&gt;
          &lt;/rightExpression&gt;
          &lt;value&gt;
            &lt;bool&gt;true&lt;/bool&gt;
            &lt;calendarDayDurationValue&gt;
              &lt;hours&gt;2147483647&lt;/hours&gt;
              &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
              &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
              &lt;minutes&gt;2147483647&lt;/minutes&gt;
              &lt;seconds&gt;2147483647&lt;/seconds&gt;
            &lt;/calendarDayDurationValue&gt;
            &lt;date&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/date&gt;
            &lt;dateRange&gt;
              &lt;endDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/endDate&gt;
              &lt;relativeDateRangeAsOfDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/relativeDateRangeAsOfDate&gt;
              &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
              &lt;startDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/startDate&gt;
            &lt;/dateRange&gt;
            &lt;dateTimeUtc&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/dateTimeUtc&gt;
            &lt;dateTimeUtcRange&gt;
              &lt;endDateTime&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/endDateTime&gt;
              &lt;startDateTime&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/startDateTime&gt;
            &lt;/dateTimeUtcRange&gt;
            &lt;money&gt;
              &lt;amount&gt;12678967.543233&lt;/amount&gt;
              &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
            &lt;/money&gt;
            &lt;number&gt;12678967.543233&lt;/number&gt;
            &lt;numberRange&gt;
              &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
              &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
            &lt;/numberRange&gt;
            &lt;text&gt;String content&lt;/text&gt;
            &lt;time&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
            &lt;/time&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;uris&gt;
              &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
              &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
            &lt;/uris&gt;
            &lt;workdayDurationValue&gt;
              &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
              &lt;hours&gt;2147483647&lt;/hours&gt;
              &lt;minutes&gt;2147483647&lt;/minutes&gt;
              &lt;workdays&gt;2147483647&lt;/workdays&gt;
            &lt;/workdayDurationValue&gt;
          &lt;/value&gt;
        &lt;/leftExpression&gt;
        &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
        &lt;rightExpression&gt;
          &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
          &lt;leftExpression&gt;
            &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
            &lt;leftExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
            &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
            &lt;rightExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
            &lt;value&gt;
              &lt;bool&gt;true&lt;/bool&gt;
              &lt;calendarDayDurationValue&gt;
                &lt;hours&gt;2147483647&lt;/hours&gt;
                &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
                &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
                &lt;minutes&gt;2147483647&lt;/minutes&gt;
                &lt;seconds&gt;2147483647&lt;/seconds&gt;
              &lt;/calendarDayDurationValue&gt;
              &lt;date&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/date&gt;
              &lt;dateRange&gt;
                &lt;endDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/endDate&gt;
                &lt;relativeDateRangeAsOfDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/relativeDateRangeAsOfDate&gt;
                &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
                &lt;startDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/startDate&gt;
              &lt;/dateRange&gt;
              &lt;dateTimeUtc&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/dateTimeUtc&gt;
              &lt;dateTimeUtcRange&gt;
                &lt;endDateTime&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;hour&gt;2147483647&lt;/hour&gt;
                  &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                  &lt;minute&gt;2147483647&lt;/minute&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;second&gt;2147483647&lt;/second&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/endDateTime&gt;
                &lt;startDateTime&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;hour&gt;2147483647&lt;/hour&gt;
                  &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                  &lt;minute&gt;2147483647&lt;/minute&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;second&gt;2147483647&lt;/second&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/startDateTime&gt;
              &lt;/dateTimeUtcRange&gt;
              &lt;money&gt;
                &lt;amount&gt;12678967.543233&lt;/amount&gt;
                &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
              &lt;/money&gt;
              &lt;number&gt;12678967.543233&lt;/number&gt;
              &lt;numberRange&gt;
                &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
                &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
              &lt;/numberRange&gt;
              &lt;text&gt;String content&lt;/text&gt;
              &lt;time&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
              &lt;/time&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;uris&gt;
                &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
                &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
              &lt;/uris&gt;
              &lt;workdayDurationValue&gt;
                &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
                &lt;hours&gt;2147483647&lt;/hours&gt;
                &lt;minutes&gt;2147483647&lt;/minutes&gt;
                &lt;workdays&gt;2147483647&lt;/workdays&gt;
              &lt;/workdayDurationValue&gt;
            &lt;/value&gt;
          &lt;/leftExpression&gt;
          &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
          &lt;rightExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
          &lt;value&gt;
            &lt;bool&gt;true&lt;/bool&gt;
            &lt;calendarDayDurationValue&gt;
              &lt;hours&gt;2147483647&lt;/hours&gt;
              &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
              &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
              &lt;minutes&gt;2147483647&lt;/minutes&gt;
              &lt;seconds&gt;2147483647&lt;/seconds&gt;
            &lt;/calendarDayDurationValue&gt;
            &lt;date&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/date&gt;
            &lt;dateRange&gt;
              &lt;endDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/endDate&gt;
              &lt;relativeDateRangeAsOfDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/relativeDateRangeAsOfDate&gt;
              &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
              &lt;startDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/startDate&gt;
            &lt;/dateRange&gt;
            &lt;dateTimeUtc&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/dateTimeUtc&gt;
            &lt;dateTimeUtcRange&gt;
              &lt;endDateTime&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/endDateTime&gt;
              &lt;startDateTime&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/startDateTime&gt;
            &lt;/dateTimeUtcRange&gt;
            &lt;money&gt;
              &lt;amount&gt;12678967.543233&lt;/amount&gt;
              &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
            &lt;/money&gt;
            &lt;number&gt;12678967.543233&lt;/number&gt;
            &lt;numberRange&gt;
              &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
              &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
            &lt;/numberRange&gt;
            &lt;text&gt;String content&lt;/text&gt;
            &lt;time&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
            &lt;/time&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;uris&gt;
              &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
              &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
            &lt;/uris&gt;
            &lt;workdayDurationValue&gt;
              &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
              &lt;hours&gt;2147483647&lt;/hours&gt;
              &lt;minutes&gt;2147483647&lt;/minutes&gt;
              &lt;workdays&gt;2147483647&lt;/workdays&gt;
            &lt;/workdayDurationValue&gt;
          &lt;/value&gt;
        &lt;/rightExpression&gt;
        &lt;value&gt;
          &lt;bool&gt;true&lt;/bool&gt;
          &lt;calendarDayDurationValue&gt;
            &lt;hours&gt;2147483647&lt;/hours&gt;
            &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
            &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
            &lt;minutes&gt;2147483647&lt;/minutes&gt;
            &lt;seconds&gt;2147483647&lt;/seconds&gt;
          &lt;/calendarDayDurationValue&gt;
          &lt;date&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/date&gt;
          &lt;dateRange&gt;
            &lt;endDate&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/endDate&gt;
            &lt;relativeDateRangeAsOfDate&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/relativeDateRangeAsOfDate&gt;
            &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
            &lt;startDate&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/startDate&gt;
          &lt;/dateRange&gt;
          &lt;dateTimeUtc&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;hour&gt;2147483647&lt;/hour&gt;
            &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
            &lt;minute&gt;2147483647&lt;/minute&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;second&gt;2147483647&lt;/second&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/dateTimeUtc&gt;
          &lt;dateTimeUtcRange&gt;
            &lt;endDateTime&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/endDateTime&gt;
            &lt;startDateTime&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/startDateTime&gt;
          &lt;/dateTimeUtcRange&gt;
          &lt;money&gt;
            &lt;amount&gt;12678967.543233&lt;/amount&gt;
            &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
          &lt;/money&gt;
          &lt;number&gt;12678967.543233&lt;/number&gt;
          &lt;numberRange&gt;
            &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
            &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
          &lt;/numberRange&gt;
          &lt;text&gt;String content&lt;/text&gt;
          &lt;time&gt;
            &lt;hour&gt;2147483647&lt;/hour&gt;
            &lt;minute&gt;2147483647&lt;/minute&gt;
            &lt;second&gt;2147483647&lt;/second&gt;
          &lt;/time&gt;
          &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;uris&gt;
            &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
            &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
          &lt;/uris&gt;
          &lt;workdayDurationValue&gt;
            &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
            &lt;hours&gt;2147483647&lt;/hours&gt;
            &lt;minutes&gt;2147483647&lt;/minutes&gt;
            &lt;workdays&gt;2147483647&lt;/workdays&gt;
          &lt;/workdayDurationValue&gt;
        &lt;/value&gt;
      &lt;/rightExpression&gt;
      &lt;value&gt;
        &lt;bool&gt;true&lt;/bool&gt;
        &lt;calendarDayDurationValue&gt;
          &lt;hours&gt;2147483647&lt;/hours&gt;
          &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
          &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
          &lt;minutes&gt;2147483647&lt;/minutes&gt;
          &lt;seconds&gt;2147483647&lt;/seconds&gt;
        &lt;/calendarDayDurationValue&gt;
        &lt;date&gt;
          &lt;day&gt;2147483647&lt;/day&gt;
          &lt;month&gt;2147483647&lt;/month&gt;
          &lt;year&gt;2147483647&lt;/year&gt;
        &lt;/date&gt;
        &lt;dateRange&gt;
          &lt;endDate&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/endDate&gt;
          &lt;relativeDateRangeAsOfDate&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/relativeDateRangeAsOfDate&gt;
          &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
          &lt;startDate&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/startDate&gt;
        &lt;/dateRange&gt;
        &lt;dateTimeUtc&gt;
          &lt;day&gt;2147483647&lt;/day&gt;
          &lt;hour&gt;2147483647&lt;/hour&gt;
          &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
          &lt;minute&gt;2147483647&lt;/minute&gt;
          &lt;month&gt;2147483647&lt;/month&gt;
          &lt;second&gt;2147483647&lt;/second&gt;
          &lt;year&gt;2147483647&lt;/year&gt;
        &lt;/dateTimeUtc&gt;
        &lt;dateTimeUtcRange&gt;
          &lt;endDateTime&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;hour&gt;2147483647&lt;/hour&gt;
            &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
            &lt;minute&gt;2147483647&lt;/minute&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;second&gt;2147483647&lt;/second&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/endDateTime&gt;
          &lt;startDateTime&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;hour&gt;2147483647&lt;/hour&gt;
            &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
            &lt;minute&gt;2147483647&lt;/minute&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;second&gt;2147483647&lt;/second&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/startDateTime&gt;
        &lt;/dateTimeUtcRange&gt;
        &lt;money&gt;
          &lt;amount&gt;12678967.543233&lt;/amount&gt;
          &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
        &lt;/money&gt;
        &lt;number&gt;12678967.543233&lt;/number&gt;
        &lt;numberRange&gt;
          &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
          &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
        &lt;/numberRange&gt;
        &lt;text&gt;String content&lt;/text&gt;
        &lt;time&gt;
          &lt;hour&gt;2147483647&lt;/hour&gt;
          &lt;minute&gt;2147483647&lt;/minute&gt;
          &lt;second&gt;2147483647&lt;/second&gt;
        &lt;/time&gt;
        &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
        &lt;uris&gt;
          &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
          &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
        &lt;/uris&gt;
        &lt;workdayDurationValue&gt;
          &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
          &lt;hours&gt;2147483647&lt;/hours&gt;
          &lt;minutes&gt;2147483647&lt;/minutes&gt;
          &lt;workdays&gt;2147483647&lt;/workdays&gt;
        &lt;/workdayDurationValue&gt;
      &lt;/value&gt;
    &lt;/leftExpression&gt;
    &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
    &lt;rightExpression&gt;
      &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
      &lt;leftExpression&gt;
        &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
        &lt;leftExpression&gt;
          &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
          &lt;leftExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
          &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
          &lt;rightExpression&gt;
            &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
            &lt;leftExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
            &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
            &lt;rightExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
            &lt;value&gt;
              &lt;bool&gt;true&lt;/bool&gt;
              &lt;calendarDayDurationValue&gt;
                &lt;hours&gt;2147483647&lt;/hours&gt;
                &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
                &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
                &lt;minutes&gt;2147483647&lt;/minutes&gt;
                &lt;seconds&gt;2147483647&lt;/seconds&gt;
              &lt;/calendarDayDurationValue&gt;
              &lt;date&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/date&gt;
              &lt;dateRange&gt;
                &lt;endDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/endDate&gt;
                &lt;relativeDateRangeAsOfDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/relativeDateRangeAsOfDate&gt;
                &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
                &lt;startDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/startDate&gt;
              &lt;/dateRange&gt;
              &lt;dateTimeUtc&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/dateTimeUtc&gt;
              &lt;dateTimeUtcRange&gt;
                &lt;endDateTime&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;hour&gt;2147483647&lt;/hour&gt;
                  &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                  &lt;minute&gt;2147483647&lt;/minute&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;second&gt;2147483647&lt;/second&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/endDateTime&gt;
                &lt;startDateTime&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;hour&gt;2147483647&lt;/hour&gt;
                  &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                  &lt;minute&gt;2147483647&lt;/minute&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;second&gt;2147483647&lt;/second&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/startDateTime&gt;
              &lt;/dateTimeUtcRange&gt;
              &lt;money&gt;
                &lt;amount&gt;12678967.543233&lt;/amount&gt;
                &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
              &lt;/money&gt;
              &lt;number&gt;12678967.543233&lt;/number&gt;
              &lt;numberRange&gt;
                &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
                &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
              &lt;/numberRange&gt;
              &lt;text&gt;String content&lt;/text&gt;
              &lt;time&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
              &lt;/time&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;uris&gt;
                &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
                &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
              &lt;/uris&gt;
              &lt;workdayDurationValue&gt;
                &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
                &lt;hours&gt;2147483647&lt;/hours&gt;
                &lt;minutes&gt;2147483647&lt;/minutes&gt;
                &lt;workdays&gt;2147483647&lt;/workdays&gt;
              &lt;/workdayDurationValue&gt;
            &lt;/value&gt;
          &lt;/rightExpression&gt;
          &lt;value&gt;
            &lt;bool&gt;true&lt;/bool&gt;
            &lt;calendarDayDurationValue&gt;
              &lt;hours&gt;2147483647&lt;/hours&gt;
              &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
              &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
              &lt;minutes&gt;2147483647&lt;/minutes&gt;
              &lt;seconds&gt;2147483647&lt;/seconds&gt;
            &lt;/calendarDayDurationValue&gt;
            &lt;date&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/date&gt;
            &lt;dateRange&gt;
              &lt;endDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/endDate&gt;
              &lt;relativeDateRangeAsOfDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/relativeDateRangeAsOfDate&gt;
              &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
              &lt;startDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/startDate&gt;
            &lt;/dateRange&gt;
            &lt;dateTimeUtc&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/dateTimeUtc&gt;
            &lt;dateTimeUtcRange&gt;
              &lt;endDateTime&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/endDateTime&gt;
              &lt;startDateTime&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/startDateTime&gt;
            &lt;/dateTimeUtcRange&gt;
            &lt;money&gt;
              &lt;amount&gt;12678967.543233&lt;/amount&gt;
              &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
            &lt;/money&gt;
            &lt;number&gt;12678967.543233&lt;/number&gt;
            &lt;numberRange&gt;
              &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
              &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
            &lt;/numberRange&gt;
            &lt;text&gt;String content&lt;/text&gt;
            &lt;time&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
            &lt;/time&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;uris&gt;
              &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
              &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
            &lt;/uris&gt;
            &lt;workdayDurationValue&gt;
              &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
              &lt;hours&gt;2147483647&lt;/hours&gt;
              &lt;minutes&gt;2147483647&lt;/minutes&gt;
              &lt;workdays&gt;2147483647&lt;/workdays&gt;
            &lt;/workdayDurationValue&gt;
          &lt;/value&gt;
        &lt;/leftExpression&gt;
        &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
        &lt;rightExpression&gt;
          &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
          &lt;leftExpression&gt;
            &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
            &lt;leftExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
            &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
            &lt;rightExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
            &lt;value&gt;
              &lt;bool&gt;true&lt;/bool&gt;
              &lt;calendarDayDurationValue&gt;
                &lt;hours&gt;2147483647&lt;/hours&gt;
                &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
                &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
                &lt;minutes&gt;2147483647&lt;/minutes&gt;
                &lt;seconds&gt;2147483647&lt;/seconds&gt;
              &lt;/calendarDayDurationValue&gt;
              &lt;date&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/date&gt;
              &lt;dateRange&gt;
                &lt;endDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/endDate&gt;
                &lt;relativeDateRangeAsOfDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/relativeDateRangeAsOfDate&gt;
                &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
                &lt;startDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/startDate&gt;
              &lt;/dateRange&gt;
              &lt;dateTimeUtc&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/dateTimeUtc&gt;
              &lt;dateTimeUtcRange&gt;
                &lt;endDateTime&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;hour&gt;2147483647&lt;/hour&gt;
                  &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                  &lt;minute&gt;2147483647&lt;/minute&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;second&gt;2147483647&lt;/second&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/endDateTime&gt;
                &lt;startDateTime&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;hour&gt;2147483647&lt;/hour&gt;
                  &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                  &lt;minute&gt;2147483647&lt;/minute&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;second&gt;2147483647&lt;/second&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/startDateTime&gt;
              &lt;/dateTimeUtcRange&gt;
              &lt;money&gt;
                &lt;amount&gt;12678967.543233&lt;/amount&gt;
                &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
              &lt;/money&gt;
              &lt;number&gt;12678967.543233&lt;/number&gt;
              &lt;numberRange&gt;
                &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
                &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
              &lt;/numberRange&gt;
              &lt;text&gt;String content&lt;/text&gt;
              &lt;time&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
              &lt;/time&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;uris&gt;
                &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
                &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
              &lt;/uris&gt;
              &lt;workdayDurationValue&gt;
                &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
                &lt;hours&gt;2147483647&lt;/hours&gt;
                &lt;minutes&gt;2147483647&lt;/minutes&gt;
                &lt;workdays&gt;2147483647&lt;/workdays&gt;
              &lt;/workdayDurationValue&gt;
            &lt;/value&gt;
          &lt;/leftExpression&gt;
          &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
          &lt;rightExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
          &lt;value&gt;
            &lt;bool&gt;true&lt;/bool&gt;
            &lt;calendarDayDurationValue&gt;
              &lt;hours&gt;2147483647&lt;/hours&gt;
              &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
              &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
              &lt;minutes&gt;2147483647&lt;/minutes&gt;
              &lt;seconds&gt;2147483647&lt;/seconds&gt;
            &lt;/calendarDayDurationValue&gt;
            &lt;date&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/date&gt;
            &lt;dateRange&gt;
              &lt;endDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/endDate&gt;
              &lt;relativeDateRangeAsOfDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/relativeDateRangeAsOfDate&gt;
              &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
              &lt;startDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/startDate&gt;
            &lt;/dateRange&gt;
            &lt;dateTimeUtc&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/dateTimeUtc&gt;
            &lt;dateTimeUtcRange&gt;
              &lt;endDateTime&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/endDateTime&gt;
              &lt;startDateTime&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/startDateTime&gt;
            &lt;/dateTimeUtcRange&gt;
            &lt;money&gt;
              &lt;amount&gt;12678967.543233&lt;/amount&gt;
              &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
            &lt;/money&gt;
            &lt;number&gt;12678967.543233&lt;/number&gt;
            &lt;numberRange&gt;
              &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
              &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
            &lt;/numberRange&gt;
            &lt;text&gt;String content&lt;/text&gt;
            &lt;time&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
            &lt;/time&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;uris&gt;
              &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
              &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
            &lt;/uris&gt;
            &lt;workdayDurationValue&gt;
              &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
              &lt;hours&gt;2147483647&lt;/hours&gt;
              &lt;minutes&gt;2147483647&lt;/minutes&gt;
              &lt;workdays&gt;2147483647&lt;/workdays&gt;
            &lt;/workdayDurationValue&gt;
          &lt;/value&gt;
        &lt;/rightExpression&gt;
        &lt;value&gt;
          &lt;bool&gt;true&lt;/bool&gt;
          &lt;calendarDayDurationValue&gt;
            &lt;hours&gt;2147483647&lt;/hours&gt;
            &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
            &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
            &lt;minutes&gt;2147483647&lt;/minutes&gt;
            &lt;seconds&gt;2147483647&lt;/seconds&gt;
          &lt;/calendarDayDurationValue&gt;
          &lt;date&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/date&gt;
          &lt;dateRange&gt;
            &lt;endDate&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/endDate&gt;
            &lt;relativeDateRangeAsOfDate&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/relativeDateRangeAsOfDate&gt;
            &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
            &lt;startDate&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/startDate&gt;
          &lt;/dateRange&gt;
          &lt;dateTimeUtc&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;hour&gt;2147483647&lt;/hour&gt;
            &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
            &lt;minute&gt;2147483647&lt;/minute&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;second&gt;2147483647&lt;/second&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/dateTimeUtc&gt;
          &lt;dateTimeUtcRange&gt;
            &lt;endDateTime&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/endDateTime&gt;
            &lt;startDateTime&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/startDateTime&gt;
          &lt;/dateTimeUtcRange&gt;
          &lt;money&gt;
            &lt;amount&gt;12678967.543233&lt;/amount&gt;
            &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
          &lt;/money&gt;
          &lt;number&gt;12678967.543233&lt;/number&gt;
          &lt;numberRange&gt;
            &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
            &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
          &lt;/numberRange&gt;
          &lt;text&gt;String content&lt;/text&gt;
          &lt;time&gt;
            &lt;hour&gt;2147483647&lt;/hour&gt;
            &lt;minute&gt;2147483647&lt;/minute&gt;
            &lt;second&gt;2147483647&lt;/second&gt;
          &lt;/time&gt;
          &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;uris&gt;
            &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
            &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
          &lt;/uris&gt;
          &lt;workdayDurationValue&gt;
            &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
            &lt;hours&gt;2147483647&lt;/hours&gt;
            &lt;minutes&gt;2147483647&lt;/minutes&gt;
            &lt;workdays&gt;2147483647&lt;/workdays&gt;
          &lt;/workdayDurationValue&gt;
        &lt;/value&gt;
      &lt;/leftExpression&gt;
      &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
      &lt;rightExpression&gt;
        &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
        &lt;leftExpression&gt;
          &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
          &lt;leftExpression&gt;
            &lt;filterDefinitionUri&gt;http://www.example.com/&lt;/filterDefinitionUri&gt;
            &lt;leftExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
            &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
            &lt;rightExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
            &lt;value&gt;
              &lt;bool&gt;true&lt;/bool&gt;
              &lt;calendarDayDurationValue&gt;
                &lt;hours&gt;2147483647&lt;/hours&gt;
                &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
                &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
                &lt;minutes&gt;2147483647&lt;/minutes&gt;
                &lt;seconds&gt;2147483647&lt;/seconds&gt;
              &lt;/calendarDayDurationValue&gt;
              &lt;date&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/date&gt;
              &lt;dateRange&gt;
                &lt;endDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/endDate&gt;
                &lt;relativeDateRangeAsOfDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/relativeDateRangeAsOfDate&gt;
                &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
                &lt;startDate&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/startDate&gt;
              &lt;/dateRange&gt;
              &lt;dateTimeUtc&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/dateTimeUtc&gt;
              &lt;dateTimeUtcRange&gt;
                &lt;endDateTime&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;hour&gt;2147483647&lt;/hour&gt;
                  &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                  &lt;minute&gt;2147483647&lt;/minute&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;second&gt;2147483647&lt;/second&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/endDateTime&gt;
                &lt;startDateTime&gt;
                  &lt;day&gt;2147483647&lt;/day&gt;
                  &lt;hour&gt;2147483647&lt;/hour&gt;
                  &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                  &lt;minute&gt;2147483647&lt;/minute&gt;
                  &lt;month&gt;2147483647&lt;/month&gt;
                  &lt;second&gt;2147483647&lt;/second&gt;
                  &lt;year&gt;2147483647&lt;/year&gt;
                &lt;/startDateTime&gt;
              &lt;/dateTimeUtcRange&gt;
              &lt;money&gt;
                &lt;amount&gt;12678967.543233&lt;/amount&gt;
                &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
              &lt;/money&gt;
              &lt;number&gt;12678967.543233&lt;/number&gt;
              &lt;numberRange&gt;
                &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
                &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
              &lt;/numberRange&gt;
              &lt;text&gt;String content&lt;/text&gt;
              &lt;time&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
              &lt;/time&gt;
              &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
              &lt;uris&gt;
                &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
                &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
              &lt;/uris&gt;
              &lt;workdayDurationValue&gt;
                &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
                &lt;hours&gt;2147483647&lt;/hours&gt;
                &lt;minutes&gt;2147483647&lt;/minutes&gt;
                &lt;workdays&gt;2147483647&lt;/workdays&gt;
              &lt;/workdayDurationValue&gt;
            &lt;/value&gt;
          &lt;/leftExpression&gt;
          &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
          &lt;rightExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
          &lt;value&gt;
            &lt;bool&gt;true&lt;/bool&gt;
            &lt;calendarDayDurationValue&gt;
              &lt;hours&gt;2147483647&lt;/hours&gt;
              &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
              &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
              &lt;minutes&gt;2147483647&lt;/minutes&gt;
              &lt;seconds&gt;2147483647&lt;/seconds&gt;
            &lt;/calendarDayDurationValue&gt;
            &lt;date&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/date&gt;
            &lt;dateRange&gt;
              &lt;endDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/endDate&gt;
              &lt;relativeDateRangeAsOfDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/relativeDateRangeAsOfDate&gt;
              &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
              &lt;startDate&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/startDate&gt;
            &lt;/dateRange&gt;
            &lt;dateTimeUtc&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/dateTimeUtc&gt;
            &lt;dateTimeUtcRange&gt;
              &lt;endDateTime&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/endDateTime&gt;
              &lt;startDateTime&gt;
                &lt;day&gt;2147483647&lt;/day&gt;
                &lt;hour&gt;2147483647&lt;/hour&gt;
                &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
                &lt;minute&gt;2147483647&lt;/minute&gt;
                &lt;month&gt;2147483647&lt;/month&gt;
                &lt;second&gt;2147483647&lt;/second&gt;
                &lt;year&gt;2147483647&lt;/year&gt;
              &lt;/startDateTime&gt;
            &lt;/dateTimeUtcRange&gt;
            &lt;money&gt;
              &lt;amount&gt;12678967.543233&lt;/amount&gt;
              &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
            &lt;/money&gt;
            &lt;number&gt;12678967.543233&lt;/number&gt;
            &lt;numberRange&gt;
              &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
              &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
            &lt;/numberRange&gt;
            &lt;text&gt;String content&lt;/text&gt;
            &lt;time&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
            &lt;/time&gt;
            &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
            &lt;uris&gt;
              &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
              &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
            &lt;/uris&gt;
            &lt;workdayDurationValue&gt;
              &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
              &lt;hours&gt;2147483647&lt;/hours&gt;
              &lt;minutes&gt;2147483647&lt;/minutes&gt;
              &lt;workdays&gt;2147483647&lt;/workdays&gt;
            &lt;/workdayDurationValue&gt;
          &lt;/value&gt;
        &lt;/leftExpression&gt;
        &lt;operatorUri&gt;http://www.example.com/&lt;/operatorUri&gt;
        &lt;rightExpression i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" /&gt;
        &lt;value&gt;
          &lt;bool&gt;true&lt;/bool&gt;
          &lt;calendarDayDurationValue&gt;
            &lt;hours&gt;2147483647&lt;/hours&gt;
            &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
            &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
            &lt;minutes&gt;2147483647&lt;/minutes&gt;
            &lt;seconds&gt;2147483647&lt;/seconds&gt;
          &lt;/calendarDayDurationValue&gt;
          &lt;date&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/date&gt;
          &lt;dateRange&gt;
            &lt;endDate&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/endDate&gt;
            &lt;relativeDateRangeAsOfDate&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/relativeDateRangeAsOfDate&gt;
            &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
            &lt;startDate&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/startDate&gt;
          &lt;/dateRange&gt;
          &lt;dateTimeUtc&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;hour&gt;2147483647&lt;/hour&gt;
            &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
            &lt;minute&gt;2147483647&lt;/minute&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;second&gt;2147483647&lt;/second&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/dateTimeUtc&gt;
          &lt;dateTimeUtcRange&gt;
            &lt;endDateTime&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/endDateTime&gt;
            &lt;startDateTime&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;hour&gt;2147483647&lt;/hour&gt;
              &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
              &lt;minute&gt;2147483647&lt;/minute&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;second&gt;2147483647&lt;/second&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/startDateTime&gt;
          &lt;/dateTimeUtcRange&gt;
          &lt;money&gt;
            &lt;amount&gt;12678967.543233&lt;/amount&gt;
            &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
          &lt;/money&gt;
          &lt;number&gt;12678967.543233&lt;/number&gt;
          &lt;numberRange&gt;
            &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
            &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
          &lt;/numberRange&gt;
          &lt;text&gt;String content&lt;/text&gt;
          &lt;time&gt;
            &lt;hour&gt;2147483647&lt;/hour&gt;
            &lt;minute&gt;2147483647&lt;/minute&gt;
            &lt;second&gt;2147483647&lt;/second&gt;
          &lt;/time&gt;
          &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
          &lt;uris&gt;
            &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
            &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
          &lt;/uris&gt;
          &lt;workdayDurationValue&gt;
            &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
            &lt;hours&gt;2147483647&lt;/hours&gt;
            &lt;minutes&gt;2147483647&lt;/minutes&gt;
            &lt;workdays&gt;2147483647&lt;/workdays&gt;
          &lt;/workdayDurationValue&gt;
        &lt;/value&gt;
      &lt;/rightExpression&gt;
      &lt;value&gt;
        &lt;bool&gt;true&lt;/bool&gt;
        &lt;calendarDayDurationValue&gt;
          &lt;hours&gt;2147483647&lt;/hours&gt;
          &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
          &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
          &lt;minutes&gt;2147483647&lt;/minutes&gt;
          &lt;seconds&gt;2147483647&lt;/seconds&gt;
        &lt;/calendarDayDurationValue&gt;
        &lt;date&gt;
          &lt;day&gt;2147483647&lt;/day&gt;
          &lt;month&gt;2147483647&lt;/month&gt;
          &lt;year&gt;2147483647&lt;/year&gt;
        &lt;/date&gt;
        &lt;dateRange&gt;
          &lt;endDate&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/endDate&gt;
          &lt;relativeDateRangeAsOfDate&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/relativeDateRangeAsOfDate&gt;
          &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
          &lt;startDate&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/startDate&gt;
        &lt;/dateRange&gt;
        &lt;dateTimeUtc&gt;
          &lt;day&gt;2147483647&lt;/day&gt;
          &lt;hour&gt;2147483647&lt;/hour&gt;
          &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
          &lt;minute&gt;2147483647&lt;/minute&gt;
          &lt;month&gt;2147483647&lt;/month&gt;
          &lt;second&gt;2147483647&lt;/second&gt;
          &lt;year&gt;2147483647&lt;/year&gt;
        &lt;/dateTimeUtc&gt;
        &lt;dateTimeUtcRange&gt;
          &lt;endDateTime&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;hour&gt;2147483647&lt;/hour&gt;
            &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
            &lt;minute&gt;2147483647&lt;/minute&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;second&gt;2147483647&lt;/second&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/endDateTime&gt;
          &lt;startDateTime&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;hour&gt;2147483647&lt;/hour&gt;
            &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
            &lt;minute&gt;2147483647&lt;/minute&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;second&gt;2147483647&lt;/second&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/startDateTime&gt;
        &lt;/dateTimeUtcRange&gt;
        &lt;money&gt;
          &lt;amount&gt;12678967.543233&lt;/amount&gt;
          &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
        &lt;/money&gt;
        &lt;number&gt;12678967.543233&lt;/number&gt;
        &lt;numberRange&gt;
          &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
          &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
        &lt;/numberRange&gt;
        &lt;text&gt;String content&lt;/text&gt;
        &lt;time&gt;
          &lt;hour&gt;2147483647&lt;/hour&gt;
          &lt;minute&gt;2147483647&lt;/minute&gt;
          &lt;second&gt;2147483647&lt;/second&gt;
        &lt;/time&gt;
        &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
        &lt;uris&gt;
          &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
          &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
        &lt;/uris&gt;
        &lt;workdayDurationValue&gt;
          &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
          &lt;hours&gt;2147483647&lt;/hours&gt;
          &lt;minutes&gt;2147483647&lt;/minutes&gt;
          &lt;workdays&gt;2147483647&lt;/workdays&gt;
        &lt;/workdayDurationValue&gt;
      &lt;/value&gt;
    &lt;/rightExpression&gt;
    &lt;value&gt;
      &lt;bool&gt;true&lt;/bool&gt;
      &lt;calendarDayDurationValue&gt;
        &lt;hours&gt;2147483647&lt;/hours&gt;
        &lt;microseconds&gt;2147483647&lt;/microseconds&gt;
        &lt;milliseconds&gt;2147483647&lt;/milliseconds&gt;
        &lt;minutes&gt;2147483647&lt;/minutes&gt;
        &lt;seconds&gt;2147483647&lt;/seconds&gt;
      &lt;/calendarDayDurationValue&gt;
      &lt;date&gt;
        &lt;day&gt;2147483647&lt;/day&gt;
        &lt;month&gt;2147483647&lt;/month&gt;
        &lt;year&gt;2147483647&lt;/year&gt;
      &lt;/date&gt;
      &lt;dateRange&gt;
        &lt;endDate&gt;
          &lt;day&gt;2147483647&lt;/day&gt;
          &lt;month&gt;2147483647&lt;/month&gt;
          &lt;year&gt;2147483647&lt;/year&gt;
        &lt;/endDate&gt;
        &lt;relativeDateRangeAsOfDate&gt;
          &lt;day&gt;2147483647&lt;/day&gt;
          &lt;month&gt;2147483647&lt;/month&gt;
          &lt;year&gt;2147483647&lt;/year&gt;
        &lt;/relativeDateRangeAsOfDate&gt;
        &lt;relativeDateRangeUri&gt;http://www.example.com/&lt;/relativeDateRangeUri&gt;
        &lt;startDate&gt;
          &lt;day&gt;2147483647&lt;/day&gt;
          &lt;month&gt;2147483647&lt;/month&gt;
          &lt;year&gt;2147483647&lt;/year&gt;
        &lt;/startDate&gt;
      &lt;/dateRange&gt;
      &lt;dateTimeUtc&gt;
        &lt;day&gt;2147483647&lt;/day&gt;
        &lt;hour&gt;2147483647&lt;/hour&gt;
        &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
        &lt;minute&gt;2147483647&lt;/minute&gt;
        &lt;month&gt;2147483647&lt;/month&gt;
        &lt;second&gt;2147483647&lt;/second&gt;
        &lt;year&gt;2147483647&lt;/year&gt;
      &lt;/dateTimeUtc&gt;
      &lt;dateTimeUtcRange&gt;
        &lt;endDateTime&gt;
          &lt;day&gt;2147483647&lt;/day&gt;
          &lt;hour&gt;2147483647&lt;/hour&gt;
          &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
          &lt;minute&gt;2147483647&lt;/minute&gt;
          &lt;month&gt;2147483647&lt;/month&gt;
          &lt;second&gt;2147483647&lt;/second&gt;
          &lt;year&gt;2147483647&lt;/year&gt;
        &lt;/endDateTime&gt;
        &lt;startDateTime&gt;
          &lt;day&gt;2147483647&lt;/day&gt;
          &lt;hour&gt;2147483647&lt;/hour&gt;
          &lt;millisecond&gt;2147483647&lt;/millisecond&gt;
          &lt;minute&gt;2147483647&lt;/minute&gt;
          &lt;month&gt;2147483647&lt;/month&gt;
          &lt;second&gt;2147483647&lt;/second&gt;
          &lt;year&gt;2147483647&lt;/year&gt;
        &lt;/startDateTime&gt;
      &lt;/dateTimeUtcRange&gt;
      &lt;money&gt;
        &lt;amount&gt;12678967.543233&lt;/amount&gt;
        &lt;currencyUri&gt;http://www.example.com/&lt;/currencyUri&gt;
      &lt;/money&gt;
      &lt;number&gt;12678967.543233&lt;/number&gt;
      &lt;numberRange&gt;
        &lt;maxValue&gt;12678967.543233&lt;/maxValue&gt;
        &lt;minValue&gt;12678967.543233&lt;/minValue&gt;
      &lt;/numberRange&gt;
      &lt;text&gt;String content&lt;/text&gt;
      &lt;time&gt;
        &lt;hour&gt;2147483647&lt;/hour&gt;
        &lt;minute&gt;2147483647&lt;/minute&gt;
        &lt;second&gt;2147483647&lt;/second&gt;
      &lt;/time&gt;
      &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
      &lt;uris&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
        &lt;anyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;http://www.example.com/&lt;/anyURI&gt;
      &lt;/uris&gt;
      &lt;workdayDurationValue&gt;
        &lt;decimalWorkdays&gt;12678967.543233&lt;/decimalWorkdays&gt;
        &lt;hours&gt;2147483647&lt;/hours&gt;
        &lt;minutes&gt;2147483647&lt;/minutes&gt;
        &lt;workdays&gt;2147483647&lt;/workdays&gt;
      &lt;/workdayDurationValue&gt;
    &lt;/value&gt;
  &lt;/FilterExpression1&gt;
&lt;/ArrayOfFilterExpression1&gt;</pre>
      </p>
      <p>
        <a name="request-json">The following is an example request Json body:</a>
        <pre class="request-json">[{
	"filterDefinitionUri":"http:\/\/www.example.com\/",
	"leftExpression":{
		"filterDefinitionUri":"http:\/\/www.example.com\/",
		"leftExpression":{
			"filterDefinitionUri":"http:\/\/www.example.com\/",
			"leftExpression":null,
			"operatorUri":"http:\/\/www.example.com\/",
			"rightExpression":{
				"filterDefinitionUri":"http:\/\/www.example.com\/",
				"leftExpression":null,
				"operatorUri":"http:\/\/www.example.com\/",
				"rightExpression":{
					"filterDefinitionUri":"http:\/\/www.example.com\/",
					"leftExpression":null,
					"operatorUri":"http:\/\/www.example.com\/",
					"rightExpression":null,
					"value":{
						"bool":true,
						"calendarDayDurationValue":{
							"hours":2147483647,
							"microseconds":2147483647,
							"milliseconds":2147483647,
							"minutes":2147483647,
							"seconds":2147483647
						},
						"date":{
							"day":2147483647,
							"month":2147483647,
							"year":2147483647
						},
						"dateRange":{
							"endDate":{
								"day":2147483647,
								"month":2147483647,
								"year":2147483647
							},
							"relativeDateRangeAsOfDate":{
								"day":2147483647,
								"month":2147483647,
								"year":2147483647
							},
							"relativeDateRangeUri":"http:\/\/www.example.com\/",
							"startDate":{
								"day":2147483647,
								"month":2147483647,
								"year":2147483647
							}
						},
						"dateTimeUtc":{
							"day":2147483647,
							"hour":2147483647,
							"millisecond":2147483647,
							"minute":2147483647,
							"month":2147483647,
							"second":2147483647,
							"year":2147483647
						},
						"dateTimeUtcRange":{
							"endDateTime":{
								"day":2147483647,
								"hour":2147483647,
								"millisecond":2147483647,
								"minute":2147483647,
								"month":2147483647,
								"second":2147483647,
								"year":2147483647
							},
							"startDateTime":{
								"day":2147483647,
								"hour":2147483647,
								"millisecond":2147483647,
								"minute":2147483647,
								"month":2147483647,
								"second":2147483647,
								"year":2147483647
							}
						},
						"money":{
							"amount":12678967.543233,
							"currencyUri":"http:\/\/www.example.com\/"
						},
						"number":12678967.543233,
						"numberRange":{
							"maxValue":12678967.543233,
							"minValue":12678967.543233
						},
						"text":"String content",
						"time":{
							"hour":2147483647,
							"minute":2147483647,
							"second":2147483647
						},
						"uri":"http:\/\/www.example.com\/",
						"uris":["http:\/\/www.example.com\/"],
						"workdayDurationValue":{
							"decimalWorkdays":12678967.543233,
							"hours":2147483647,
							"minutes":2147483647,
							"workdays":2147483647
						}
					}
				},
				"value":{
					"bool":true,
					"calendarDayDurationValue":{
						"hours":2147483647,
						"microseconds":2147483647,
						"milliseconds":2147483647,
						"minutes":2147483647,
						"seconds":2147483647
					},
					"date":{
						"day":2147483647,
						"month":2147483647,
						"year":2147483647
					},
					"dateRange":{
						"endDate":{
							"day":2147483647,
							"month":2147483647,
							"year":2147483647
						},
						"relativeDateRangeAsOfDate":{
							"day":2147483647,
							"month":2147483647,
							"year":2147483647
						},
						"relativeDateRangeUri":"http:\/\/www.example.com\/",
						"startDate":{
							"day":2147483647,
							"month":2147483647,
							"year":2147483647
						}
					},
					"dateTimeUtc":{
						"day":2147483647,
						"hour":2147483647,
						"millisecond":2147483647,
						"minute":2147483647,
						"month":2147483647,
						"second":2147483647,
						"year":2147483647
					},
					"dateTimeUtcRange":{
						"endDateTime":{
							"day":2147483647,
							"hour":2147483647,
							"millisecond":2147483647,
							"minute":2147483647,
							"month":2147483647,
							"second":2147483647,
							"year":2147483647
						},
						"startDateTime":{
							"day":2147483647,
							"hour":2147483647,
							"millisecond":2147483647,
							"minute":2147483647,
							"month":2147483647,
							"second":2147483647,
							"year":2147483647
						}
					},
					"money":{
						"amount":12678967.543233,
						"currencyUri":"http:\/\/www.example.com\/"
					},
					"number":12678967.543233,
					"numberRange":{
						"maxValue":12678967.543233,
						"minValue":12678967.543233
					},
					"text":"String content",
					"time":{
						"hour":2147483647,
						"minute":2147483647,
						"second":2147483647
					},
					"uri":"http:\/\/www.example.com\/",
					"uris":["http:\/\/www.example.com\/"],
					"workdayDurationValue":{
						"decimalWorkdays":12678967.543233,
						"hours":2147483647,
						"minutes":2147483647,
						"workdays":2147483647
					}
				}
			},
			"value":{
				"bool":true,
				"calendarDayDurationValue":{
					"hours":2147483647,
					"microseconds":2147483647,
					"milliseconds":2147483647,
					"minutes":2147483647,
					"seconds":2147483647
				},
				"date":{
					"day":2147483647,
					"month":2147483647,
					"year":2147483647
				},
				"dateRange":{
					"endDate":{
						"day":2147483647,
						"month":2147483647,
						"year":2147483647
					},
					"relativeDateRangeAsOfDate":{
						"day":2147483647,
						"month":2147483647,
						"year":2147483647
					},
					"relativeDateRangeUri":"http:\/\/www.example.com\/",
					"startDate":{
						"day":2147483647,
						"month":2147483647,
						"year":2147483647
					}
				},
				"dateTimeUtc":{
					"day":2147483647,
					"hour":2147483647,
					"millisecond":2147483647,
					"minute":2147483647,
					"month":2147483647,
					"second":2147483647,
					"year":2147483647
				},
				"dateTimeUtcRange":{
					"endDateTime":{
						"day":2147483647,
						"hour":2147483647,
						"millisecond":2147483647,
						"minute":2147483647,
						"month":2147483647,
						"second":2147483647,
						"year":2147483647
					},
					"startDateTime":{
						"day":2147483647,
						"hour":2147483647,
						"millisecond":2147483647,
						"minute":2147483647,
						"month":2147483647,
						"second":2147483647,
						"year":2147483647
					}
				},
				"money":{
					"amount":12678967.543233,
					"currencyUri":"http:\/\/www.example.com\/"
				},
				"number":12678967.543233,
				"numberRange":{
					"maxValue":12678967.543233,
					"minValue":12678967.543233
				},
				"text":"String content",
				"time":{
					"hour":2147483647,
					"minute":2147483647,
					"second":2147483647
				},
				"uri":"http:\/\/www.example.com\/",
				"uris":["http:\/\/www.example.com\/"],
				"workdayDurationValue":{
					"decimalWorkdays":12678967.543233,
					"hours":2147483647,
					"minutes":2147483647,
					"workdays":2147483647
				}
			}
		},
		"operatorUri":"http:\/\/www.example.com\/",
		"rightExpression":{
			"filterDefinitionUri":"http:\/\/www.example.com\/",
			"leftExpression":{
				"filterDefinitionUri":"http:\/\/www.example.com\/",
				"leftExpression":null,
				"operatorUri":"http:\/\/www.example.com\/",
				"rightExpression":{
					"filterDefinitionUri":"http:\/\/www.example.com\/",
					"leftExpression":null,
					"operatorUri":"http:\/\/www.example.com\/",
					"rightExpression":null,
					"value":{
						"bool":true,
						"calendarDayDurationValue":{
							"hours":2147483647,
							"microseconds":2147483647,
							"milliseconds":2147483647,
							"minutes":2147483647,
							"seconds":2147483647
						},
						"date":{
							"day":2147483647,
							"month":2147483647,
							"year":2147483647
						},
						"dateRange":{
							"endDate":{
								"day":2147483647,
								"month":2147483647,
								"year":2147483647
							},
							"relativeDateRangeAsOfDate":{
								"day":2147483647,
								"month":2147483647,
								"year":2147483647
							},
							"relativeDateRangeUri":"http:\/\/www.example.com\/",
							"startDate":{
								"day":2147483647,
								"month":2147483647,
								"year":2147483647
							}
						},
						"dateTimeUtc":{
							"day":2147483647,
							"hour":2147483647,
							"millisecond":2147483647,
							"minute":2147483647,
							"month":2147483647,
							"second":2147483647,
							"year":2147483647
						},
						"dateTimeUtcRange":{
							"endDateTime":{
								"day":2147483647,
								"hour":2147483647,
								"millisecond":2147483647,
								"minute":2147483647,
								"month":2147483647,
								"second":2147483647,
								"year":2147483647
							},
							"startDateTime":{
								"day":2147483647,
								"hour":2147483647,
								"millisecond":2147483647,
								"minute":2147483647,
								"month":2147483647,
								"second":2147483647,
								"year":2147483647
							}
						},
						"money":{
							"amount":12678967.543233,
							"currencyUri":"http:\/\/www.example.com\/"
						},
						"number":12678967.543233,
						"numberRange":{
							"maxValue":12678967.543233,
							"minValue":12678967.543233
						},
						"text":"String content",
						"time":{
							"hour":2147483647,
							"minute":2147483647,
							"second":2147483647
						},
						"uri":"http:\/\/www.example.com\/",
						"uris":["http:\/\/www.example.com\/"],
						"workdayDurationValue":{
							"decimalWorkdays":12678967.543233,
							"hours":2147483647,
							"minutes":2147483647,
							"workdays":2147483647
						}
					}
				},
				"value":{
					"bool":true,
					"calendarDayDurationValue":{
						"hours":2147483647,
						"microseconds":2147483647,
						"milliseconds":2147483647,
						"minutes":2147483647,
						"seconds":2147483647
					},
					"date":{
						"day":2147483647,
						"month":2147483647,
						"year":2147483647
					},
					"dateRange":{
						"endDate":{
							"day":2147483647,
							"month":2147483647,
							"year":2147483647
						},
						"relativeDateRangeAsOfDate":{
							"day":2147483647,
							"month":2147483647,
							"year":2147483647
						},
						"relativeDateRangeUri":"http:\/\/www.example.com\/",
						"startDate":{
							"day":2147483647,
							"month":2147483647,
							"year":2147483647
						}
					},
					"dateTimeUtc":{
						"day":2147483647,
						"hour":2147483647,
						"millisecond":2147483647,
						"minute":2147483647,
						"month":2147483647,
						"second":2147483647,
						"year":2147483647
					},
					"dateTimeUtcRange":{
						"endDateTime":{
							"day":2147483647,
							"hour":2147483647,
							"millisecond":2147483647,
							"minute":2147483647,
							"month":2147483647,
							"second":2147483647,
							"year":2147483647
						},
						"startDateTime":{
							"day":2147483647,
							"hour":2147483647,
							"millisecond":2147483647,
							"minute":2147483647,
							"month":2147483647,
							"second":2147483647,
							"year":2147483647
						}
					},
					"money":{
						"amount":12678967.543233,
						"currencyUri":"http:\/\/www.example.com\/"
					},
					"number":12678967.543233,
					"numberRange":{
						"maxValue":12678967.543233,
						"minValue":12678967.543233
					},
					"text":"String content",
					"time":{
						"hour":2147483647,
						"minute":2147483647,
						"second":2147483647
					},
					"uri":"http:\/\/www.example.com\/",
					"uris":["http:\/\/www.example.com\/"],
					"workdayDurationValue":{
						"decimalWorkdays":12678967.543233,
						"hours":2147483647,
						"minutes":2147483647,
						"workdays":2147483647
					}
				}
			},
			"operatorUri":"http:\/\/www.example.com\/",
			"rightExpression":{
				"filterDefinitionUri":"http:\/\/www.example.com\/",
				"leftExpression":{
					"filterDefinitionUri":"http:\/\/www.example.com\/",
					"leftExpression":null,
					"operatorUri":"http:\/\/www.example.com\/",
					"rightExpression":null,
					"value":{
						"bool":true,
						"calendarDayDurationValue":{
							"hours":2147483647,
							"microseconds":2147483647,
							"milliseconds":2147483647,
							"minutes":2147483647,
							"seconds":2147483647
						},
						"date":{
							"day":2147483647,
							"month":2147483647,
							"year":2147483647
						},
						"dateRange":{
							"endDate":{
								"day":2147483647,
								"month":2147483647,
								"year":2147483647
							},
							"relativeDateRangeAsOfDate":{
								"day":2147483647,
								"month":2147483647,
								"year":2147483647
							},
							"relativeDateRangeUri":"http:\/\/www.example.com\/",
							"startDate":{
								"day":2147483647,
								"month":2147483647,
								"year":2147483647
							}
						},
						"dateTimeUtc":{
							"day":2147483647,
							"hour":2147483647,
							"millisecond":2147483647,
							"minute":2147483647,
							"month":2147483647,
							"second":2147483647,
							"year":2147483647
						},
						"dateTimeUtcRange":{
							"endDateTime":{
								"day":2147483647,
								"hour":2147483647,
								"millisecond":2147483647,
								"minute":2147483647,
								"month":2147483647,
								"second":2147483647,
								"year":2147483647
							},
							"startDateTime":{
								"day":2147483647,
								"hour":2147483647,
								"millisecond":2147483647,
								"minute":2147483647,
								"month":2147483647,
								"second":2147483647,
								"year":2147483647
							}
						},
						"money":{
							"amount":12678967.543233,
							"currencyUri":"http:\/\/www.example.com\/"
						},
						"number":12678967.543233,
						"numberRange":{
							"maxValue":12678967.543233,
							"minValue":12678967.543233
						},
						"text":"String content",
						"time":{
							"hour":2147483647,
							"minute":2147483647,
							"second":2147483647
						},
						"uri":"http:\/\/www.example.com\/",
						"uris":["http:\/\/www.example.com\/"],
						"workdayDurationValue":{
							"decimalWorkdays":12678967.543233,
							"hours":2147483647,
							"minutes":2147483647,
							"workdays":2147483647
						}
					}
				},
				"operatorUri":"http:\/\/www.example.com\/",
				"rightExpression":null,
				"value":{
					"bool":true,
					"calendarDayDurationValue":{
						"hours":2147483647,
						"microseconds":2147483647,
						"milliseconds":2147483647,
						"minutes":2147483647,
						"seconds":2147483647
					},
					"date":{
						"day":2147483647,
						"month":2147483647,
						"year":2147483647
					},
					"dateRange":{
						"endDate":{
							"day":2147483647,
							"month":2147483647,
							"year":2147483647
						},
						"relativeDateRangeAsOfDate":{
							"day":2147483647,
							"month":2147483647,
							"year":2147483647
						},
						"relativeDateRangeUri":"http:\/\/www.example.com\/",
						"startDate":{
							"day":2147483647,
							"month":2147483647,
							"year":2147483647
						}
					},
					"dateTimeUtc":{
						"day":2147483647,
						"hour":2147483647,
						"millisecond":2147483647,
						"minute":2147483647,
						"month":2147483647,
						"second":2147483647,
						"year":2147483647
					},
					"dateTimeUtcRange":{
						"endDateTime":{
							"day":2147483647,
							"hour":2147483647,
							"millisecond":2147483647,
							"minute":2147483647,
							"month":2147483647,
							"second":2147483647,
							"year":2147483647
						},
						"startDateTime":{
							"day":2147483647,
							"hour":2147483647,
							"millisecond":2147483647,
							"minute":2147483647,
							"month":2147483647,
							"second":2147483647,
							"year":2147483647
						}
					},
					"money":{
						"amount":12678967.543233,
						"currencyUri":"http:\/\/www.example.com\/"
					},
					"number":12678967.543233,
					"numberRange":{
						"maxValue":12678967.543233,
						"minValue":12678967.543233
					},
					"text":"String content",
					"time":{
						"hour":2147483647,
						"minute":2147483647,
						"second":2147483647
					},
					"uri":"http:\/\/www.example.com\/",
					"uris":["http:\/\/www.example.com\/"],
					"workdayDurationValue":{
						"decimalWorkdays":12678967.543233,
						"hours":2147483647,
						"minutes":2147483647,
						"workdays":2147483647
					}
				}
			},
			"value":{
				"bool":true,
				"calendarDayDurationValue":{
					"hours":2147483647,
					"microseconds":2147483647,
					"milliseconds":2147483647,
					"minutes":2147483647,
					"seconds":2147483647
				},
				"date":{
					"day":2147483647,
					"month":2147483647,
					"year":2147483647
				},
				"dateRange":{
					"endDate":{
						"day":2147483647,
						"month":2147483647,
						"year":2147483647
					},
					"relativeDateRangeAsOfDate":{
						"day":2147483647,
						"month":2147483647,
						"year":2147483647
					},
					"relativeDateRangeUri":"http:\/\/www.example.com\/",
					"startDate":{
						"day":2147483647,
						"month":2147483647,
						"year":2147483647
					}
				},
				"dateTimeUtc":{
					"day":2147483647,
					"hour":2147483647,
					"millisecond":2147483647,
					"minute":2147483647,
					"month":2147483647,
					"second":2147483647,
					"year":2147483647
				},
				"dateTimeUtcRange":{
					"endDateTime":{
						"day":2147483647,
						"hour":2147483647,
						"millisecond":2147483647,
						"minute":2147483647,
						"month":2147483647,
						"second":2147483647,
						"year":2147483647
					},
					"startDateTime":{
						"day":2147483647,
						"hour":2147483647,
						"millisecond":2147483647,
						"minute":2147483647,
						"month":2147483647,
						"second":2147483647,
						"year":2147483647
					}
				},
				"money":{
					"amount":12678967.543233,
					"currencyUri":"http:\/\/www.example.com\/"
				},
				"number":12678967.543233,
				"numberRange":{
					"maxValue":12678967.543233,
					"minValue":12678967.543233
				},
				"text":"String content",
				"time":{
					"hour":2147483647,
					"minute":2147483647,
					"second":2147483647
				},
				"uri":"http:\/\/www.example.com\/",
				"uris":["http:\/\/www.example.com\/"],
				"workdayDurationValue":{
					"decimalWorkdays":12678967.543233,
					"hours":2147483647,
					"minutes":2147483647,
					"workdays":2147483647
				}
			}
		},
		"value":{
			"bool":true,
			"calendarDayDurationValue":{
				"hours":2147483647,
				"microseconds":2147483647,
				"milliseconds":2147483647,
				"minutes":2147483647,
				"seconds":2147483647
			},
			"date":{
				"day":2147483647,
				"month":2147483647,
				"year":2147483647
			},
			"dateRange":{
				"endDate":{
					"day":2147483647,
					"month":2147483647,
					"year":2147483647
				},
				"relativeDateRangeAsOfDate":{
					"day":2147483647,
					"month":2147483647,
					"year":2147483647
				},
				"relativeDateRangeUri":"http:\/\/www.example.com\/",
				"startDate":{
					"day":2147483647,
					"month":2147483647,
					"year":2147483647
				}
			},
			"dateTimeUtc":{
				"day":2147483647,
				"hour":2147483647,
				"millisecond":2147483647,
				"minute":2147483647,
				"month":2147483647,
				"second":2147483647,
				"year":2147483647
			},
			"dateTimeUtcRange":{
				"endDateTime":{
					"day":2147483647,
					"hour":2147483647,
					"millisecond":2147483647,
					"minute":2147483647,
					"month":2147483647,
					"second":2147483647,
					"year":2147483647
				},
				"startDateTime":{
					"day":2147483647,
					"hour":2147483647,
					"millisecond":2147483647,
					"minute":2147483647,
					"month":2147483647,
					"second":2147483647,
					"year":2147483647
				}
			},
			"money":{
				"amount":12678967.543233,
				"currencyUri":"http:\/\/www.example.com\/"
			},
			"number":12678967.543233,
			"numberRange":{
				"maxValue":12678967.543233,
				"minValue":12678967.543233
			},
			"text":"String content",
			"time":{
				"hour":2147483647,
				"minute":2147483647,
				"second":2147483647
			},
			"uri":"http:\/\/www.example.com\/",
			"uris":["http:\/\/www.example.com\/"],
			"workdayDurationValue":{
				"decimalWorkdays":12678967.543233,
				"hours":2147483647,
				"minutes":2147483647,
				"workdays":2147483647
			}
		}
	},
	"operatorUri":"http:\/\/www.example.com\/",
	"rightExpression":{
		"filterDefinitionUri":"http:\/\/www.example.com\/",
		"leftExpression":{
			"filterDefinitionUri":"http:\/\/www.example.com\/",
			"leftExpression":{
				"filterDefinitionUri":"http:\/\/www.example.com\/",
				"leftExpression":null,
				"operatorUri":"http:\/\/www.example.com\/",
				"rightExpression":{
					"filterDefinitionUri":"http:\/\/www.example.com\/",
					"leftExpression":null,
					"operatorUri":"http:\/\/www.example.com\/",
					"rightExpression":null,
					"value":{
						"bool":true,
						"calendarDayDurationValue":{
							"hours":2147483647,
							"microseconds":2147483647,
							"milliseconds":2147483647,
							"minutes":2147483647,
							"seconds":2147483647
						},
						"date":{
							"day":2147483647,
							"month":2147483647,
							"year":2147483647
						},
						"dateRange":{
							"endDate":{
								"day":2147483647,
								"month":2147483647,
								"year":2147483647
							},
							"relativeDateRangeAsOfDate":{
								"day":2147483647,
								"month":2147483647,
								"year":2147483647
							},
							"relativeDateRangeUri":"http:\/\/www.example.com\/",
							"startDate":{
								"day":2147483647,
								"month":2147483647,
								"year":2147483647
							}
						},
						"dateTimeUtc":{
							"day":2147483647,
							"hour":2147483647,
							"millisecond":2147483647,
							"minute":2147483647,
							"month":2147483647,
							"second":2147483647,
							"year":2147483647
						},
						"dateTimeUtcRange":{
							"endDateTime":{
								"day":2147483647,
								"hour":2147483647,
								"millisecond":2147483647,
								"minute":2147483647,
								"month":2147483647,
								"second":2147483647,
								"year":2147483647
							},
							"startDateTime":{
								"day":2147483647,
								"hour":2147483647,
								"millisecond":2147483647,
								"minute":2147483647,
								"month":2147483647,
								"second":2147483647,
								"year":2147483647
							}
						},
						"money":{
							"amount":12678967.543233,
							"currencyUri":"http:\/\/www.example.com\/"
						},
						"number":12678967.543233,
						"numberRange":{
							"maxValue":12678967.543233,
							"minValue":12678967.543233
						},
						"text":"String content",
						"time":{
							"hour":2147483647,
							"minute":2147483647,
							"second":2147483647
						},
						"uri":"http:\/\/www.example.com\/",
						"uris":["http:\/\/www.example.com\/"],
						"workdayDurationValue":{
							"decimalWorkdays":12678967.543233,
							"hours":2147483647,
							"minutes":2147483647,
							"workdays":2147483647
						}
					}
				},
				"value":{
					"bool":true,
					"calendarDayDurationValue":{
						"hours":2147483647,
						"microseconds":2147483647,
						"milliseconds":2147483647,
						"minutes":2147483647,
						"seconds":2147483647
					},
					"date":{
						"day":2147483647,
						"month":2147483647,
						"year":2147483647
					},
					"dateRange":{
						"endDate":{
							"day":2147483647,
							"month":2147483647,
							"year":2147483647
						},
						"relativeDateRangeAsOfDate":{
							"day":2147483647,
							"month":2147483647,
							"year":2147483647
						},
						"relativeDateRangeUri":"http:\/\/www.example.com\/",
						"startDate":{
							"day":2147483647,
							"month":2147483647,
							"year":2147483647
						}
					},
					"dateTimeUtc":{
						"day":2147483647,
						"hour":2147483647,
						"millisecond":2147483647,
						"minute":2147483647,
						"month":2147483647,
						"second":2147483647,
						"year":2147483647
					},
					"dateTimeUtcRange":{
						"endDateTime":{
							"day":2147483647,
							"hour":2147483647,
							"millisecond":2147483647,
							"minute":2147483647,
							"month":2147483647,
							"second":2147483647,
							"year":2147483647
						},
						"startDateTime":{
							"day":2147483647,
							"hour":2147483647,
							"millisecond":2147483647,
							"minute":2147483647,
							"month":2147483647,
							"second":2147483647,
							"year":2147483647
						}
					},
					"money":{
						"amount":12678967.543233,
						"currencyUri":"http:\/\/www.example.com\/"
					},
					"number":12678967.543233,
					"numberRange":{
						"maxValue":12678967.543233,
						"minValue":12678967.543233
					},
					"text":"String content",
					"time":{
						"hour":2147483647,
						"minute":2147483647,
						"second":2147483647
					},
					"uri":"http:\/\/www.example.com\/",
					"uris":["http:\/\/www.example.com\/"],
					"workdayDurationValue":{
						"decimalWorkdays":12678967.543233,
						"hours":2147483647,
						"minutes":2147483647,
						"workdays":2147483647
					}
				}
			},
			"operatorUri":"http:\/\/www.example.com\/",
			"rightExpression":{
				"filterDefinitionUri":"http:\/\/www.example.com\/",
				"leftExpression":{
					"filterDefinitionUri":"http:\/\/www.example.com\/",
					"leftExpression":null,
					"operatorUri":"http:\/\/www.example.com\/",
					"rightExpression":null,
					"value":{
						"bool":true,
						"calendarDayDurationValue":{
							"hours":2147483647,
							"microseconds":2147483647,
							"milliseconds":2147483647,
							"minutes":2147483647,
							"seconds":2147483647
						},
						"date":{
							"day":2147483647,
							"month":2147483647,
							"year":2147483647
						},
						"dateRange":{
							"endDate":{
								"day":2147483647,
								"month":2147483647,
								"year":2147483647
							},
							"relativeDateRangeAsOfDate":{
								"day":2147483647,
								"month":2147483647,
								"year":2147483647
							},
							"relativeDateRangeUri":"http:\/\/www.example.com\/",
							"startDate":{
								"day":2147483647,
								"month":2147483647,
								"year":2147483647
							}
						},
						"dateTimeUtc":{
							"day":2147483647,
							"hour":2147483647,
							"millisecond":2147483647,
							"minute":2147483647,
							"month":2147483647,
							"second":2147483647,
							"year":2147483647
						},
						"dateTimeUtcRange":{
							"endDateTime":{
								"day":2147483647,
								"hour":2147483647,
								"millisecond":2147483647,
								"minute":2147483647,
								"month":2147483647,
								"second":2147483647,
								"year":2147483647
							},
							"startDateTime":{
								"day":2147483647,
								"hour":2147483647,
								"millisecond":2147483647,
								"minute":2147483647,
								"month":2147483647,
								"second":2147483647,
								"year":2147483647
							}
						},
						"money":{
							"amount":12678967.543233,
							"currencyUri":"http:\/\/www.example.com\/"
						},
						"number":12678967.543233,
						"numberRange":{
							"maxValue":12678967.543233,
							"minValue":12678967.543233
						},
						"text":"String content",
						"time":{
							"hour":2147483647,
							"minute":2147483647,
							"second":2147483647
						},
						"uri":"http:\/\/www.example.com\/",
						"uris":["http:\/\/www.example.com\/"],
						"workdayDurationValue":{
							"decimalWorkdays":12678967.543233,
							"hours":2147483647,
							"minutes":2147483647,
							"workdays":2147483647
						}
					}
				},
				"operatorUri":"http:\/\/www.example.com\/",
				"rightExpression":null,
				"value":{
					"bool":true,
					"calendarDayDurationValue":{
						"hours":2147483647,
						"microseconds":2147483647,
						"milliseconds":2147483647,
						"minutes":2147483647,
						"seconds":2147483647
					},
					"date":{
						"day":2147483647,
						"month":2147483647,
						"year":2147483647
					},
					"dateRange":{
						"endDate":{
							"day":2147483647,
							"month":2147483647,
							"year":2147483647
						},
						"relativeDateRangeAsOfDate":{
							"day":2147483647,
							"month":2147483647,
							"year":2147483647
						},
						"relativeDateRangeUri":"http:\/\/www.example.com\/",
						"startDate":{
							"day":2147483647,
							"month":2147483647,
							"year":2147483647
						}
					},
					"dateTimeUtc":{
						"day":2147483647,
						"hour":2147483647,
						"millisecond":2147483647,
						"minute":2147483647,
						"month":2147483647,
						"second":2147483647,
						"year":2147483647
					},
					"dateTimeUtcRange":{
						"endDateTime":{
							"day":2147483647,
							"hour":2147483647,
							"millisecond":2147483647,
							"minute":2147483647,
							"month":2147483647,
							"second":2147483647,
							"year":2147483647
						},
						"startDateTime":{
							"day":2147483647,
							"hour":2147483647,
							"millisecond":2147483647,
							"minute":2147483647,
							"month":2147483647,
							"second":2147483647,
							"year":2147483647
						}
					},
					"money":{
						"amount":12678967.543233,
						"currencyUri":"http:\/\/www.example.com\/"
					},
					"number":12678967.543233,
					"numberRange":{
						"maxValue":12678967.543233,
						"minValue":12678967.543233
					},
					"text":"String content",
					"time":{
						"hour":2147483647,
						"minute":2147483647,
						"second":2147483647
					},
					"uri":"http:\/\/www.example.com\/",
					"uris":["http:\/\/www.example.com\/"],
					"workdayDurationValue":{
						"decimalWorkdays":12678967.543233,
						"hours":2147483647,
						"minutes":2147483647,
						"workdays":2147483647
					}
				}
			},
			"value":{
				"bool":true,
				"calendarDayDurationValue":{
					"hours":2147483647,
					"microseconds":2147483647,
					"milliseconds":2147483647,
					"minutes":2147483647,
					"seconds":2147483647
				},
				"date":{
					"day":2147483647,
					"month":2147483647,
					"year":2147483647
				},
				"dateRange":{
					"endDate":{
						"day":2147483647,
						"month":2147483647,
						"year":2147483647
					},
					"relativeDateRangeAsOfDate":{
						"day":2147483647,
						"month":2147483647,
						"year":2147483647
					},
					"relativeDateRangeUri":"http:\/\/www.example.com\/",
					"startDate":{
						"day":2147483647,
						"month":2147483647,
						"year":2147483647
					}
				},
				"dateTimeUtc":{
					"day":2147483647,
					"hour":2147483647,
					"millisecond":2147483647,
					"minute":2147483647,
					"month":2147483647,
					"second":2147483647,
					"year":2147483647
				},
				"dateTimeUtcRange":{
					"endDateTime":{
						"day":2147483647,
						"hour":2147483647,
						"millisecond":2147483647,
						"minute":2147483647,
						"month":2147483647,
						"second":2147483647,
						"year":2147483647
					},
					"startDateTime":{
						"day":2147483647,
						"hour":2147483647,
						"millisecond":2147483647,
						"minute":2147483647,
						"month":2147483647,
						"second":2147483647,
						"year":2147483647
					}
				},
				"money":{
					"amount":12678967.543233,
					"currencyUri":"http:\/\/www.example.com\/"
				},
				"number":12678967.543233,
				"numberRange":{
					"maxValue":12678967.543233,
					"minValue":12678967.543233
				},
				"text":"String content",
				"time":{
					"hour":2147483647,
					"minute":2147483647,
					"second":2147483647
				},
				"uri":"http:\/\/www.example.com\/",
				"uris":["http:\/\/www.example.com\/"],
				"workdayDurationValue":{
					"decimalWorkdays":12678967.543233,
					"hours":2147483647,
					"minutes":2147483647,
					"workdays":2147483647
				}
			}
		},
		"operatorUri":"http:\/\/www.example.com\/",
		"rightExpression":{
			"filterDefinitionUri":"http:\/\/www.example.com\/",
			"leftExpression":{
				"filterDefinitionUri":"http:\/\/www.example.com\/",
				"leftExpression":{
					"filterDefinitionUri":"http:\/\/www.example.com\/",
					"leftExpression":null,
					"operatorUri":"http:\/\/www.example.com\/",
					"rightExpression":null,
					"value":{
						"bool":true,
						"calendarDayDurationValue":{
							"hours":2147483647,
							"microseconds":2147483647,
							"milliseconds":2147483647,
							"minutes":2147483647,
							"seconds":2147483647
						},
						"date":{
							"day":2147483647,
							"month":2147483647,
							"year":2147483647
						},
						"dateRange":{
							"endDate":{
								"day":2147483647,
								"month":2147483647,
								"year":2147483647
							},
							"relativeDateRangeAsOfDate":{
								"day":2147483647,
								"month":2147483647,
								"year":2147483647
							},
							"relativeDateRangeUri":"http:\/\/www.example.com\/",
							"startDate":{
								"day":2147483647,
								"month":2147483647,
								"year":2147483647
							}
						},
						"dateTimeUtc":{
							"day":2147483647,
							"hour":2147483647,
							"millisecond":2147483647,
							"minute":2147483647,
							"month":2147483647,
							"second":2147483647,
							"year":2147483647
						},
						"dateTimeUtcRange":{
							"endDateTime":{
								"day":2147483647,
								"hour":2147483647,
								"millisecond":2147483647,
								"minute":2147483647,
								"month":2147483647,
								"second":2147483647,
								"year":2147483647
							},
							"startDateTime":{
								"day":2147483647,
								"hour":2147483647,
								"millisecond":2147483647,
								"minute":2147483647,
								"month":2147483647,
								"second":2147483647,
								"year":2147483647
							}
						},
						"money":{
							"amount":12678967.543233,
							"currencyUri":"http:\/\/www.example.com\/"
						},
						"number":12678967.543233,
						"numberRange":{
							"maxValue":12678967.543233,
							"minValue":12678967.543233
						},
						"text":"String content",
						"time":{
							"hour":2147483647,
							"minute":2147483647,
							"second":2147483647
						},
						"uri":"http:\/\/www.example.com\/",
						"uris":["http:\/\/www.example.com\/"],
						"workdayDurationValue":{
							"decimalWorkdays":12678967.543233,
							"hours":2147483647,
							"minutes":2147483647,
							"workdays":2147483647
						}
					}
				},
				"operatorUri":"http:\/\/www.example.com\/",
				"rightExpression":null,
				"value":{
					"bool":true,
					"calendarDayDurationValue":{
						"hours":2147483647,
						"microseconds":2147483647,
						"milliseconds":2147483647,
						"minutes":2147483647,
						"seconds":2147483647
					},
					"date":{
						"day":2147483647,
						"month":2147483647,
						"year":2147483647
					},
					"dateRange":{
						"endDate":{
							"day":2147483647,
							"month":2147483647,
							"year":2147483647
						},
						"relativeDateRangeAsOfDate":{
							"day":2147483647,
							"month":2147483647,
							"year":2147483647
						},
						"relativeDateRangeUri":"http:\/\/www.example.com\/",
						"startDate":{
							"day":2147483647,
							"month":2147483647,
							"year":2147483647
						}
					},
					"dateTimeUtc":{
						"day":2147483647,
						"hour":2147483647,
						"millisecond":2147483647,
						"minute":2147483647,
						"month":2147483647,
						"second":2147483647,
						"year":2147483647
					},
					"dateTimeUtcRange":{
						"endDateTime":{
							"day":2147483647,
							"hour":2147483647,
							"millisecond":2147483647,
							"minute":2147483647,
							"month":2147483647,
							"second":2147483647,
							"year":2147483647
						},
						"startDateTime":{
							"day":2147483647,
							"hour":2147483647,
							"millisecond":2147483647,
							"minute":2147483647,
							"month":2147483647,
							"second":2147483647,
							"year":2147483647
						}
					},
					"money":{
						"amount":12678967.543233,
						"currencyUri":"http:\/\/www.example.com\/"
					},
					"number":12678967.543233,
					"numberRange":{
						"maxValue":12678967.543233,
						"minValue":12678967.543233
					},
					"text":"String content",
					"time":{
						"hour":2147483647,
						"minute":2147483647,
						"second":2147483647
					},
					"uri":"http:\/\/www.example.com\/",
					"uris":["http:\/\/www.example.com\/"],
					"workdayDurationValue":{
						"decimalWorkdays":12678967.543233,
						"hours":2147483647,
						"minutes":2147483647,
						"workdays":2147483647
					}
				}
			},
			"operatorUri":"http:\/\/www.example.com\/",
			"rightExpression":null,
			"value":{
				"bool":true,
				"calendarDayDurationValue":{
					"hours":2147483647,
					"microseconds":2147483647,
					"milliseconds":2147483647,
					"minutes":2147483647,
					"seconds":2147483647
				},
				"date":{
					"day":2147483647,
					"month":2147483647,
					"year":2147483647
				},
				"dateRange":{
					"endDate":{
						"day":2147483647,
						"month":2147483647,
						"year":2147483647
					},
					"relativeDateRangeAsOfDate":{
						"day":2147483647,
						"month":2147483647,
						"year":2147483647
					},
					"relativeDateRangeUri":"http:\/\/www.example.com\/",
					"startDate":{
						"day":2147483647,
						"month":2147483647,
						"year":2147483647
					}
				},
				"dateTimeUtc":{
					"day":2147483647,
					"hour":2147483647,
					"millisecond":2147483647,
					"minute":2147483647,
					"month":2147483647,
					"second":2147483647,
					"year":2147483647
				},
				"dateTimeUtcRange":{
					"endDateTime":{
						"day":2147483647,
						"hour":2147483647,
						"millisecond":2147483647,
						"minute":2147483647,
						"month":2147483647,
						"second":2147483647,
						"year":2147483647
					},
					"startDateTime":{
						"day":2147483647,
						"hour":2147483647,
						"millisecond":2147483647,
						"minute":2147483647,
						"month":2147483647,
						"second":2147483647,
						"year":2147483647
					}
				},
				"money":{
					"amount":12678967.543233,
					"currencyUri":"http:\/\/www.example.com\/"
				},
				"number":12678967.543233,
				"numberRange":{
					"maxValue":12678967.543233,
					"minValue":12678967.543233
				},
				"text":"String content",
				"time":{
					"hour":2147483647,
					"minute":2147483647,
					"second":2147483647
				},
				"uri":"http:\/\/www.example.com\/",
				"uris":["http:\/\/www.example.com\/"],
				"workdayDurationValue":{
					"decimalWorkdays":12678967.543233,
					"hours":2147483647,
					"minutes":2147483647,
					"workdays":2147483647
				}
			}
		},
		"value":{
			"bool":true,
			"calendarDayDurationValue":{
				"hours":2147483647,
				"microseconds":2147483647,
				"milliseconds":2147483647,
				"minutes":2147483647,
				"seconds":2147483647
			},
			"date":{
				"day":2147483647,
				"month":2147483647,
				"year":2147483647
			},
			"dateRange":{
				"endDate":{
					"day":2147483647,
					"month":2147483647,
					"year":2147483647
				},
				"relativeDateRangeAsOfDate":{
					"day":2147483647,
					"month":2147483647,
					"year":2147483647
				},
				"relativeDateRangeUri":"http:\/\/www.example.com\/",
				"startDate":{
					"day":2147483647,
					"month":2147483647,
					"year":2147483647
				}
			},
			"dateTimeUtc":{
				"day":2147483647,
				"hour":2147483647,
				"millisecond":2147483647,
				"minute":2147483647,
				"month":2147483647,
				"second":2147483647,
				"year":2147483647
			},
			"dateTimeUtcRange":{
				"endDateTime":{
					"day":2147483647,
					"hour":2147483647,
					"millisecond":2147483647,
					"minute":2147483647,
					"month":2147483647,
					"second":2147483647,
					"year":2147483647
				},
				"startDateTime":{
					"day":2147483647,
					"hour":2147483647,
					"millisecond":2147483647,
					"minute":2147483647,
					"month":2147483647,
					"second":2147483647,
					"year":2147483647
				}
			},
			"money":{
				"amount":12678967.543233,
				"currencyUri":"http:\/\/www.example.com\/"
			},
			"number":12678967.543233,
			"numberRange":{
				"maxValue":12678967.543233,
				"minValue":12678967.543233
			},
			"text":"String content",
			"time":{
				"hour":2147483647,
				"minute":2147483647,
				"second":2147483647
			},
			"uri":"http:\/\/www.example.com\/",
			"uris":["http:\/\/www.example.com\/"],
			"workdayDurationValue":{
				"decimalWorkdays":12678967.543233,
				"hours":2147483647,
				"minutes":2147483647,
				"workdays":2147483647
			}
		}
	},
	"value":{
		"bool":true,
		"calendarDayDurationValue":{
			"hours":2147483647,
			"microseconds":2147483647,
			"milliseconds":2147483647,
			"minutes":2147483647,
			"seconds":2147483647
		},
		"date":{
			"day":2147483647,
			"month":2147483647,
			"year":2147483647
		},
		"dateRange":{
			"endDate":{
				"day":2147483647,
				"month":2147483647,
				"year":2147483647
			},
			"relativeDateRangeAsOfDate":{
				"day":2147483647,
				"month":2147483647,
				"year":2147483647
			},
			"relativeDateRangeUri":"http:\/\/www.example.com\/",
			"startDate":{
				"day":2147483647,
				"month":2147483647,
				"year":2147483647
			}
		},
		"dateTimeUtc":{
			"day":2147483647,
			"hour":2147483647,
			"millisecond":2147483647,
			"minute":2147483647,
			"month":2147483647,
			"second":2147483647,
			"year":2147483647
		},
		"dateTimeUtcRange":{
			"endDateTime":{
				"day":2147483647,
				"hour":2147483647,
				"millisecond":2147483647,
				"minute":2147483647,
				"month":2147483647,
				"second":2147483647,
				"year":2147483647
			},
			"startDateTime":{
				"day":2147483647,
				"hour":2147483647,
				"millisecond":2147483647,
				"minute":2147483647,
				"month":2147483647,
				"second":2147483647,
				"year":2147483647
			}
		},
		"money":{
			"amount":12678967.543233,
			"currencyUri":"http:\/\/www.example.com\/"
		},
		"number":12678967.543233,
		"numberRange":{
			"maxValue":12678967.543233,
			"minValue":12678967.543233
		},
		"text":"String content",
		"time":{
			"hour":2147483647,
			"minute":2147483647,
			"second":2147483647
		},
		"uri":"http:\/\/www.example.com\/",
		"uris":["http:\/\/www.example.com\/"],
		"workdayDurationValue":{
			"decimalWorkdays":12678967.543233,
			"hours":2147483647,
			"minutes":2147483647,
			"workdays":2147483647
		}
	}
}]</pre>
      </p>
      <p>
        <a name="response-xml">The following is an example response Xml body:</a>
        <pre class="response-xml">&lt;ArrayOfint xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;
  &lt;int&gt;2147483647&lt;/int&gt;
  &lt;int&gt;2147483647&lt;/int&gt;
&lt;/ArrayOfint&gt;</pre>
      </p>
      <p>
        <a name="response-json">The following is an example response Json body:</a>
        <pre class="response-json">[2147483647]</pre>
      </p>
      <p>
        <a name="request-schema">The following is the request Xml Schema:</a>
        <pre class="request-schema">&lt;xs:schema xmlns:tns="http://replicon.com/" elementFormDefault="qualified" targetNamespace="http://replicon.com/" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt;
  &lt;xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /&gt;
  &lt;xs:complexType name="ArrayOfFilterExpression1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="FilterExpression1" nillable="true" type="tns:FilterExpression1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ArrayOfFilterExpression1" nillable="true" type="tns:ArrayOfFilterExpression1" /&gt;
  &lt;xs:complexType name="FilterExpression1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="filterDefinitionUri" nillable="true" type="xs:anyURI"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="leftExpression" nillable="true" type="tns:FilterExpression1"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="operatorUri" nillable="true" type="xs:anyURI"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="rightExpression" nillable="true" type="tns:FilterExpression1"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="value" nillable="true" type="tns:FilterValueParameter1"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="FilterExpression1" nillable="true" type="tns:FilterExpression1" /&gt;
  &lt;xs:complexType name="FilterValueParameter1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="bool" nillable="true" type="xs:boolean"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="calendarDayDurationValue" nillable="true" type="tns:CalendarDayDuration1"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="date" nillable="true" type="tns:Date1"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="dateRange" nillable="true" type="tns:DateRangeParameter1"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="dateTimeUtc" nillable="true" type="tns:DateTimeUtc1"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="dateTimeUtcRange" nillable="true" type="tns:DateTimeRangeParameter1"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="money" nillable="true" type="tns:MoneyParameter1"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="number" nillable="true" type="xs:decimal"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="numberRange" nillable="true" type="tns:NumberRangeParameter1"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="text" nillable="true" type="xs:string"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="time" nillable="true" type="tns:Time1"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="uris" nillable="true" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q1:ArrayOfanyURI"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="workdayDurationValue" nillable="true" type="tns:WorkdayDurationParameter1"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="FilterValueParameter1" nillable="true" type="tns:FilterValueParameter1" /&gt;
  &lt;xs:complexType name="CalendarDayDuration1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="hours" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="microseconds" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="milliseconds" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="minutes" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="seconds" type="xs:int" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="CalendarDayDuration1" nillable="true" type="tns:CalendarDayDuration1" /&gt;
  &lt;xs:complexType name="Date1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="day" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="month" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="year" type="xs:int" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="Date1" nillable="true" type="tns:Date1" /&gt;
  &lt;xs:complexType name="DateRangeParameter1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="endDate" nillable="true" type="tns:Date1" /&gt;
      &lt;xs:element minOccurs="0" name="relativeDateRangeAsOfDate" nillable="true" type="tns:Date1" /&gt;
      &lt;xs:element minOccurs="0" name="relativeDateRangeUri" nillable="true" type="xs:anyURI" /&gt;
      &lt;xs:element minOccurs="0" name="startDate" nillable="true" type="tns:Date1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="DateRangeParameter1" nillable="true" type="tns:DateRangeParameter1" /&gt;
  &lt;xs:complexType name="DateTimeUtc1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="day" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="hour" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="millisecond" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="minute" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="month" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="second" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="year" type="xs:int" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="DateTimeUtc1" nillable="true" type="tns:DateTimeUtc1" /&gt;
  &lt;xs:complexType name="DateTimeRangeParameter1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="endDateTime" nillable="true" type="tns:DateTimeUtc1" /&gt;
      &lt;xs:element minOccurs="0" name="startDateTime" nillable="true" type="tns:DateTimeUtc1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="DateTimeRangeParameter1" nillable="true" type="tns:DateTimeRangeParameter1" /&gt;
  &lt;xs:complexType name="MoneyParameter1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element name="amount" type="xs:decimal" /&gt;
      &lt;xs:element name="currencyUri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="MoneyParameter1" nillable="true" type="tns:MoneyParameter1" /&gt;
  &lt;xs:complexType name="NumberRangeParameter1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="maxValue" nillable="true" type="xs:decimal" /&gt;
      &lt;xs:element minOccurs="0" name="minValue" nillable="true" type="xs:decimal" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="NumberRangeParameter1" nillable="true" type="tns:NumberRangeParameter1" /&gt;
  &lt;xs:complexType name="Time1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="hour" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="minute" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="second" type="xs:int" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="Time1" nillable="true" type="tns:Time1" /&gt;
  &lt;xs:complexType name="WorkdayDurationParameter1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="decimalWorkdays" nillable="true" type="xs:decimal" /&gt;
      &lt;xs:element minOccurs="0" name="hours" nillable="true" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="minutes" nillable="true" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="workdays" nillable="true" type="xs:int" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="WorkdayDurationParameter1" nillable="true" type="tns:WorkdayDurationParameter1" /&gt;
&lt;/xs:schema&gt;</pre>
      </p>
      <p>
        <a name="request-schema">Additional request Xml Schemas:</a>
        <pre class="request-schema">&lt;xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt;
  &lt;xs:element name="anyType" nillable="true" type="xs:anyType" /&gt;
  &lt;xs:element name="anyURI" nillable="true" type="xs:anyURI" /&gt;
  &lt;xs:element name="base64Binary" nillable="true" type="xs:base64Binary" /&gt;
  &lt;xs:element name="boolean" nillable="true" type="xs:boolean" /&gt;
  &lt;xs:element name="byte" nillable="true" type="xs:byte" /&gt;
  &lt;xs:element name="dateTime" nillable="true" type="xs:dateTime" /&gt;
  &lt;xs:element name="decimal" nillable="true" type="xs:decimal" /&gt;
  &lt;xs:element name="double" nillable="true" type="xs:double" /&gt;
  &lt;xs:element name="float" nillable="true" type="xs:float" /&gt;
  &lt;xs:element name="int" nillable="true" type="xs:int" /&gt;
  &lt;xs:element name="long" nillable="true" type="xs:long" /&gt;
  &lt;xs:element name="QName" nillable="true" type="xs:QName" /&gt;
  &lt;xs:element name="short" nillable="true" type="xs:short" /&gt;
  &lt;xs:element name="string" nillable="true" type="xs:string" /&gt;
  &lt;xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" /&gt;
  &lt;xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" /&gt;
  &lt;xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" /&gt;
  &lt;xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" /&gt;
  &lt;xs:element name="char" nillable="true" type="tns:char" /&gt;
  &lt;xs:simpleType name="char"&gt;
    &lt;xs:restriction base="xs:int" /&gt;
  &lt;/xs:simpleType&gt;
  &lt;xs:element name="duration" nillable="true" type="tns:duration" /&gt;
  &lt;xs:simpleType name="duration"&gt;
    &lt;xs:restriction base="xs:duration"&gt;
      &lt;xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" /&gt;
      &lt;xs:minInclusive value="-P10675199DT2H48M5.4775808S" /&gt;
      &lt;xs:maxInclusive value="P10675199DT2H48M5.4775807S" /&gt;
    &lt;/xs:restriction&gt;
  &lt;/xs:simpleType&gt;
  &lt;xs:element name="guid" nillable="true" type="tns:guid" /&gt;
  &lt;xs:simpleType name="guid"&gt;
    &lt;xs:restriction base="xs:string"&gt;
      &lt;xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" /&gt;
    &lt;/xs:restriction&gt;
  &lt;/xs:simpleType&gt;
  &lt;xs:attribute name="FactoryType" type="xs:QName" /&gt;
  &lt;xs:attribute name="Id" type="xs:ID" /&gt;
  &lt;xs:attribute name="Ref" type="xs:IDREF" /&gt;
&lt;/xs:schema&gt;</pre>
      </p>
      <p>
        <pre class="request-schema">&lt;xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt;
  &lt;xs:complexType name="ArrayOfanyURI"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="anyURI" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ArrayOfanyURI" nillable="true" type="tns:ArrayOfanyURI" /&gt;
&lt;/xs:schema&gt;</pre>
      </p>
      <p>
        <pre class="request-schema">&lt;tns:schema targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.w3.org/2001/XMLSchema"&gt;
  &lt;tns:element name="schema"&gt;
    &lt;tns:complexType /&gt;
  &lt;/tns:element&gt;
&lt;/tns:schema&gt;</pre>
      </p>
      <p>
        <a name="response-schema">The following is the response Xml Schema:</a>
        <pre class="response-schema">&lt;xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt;
  &lt;xs:complexType name="ArrayOfint"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="int" type="xs:int" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ArrayOfint" nillable="true" type="tns:ArrayOfint" /&gt;
&lt;/xs:schema&gt;</pre>
      </p>
      <p>
        <a name="response-schema">Additional response Xml Schemas:</a>
        <pre class="response-schema">&lt;xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt;
  &lt;xs:element name="anyType" nillable="true" type="xs:anyType" /&gt;
  &lt;xs:element name="anyURI" nillable="true" type="xs:anyURI" /&gt;
  &lt;xs:element name="base64Binary" nillable="true" type="xs:base64Binary" /&gt;
  &lt;xs:element name="boolean" nillable="true" type="xs:boolean" /&gt;
  &lt;xs:element name="byte" nillable="true" type="xs:byte" /&gt;
  &lt;xs:element name="dateTime" nillable="true" type="xs:dateTime" /&gt;
  &lt;xs:element name="decimal" nillable="true" type="xs:decimal" /&gt;
  &lt;xs:element name="double" nillable="true" type="xs:double" /&gt;
  &lt;xs:element name="float" nillable="true" type="xs:float" /&gt;
  &lt;xs:element name="int" nillable="true" type="xs:int" /&gt;
  &lt;xs:element name="long" nillable="true" type="xs:long" /&gt;
  &lt;xs:element name="QName" nillable="true" type="xs:QName" /&gt;
  &lt;xs:element name="short" nillable="true" type="xs:short" /&gt;
  &lt;xs:element name="string" nillable="true" type="xs:string" /&gt;
  &lt;xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" /&gt;
  &lt;xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" /&gt;
  &lt;xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" /&gt;
  &lt;xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" /&gt;
  &lt;xs:element name="char" nillable="true" type="tns:char" /&gt;
  &lt;xs:simpleType name="char"&gt;
    &lt;xs:restriction base="xs:int" /&gt;
  &lt;/xs:simpleType&gt;
  &lt;xs:element name="duration" nillable="true" type="tns:duration" /&gt;
  &lt;xs:simpleType name="duration"&gt;
    &lt;xs:restriction base="xs:duration"&gt;
      &lt;xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" /&gt;
      &lt;xs:minInclusive value="-P10675199DT2H48M5.4775808S" /&gt;
      &lt;xs:maxInclusive value="P10675199DT2H48M5.4775807S" /&gt;
    &lt;/xs:restriction&gt;
  &lt;/xs:simpleType&gt;
  &lt;xs:element name="guid" nillable="true" type="tns:guid" /&gt;
  &lt;xs:simpleType name="guid"&gt;
    &lt;xs:restriction base="xs:string"&gt;
      &lt;xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" /&gt;
    &lt;/xs:restriction&gt;
  &lt;/xs:simpleType&gt;
  &lt;xs:attribute name="FactoryType" type="xs:QName" /&gt;
  &lt;xs:attribute name="Id" type="xs:ID" /&gt;
  &lt;xs:attribute name="Ref" type="xs:IDREF" /&gt;
&lt;/xs:schema&gt;</pre>
      </p>
      <p>
        <pre class="response-schema">&lt;tns:schema targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.w3.org/2001/XMLSchema"&gt;
  &lt;tns:element name="schema"&gt;
    &lt;tns:complexType /&gt;
  &lt;/tns:element&gt;
&lt;/tns:schema&gt;</pre>
      </p>
    </div>
  </body>
</html>