1# zxid/sg/liberty-idwsf-soap-binding.sg
2# Slightly edited, 14.9.2006, Sampo Kellomaki (sampo@iki.fi)
3# $Id: liberty-idwsf-soap-binding.sg,v 1.4 2009-09-05 02:23:41 sampo Exp $
4
5target(sbf, urn:liberty:sb)
6import(wsu, http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd)
7import(e,   http://schemas.xmlsoap.org/soap/envelope/)
8
9%FrameworkType:
10  any*  processContents(lax)
11  @version  -> %xs:string
12  @wsu:Id?
13  @e:mustUnderstand?
14  @e:actor?
15  @any
16  ;
17Framework   -> %sbf:FrameworkType
18
19#EOF
20