1# zxid/sg/saml-schema-ecp-2.0.sg
2# Slightly edited, 7.2.2007, Sampo Kellomaki (sampo@iki.fi)
3# $Id: liberty-paos-v2.0.sg,v 1.4 2009-09-05 02:23:41 sampo Exp $
4
5target(paos,urn:liberty:paos:2006-08)
6ns(xs,http://www.w3.org/2001/XMLSchema)
7import(e,http://schemas.xmlsoap.org/soap/envelope/,http://schemas.xmlsoap.org/soap/envelope/)
8#include(lu,liberty-utility-v2.0.xsd)
9
10Request	 -> %paos:RequestType
11%RequestType:
12  @responseConsumerURL	 -> %xs:anyURI
13  @service	 -> %xs:anyURI
14  @messageID?	 -> %xs:string   #%lu:IDType
15  @e:mustUnderstand
16  @e:actor
17  ;
18
19Response	 -> %paos:ResponseType
20%ResponseType:
21  @refToMessageID?	 -> %xs:string  #%lu:IDType
22  @e:mustUnderstand
23  @e:actor
24  ;
25
26#EOF
27