declare namespace tx = "http://ACORD.org/Standards/Life/2";
import module namespace example = "http://www.datadirect.com/xquery/examples" at "acord_verbs.xquery";
(:
Party Inquiry: object + related objects
:)
{
for $request in doc("204-1.xml")/tx:TXLife/tx:TXLifeRequest
return example:reply-204($request)
}
(: Stylus Studio meta-information - (c) 2004-2007. Progress Software Corporation. All rights reserved.
:)