*** previous/entity-filters.xml	2009-04-11 14:35:46.000000000 -0700
--- current/entity-filters.xml	2009-04-11 14:34:53.000000000 -0700
***************
*** 35,41 ****
          This specification is an extension to the XBRL Variables 1.0
          Specification <bibref ref="VARIABLES"/>.  It defines syntax for filters 
          that can condition on entity identifiers
!         when selecting facts from XBRL instances.        
        </p>
      </abstract>
    </header>
--- 35,41 ----
          This specification is an extension to the XBRL Variables 1.0
          Specification <bibref ref="VARIABLES"/>.  It defines syntax for filters 
          that can condition on entity identifiers
!         when selecting facts from <xtermref bibref="VARIABLES" idref="term-input-xbrl-instance">input XBRL instances</xtermref>.        
        </p>
      </abstract>
    </header>
***************
*** 49,55 ****
          Specification <bibref ref="VARIABLES"/>. 
          It defines XML syntax <bibref ref="XML"/> for filters 
          that can condition on entity identifiers
!         when selecting facts from XBRL instances. 
        </p>
  
        <p>
--- 49,55 ----
          Specification <bibref ref="VARIABLES"/>. 
          It defines XML syntax <bibref ref="XML"/> for filters 
          that can condition on entity identifiers
!         when selecting facts from <xtermref bibref="VARIABLES" idref="term-input-xbrl-instance">input XBRL instances</xtermref>. 
        </p>
  
        <p>
***************
*** 63,69 ****
          <p>
            This specification is a member of a suite of similar specifications 
            that define specific types of criteria that can be used
!           to select facts from XBRL instances.  It enhances 
            the fact selection capabilities of the XBRL Variables Specification 1.0
            <bibref ref="VARIABLES"/>.
          </p>
--- 63,69 ----
          <p>
            This specification is a member of a suite of similar specifications 
            that define specific types of criteria that can be used
!           to select facts from <xtermref bibref="VARIABLES" idref="term-input-xbrl-instance">input XBRL instances</xtermref>.  It enhances 
            the fact selection capabilities of the XBRL Variables Specification 1.0
            <bibref ref="VARIABLES"/>.
          </p>
***************
*** 197,203 ****
            is:
          </p>
          <p>
!           <code>xfi:identifier-scheme(xfi:identifier(.)) eq #scheme</code>
          </p>
          
          <p>
--- 197,203 ----
            is:
          </p>
          <p>
!           <code>xfi:item-identifier-scheme(.) eq #scheme</code>
          </p>
          
          <p>
***************
*** 229,235 ****
                  </tr>
                  <tr>
                    <td>
!                     <val>xfi:identifier-scheme(xfi:identifier($eg:variableB))</val>
                    </td>
                    <td>
                      A fact's entity identification scheme must be the same
--- 229,235 ----
                  </tr>
                  <tr>
                    <td>
!                     <val>xfi:item-identifier-scheme($eg:variableB)</val>
                    </td>
                    <td>
                      A fact's entity identification scheme must be the same
***************
*** 269,275 ****
            is:
          </p>
          <p>
!           <code>fn:matches(xfi:identifier-scheme(xfi:identifier(.)),'#pattern')</code>
          </p>
          
          <p>
--- 269,275 ----
            is:
          </p>
          <p>
!           <code>fn:matches(xfi:item-identifier-scheme(.),'#pattern')</code>
          </p>
          
          <p>
***************
*** 328,335 ****
            is:
          </p>
          <p>
!           <code>(xfi:identifier-value(xfi:identifier(.)) eq #value and
!           xfi:identifier-scheme(xfi:identifier(.)) eq #scheme)</code>
          </p>
          
          <p>
--- 328,335 ----
            is:
          </p>
          <p>
!           <code>(xfi:item-identifier-value(.) eq #value and
!           xfi:item-identifier-scheme(.) eq #scheme)</code>
          </p>
          
          <p>
***************
*** 396,402 ****
            is:
          </p>
          <p>
!           <code>fn:matches(xfi:identifier-value(xfi:identifier(.)),'#pattern')</code>
          </p>
          
          <p>
--- 396,402 ----
            is:
          </p>
          <p>
!           <code>fn:matches(xfi:item-identifier-value(.),'#pattern')</code>
          </p>
          
          <p>
***************
*** 585,590 ****
--- 585,597 ----
            </p>
          </revision>
  
+         <revision ref="person-geoff" day="23" month="03" year="2009">
+           <p>
+             Modified XBRL functions usage to exploit new convenience 
+             entity identifier information accessors.
+           </p>
+         </revision>
+ 
        </revisions>
  
      </section>
