1# zxid/sg/ec.sg  --  Declaration of InclusiveNamespaces from Exclusive XML Canonicalization
2#
3# This declaration is sometimes needed with XML-DSIG
4#
5# We choose to use exca prefix instead of ec suggested by spec because this construct
6# is seldom used and we want to keep ec in reserve for something frequently used. --Sampo
7#
8# $Id: ec.sg,v 1.1 2007-08-10 19:19:10 sampo Exp $
9#
10# Schema from: http://www.w3.org/TR/2002/REC-xml-exc-c14n-20020718/
11#
12# <schema xmlns="http://www.w3.org/2001/XMLSchema"
13#                xmlns:ec="http://www.w3.org/2001/10/xml-exc-c14n#"
14#         targetNamespace="http://www.w3.org/2001/10/xml-exc-c14n#"
15#         version="0.1" elementFormDefault="qualified">
16#     <element name="InclusiveNamespaces" type="ec:InclusiveNamespaces"/>
17#     <complexType name="InclusiveNamespaces">
18#        <attribute name="PrefixList" type="NMTOKENS"/>
19#     </complexType>
20# </schema>
21
22target(exca, http://www.w3.org/2001/10/xml-exc-c14n#)
23
24InclusiveNamespaces: @PrefixList -> %xs:string ;
25
26#EOF
27