mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-06 21:57:47 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
/*
|
||||
|
||||
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;
|
||||
Reference in New Issue
Block a user