mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 13:17:49 +00:00
26 lines
1.1 KiB
C
26 lines
1.1 KiB
C
/*
|
|
|
|
c14n.h
|
|
|
|
*/
|
|
|
|
/******************************************************************************\
|
|
* *
|
|
* Schema Namespaces *
|
|
* *
|
|
\******************************************************************************/
|
|
|
|
//gsoap c14n schema import: http://www.w3.org/2001/10/xml-exc-c14n#
|
|
//gsoap c14n schema elementForm: qualified
|
|
//gsoap c14n schema attributeForm: unqualified
|
|
|
|
/******************************************************************************\
|
|
* *
|
|
* Schema Types *
|
|
* *
|
|
\******************************************************************************/
|
|
|
|
typedef struct _c14n__InclusiveNamespaces
|
|
{ @char* PrefixList;
|
|
} _c14n__InclusiveNamespaces;
|