Home | History | Annotate | Download | only in dom
      1 /*
      2 * Copyright 2006 Sony Computer Entertainment Inc.
      3 *
      4 * Licensed under the MIT Open Source License, for details please see license.txt or the website
      5 * http://www.opensource.org/licenses/mit-license.php
      6 *
      7 */
      8 
      9 #include <dom/domConstants.h>
     10 
     11 DLLSPEC daeString COLLADA_VERSION = "1.4.1";
     12 DLLSPEC daeString COLLADA_NAMESPACE = "http://www.collada.org/2005/11/COLLADASchema";
     13 
     14 DLLSPEC daeString COMMON_PROFILE_INPUT_BINORMAL = "BINORMAL";
     15 DLLSPEC daeString COMMON_PROFILE_INPUT_COLOR = "COLOR";
     16 DLLSPEC daeString COMMON_PROFILE_INPUT_CONTINUITY = "CONTINUITY";
     17 DLLSPEC daeString COMMON_PROFILE_INPUT_IMAGE = "IMAGE";
     18 DLLSPEC daeString COMMON_PROFILE_INPUT_IN_TANGENT = "IN_TANGENT";
     19 DLLSPEC daeString COMMON_PROFILE_INPUT_INPUT = "INPUT";
     20 DLLSPEC daeString COMMON_PROFILE_INPUT_INTERPOLATION = "INTERPOLATION";
     21 DLLSPEC daeString COMMON_PROFILE_INPUT_INV_BIND_MATRIX = "INV_BIND_MATRIX";
     22 DLLSPEC daeString COMMON_PROFILE_INPUT_JOINT = "JOINT";
     23 DLLSPEC daeString COMMON_PROFILE_INPUT_LINEAR_STEPS = "LINEAR_STEPS";
     24 DLLSPEC daeString COMMON_PROFILE_INPUT_MORPH_TARGET = "MORPH_TARGET";
     25 DLLSPEC daeString COMMON_PROFILE_INPUT_MORPH_WEIGHT = "MORPH_WEIGHT";
     26 DLLSPEC daeString COMMON_PROFILE_INPUT_NORMAL = "NORMAL";
     27 DLLSPEC daeString COMMON_PROFILE_INPUT_OUTPUT = "OUTPUT";
     28 DLLSPEC daeString COMMON_PROFILE_INPUT_OUT_TANGENT = "OUT_TANGENT";
     29 DLLSPEC daeString COMMON_PROFILE_INPUT_POSITION = "POSITION";
     30 DLLSPEC daeString COMMON_PROFILE_INPUT_TANGENT = "TANGENT";
     31 DLLSPEC daeString COMMON_PROFILE_INPUT_TEXBINORMAL = "TEXBINORMAL";
     32 DLLSPEC daeString COMMON_PROFILE_INPUT_TEXCOORD = "TEXCOORD";
     33 DLLSPEC daeString COMMON_PROFILE_INPUT_TEXTANGENT = "TEXTANGENT";
     34 DLLSPEC daeString COMMON_PROFILE_INPUT_UV = "UV";
     35 DLLSPEC daeString COMMON_PROFILE_INPUT_VERTEX = "VERTEX";
     36 DLLSPEC daeString COMMON_PROFILE_INPUT_WEIGHT = "WEIGHT";
     37 
     38 DLLSPEC daeString COMMON_PROFILE_PARAM_A = "A";
     39 DLLSPEC daeString COMMON_PROFILE_PARAM_ANGLE = "ANGLE";
     40 DLLSPEC daeString COMMON_PROFILE_PARAM_B = "B";
     41 DLLSPEC daeString COMMON_PROFILE_PARAM_DOUBLE_SIDED = "DOUBLE_SIDED";
     42 DLLSPEC daeString COMMON_PROFILE_PARAM_G = "G";
     43 DLLSPEC daeString COMMON_PROFILE_PARAM_P = "P";
     44 DLLSPEC daeString COMMON_PROFILE_PARAM_Q = "Q";
     45 DLLSPEC daeString COMMON_PROFILE_PARAM_R = "R";
     46 DLLSPEC daeString COMMON_PROFILE_PARAM_S = "S";
     47 DLLSPEC daeString COMMON_PROFILE_PARAM_T = "T";
     48 DLLSPEC daeString COMMON_PROFILE_PARAM_TIME = "TIME";
     49 DLLSPEC daeString COMMON_PROFILE_PARAM_U = "U";
     50 DLLSPEC daeString COMMON_PROFILE_PARAM_V = "V";
     51 DLLSPEC daeString COMMON_PROFILE_PARAM_W = "W";
     52 DLLSPEC daeString COMMON_PROFILE_PARAM_X = "X";
     53 DLLSPEC daeString COMMON_PROFILE_PARAM_Y = "Y";
     54 DLLSPEC daeString COMMON_PROFILE_PARAM_Z = "Z";
     55 
     56 
     57 DLLSPEC daeString COLLADA_TYPE_INPUTGLOBAL = "InputGlobal";
     58 DLLSPEC daeString COLLADA_TYPE_INPUTLOCAL = "InputLocal";
     59 DLLSPEC daeString COLLADA_TYPE_INPUTLOCALOFFSET = "InputLocalOffset";
     60 DLLSPEC daeString COLLADA_TYPE_INSTANCEWITHEXTRA = "InstanceWithExtra";
     61 DLLSPEC daeString COLLADA_TYPE_TARGETABLEFLOAT = "TargetableFloat";
     62 DLLSPEC daeString COLLADA_TYPE_TARGETABLEFLOAT3 = "TargetableFloat3";
     63 DLLSPEC daeString COLLADA_TYPE_FX_SURFACE_FORMAT_HINT_COMMON = "fx_surface_format_hint_common";
     64 DLLSPEC daeString COLLADA_TYPE_CHANNELS = "channels";
     65 DLLSPEC daeString COLLADA_TYPE_RANGE = "range";
     66 DLLSPEC daeString COLLADA_TYPE_PRECISION = "precision";
     67 DLLSPEC daeString COLLADA_TYPE_OPTION = "option";
     68 DLLSPEC daeString COLLADA_TYPE_FX_SURFACE_INIT_PLANAR_COMMON = "fx_surface_init_planar_common";
     69 DLLSPEC daeString COLLADA_TYPE_ALL = "all";
     70 DLLSPEC daeString COLLADA_TYPE_FX_SURFACE_INIT_VOLUME_COMMON = "fx_surface_init_volume_common";
     71 DLLSPEC daeString COLLADA_TYPE_PRIMARY = "primary";
     72 DLLSPEC daeString COLLADA_TYPE_FX_SURFACE_INIT_CUBE_COMMON = "fx_surface_init_cube_common";
     73 DLLSPEC daeString COLLADA_TYPE_ORDER = "order";
     74 DLLSPEC daeString COLLADA_TYPE_FACE = "face";
     75 DLLSPEC daeString COLLADA_TYPE_FX_SURFACE_INIT_FROM_COMMON = "fx_surface_init_from_common";
     76 DLLSPEC daeString COLLADA_TYPE_FX_SURFACE_COMMON = "fx_surface_common";
     77 DLLSPEC daeString COLLADA_TYPE_FORMAT = "format";
     78 DLLSPEC daeString COLLADA_TYPE_SIZE = "size";
     79 DLLSPEC daeString COLLADA_TYPE_VIEWPORT_RATIO = "viewport_ratio";
     80 DLLSPEC daeString COLLADA_TYPE_MIP_LEVELS = "mip_levels";
     81 DLLSPEC daeString COLLADA_TYPE_MIPMAP_GENERATE = "mipmap_generate";
     82 DLLSPEC daeString COLLADA_TYPE_FX_SAMPLER1D_COMMON = "fx_sampler1D_common";
     83 DLLSPEC daeString COLLADA_TYPE_SOURCE = "source";
     84 DLLSPEC daeString COLLADA_TYPE_WRAP_S = "wrap_s";
     85 DLLSPEC daeString COLLADA_TYPE_MINFILTER = "minfilter";
     86 DLLSPEC daeString COLLADA_TYPE_MAGFILTER = "magfilter";
     87 DLLSPEC daeString COLLADA_TYPE_MIPFILTER = "mipfilter";
     88 DLLSPEC daeString COLLADA_TYPE_BORDER_COLOR = "border_color";
     89 DLLSPEC daeString COLLADA_TYPE_MIPMAP_MAXLEVEL = "mipmap_maxlevel";
     90 DLLSPEC daeString COLLADA_TYPE_MIPMAP_BIAS = "mipmap_bias";
     91 DLLSPEC daeString COLLADA_TYPE_FX_SAMPLER2D_COMMON = "fx_sampler2D_common";
     92 DLLSPEC daeString COLLADA_TYPE_WRAP_T = "wrap_t";
     93 DLLSPEC daeString COLLADA_TYPE_FX_SAMPLER3D_COMMON = "fx_sampler3D_common";
     94 DLLSPEC daeString COLLADA_TYPE_WRAP_P = "wrap_p";
     95 DLLSPEC daeString COLLADA_TYPE_FX_SAMPLERCUBE_COMMON = "fx_samplerCUBE_common";
     96 DLLSPEC daeString COLLADA_TYPE_FX_SAMPLERRECT_COMMON = "fx_samplerRECT_common";
     97 DLLSPEC daeString COLLADA_TYPE_FX_SAMPLERDEPTH_COMMON = "fx_samplerDEPTH_common";
     98 DLLSPEC daeString COLLADA_TYPE_FX_COLORTARGET_COMMON = "fx_colortarget_common";
     99 DLLSPEC daeString COLLADA_TYPE_FX_DEPTHTARGET_COMMON = "fx_depthtarget_common";
    100 DLLSPEC daeString COLLADA_TYPE_FX_STENCILTARGET_COMMON = "fx_stenciltarget_common";
    101 DLLSPEC daeString COLLADA_TYPE_FX_CLEARCOLOR_COMMON = "fx_clearcolor_common";
    102 DLLSPEC daeString COLLADA_TYPE_FX_CLEARDEPTH_COMMON = "fx_cleardepth_common";
    103 DLLSPEC daeString COLLADA_TYPE_FX_CLEARSTENCIL_COMMON = "fx_clearstencil_common";
    104 DLLSPEC daeString COLLADA_TYPE_FX_ANNOTATE_COMMON = "fx_annotate_common";
    105 DLLSPEC daeString COLLADA_TYPE_FX_INCLUDE_COMMON = "fx_include_common";
    106 DLLSPEC daeString COLLADA_TYPE_FX_NEWPARAM_COMMON = "fx_newparam_common";
    107 DLLSPEC daeString COLLADA_TYPE_SEMANTIC = "semantic";
    108 DLLSPEC daeString COLLADA_TYPE_MODIFIER = "modifier";
    109 DLLSPEC daeString COLLADA_TYPE_FX_CODE_PROFILE = "fx_code_profile";
    110 DLLSPEC daeString COLLADA_TYPE_GL_SAMPLER1D = "gl_sampler1D";
    111 DLLSPEC daeString COLLADA_TYPE_GL_SAMPLER2D = "gl_sampler2D";
    112 DLLSPEC daeString COLLADA_TYPE_GL_SAMPLER3D = "gl_sampler3D";
    113 DLLSPEC daeString COLLADA_TYPE_GL_SAMPLERCUBE = "gl_samplerCUBE";
    114 DLLSPEC daeString COLLADA_TYPE_GL_SAMPLERRECT = "gl_samplerRECT";
    115 DLLSPEC daeString COLLADA_TYPE_GL_SAMPLERDEPTH = "gl_samplerDEPTH";
    116 DLLSPEC daeString COLLADA_TYPE_GLSL_NEWARRAY_TYPE = "glsl_newarray_type";
    117 DLLSPEC daeString COLLADA_TYPE_GLSL_SETARRAY_TYPE = "glsl_setarray_type";
    118 DLLSPEC daeString COLLADA_TYPE_GLSL_SURFACE_TYPE = "glsl_surface_type";
    119 DLLSPEC daeString COLLADA_TYPE_GENERATOR = "generator";
    120 DLLSPEC daeString COLLADA_TYPE_NAME = "name";
    121 DLLSPEC daeString COLLADA_TYPE_GLSL_NEWPARAM = "glsl_newparam";
    122 DLLSPEC daeString COLLADA_TYPE_GLSL_SETPARAM_SIMPLE = "glsl_setparam_simple";
    123 DLLSPEC daeString COLLADA_TYPE_GLSL_SETPARAM = "glsl_setparam";
    124 DLLSPEC daeString COLLADA_TYPE_COMMON_FLOAT_OR_PARAM_TYPE = "common_float_or_param_type";
    125 DLLSPEC daeString COLLADA_TYPE_FLOAT = "float";
    126 DLLSPEC daeString COLLADA_TYPE_PARAM = "param";
    127 DLLSPEC daeString COLLADA_TYPE_COMMON_COLOR_OR_TEXTURE_TYPE = "common_color_or_texture_type";
    128 DLLSPEC daeString COLLADA_TYPE_COLOR = "color";
    129 DLLSPEC daeString COLLADA_TYPE_TEXTURE = "texture";
    130 DLLSPEC daeString COLLADA_TYPE_COMMON_TRANSPARENT_TYPE = "common_transparent_type";
    131 DLLSPEC daeString COLLADA_TYPE_COMMON_NEWPARAM_TYPE = "common_newparam_type";
    132 DLLSPEC daeString COLLADA_TYPE_FLOAT2 = "float2";
    133 DLLSPEC daeString COLLADA_TYPE_FLOAT3 = "float3";
    134 DLLSPEC daeString COLLADA_TYPE_FLOAT4 = "float4";
    135 DLLSPEC daeString COLLADA_TYPE_CG_SAMPLER1D = "cg_sampler1D";
    136 DLLSPEC daeString COLLADA_TYPE_CG_SAMPLER2D = "cg_sampler2D";
    137 DLLSPEC daeString COLLADA_TYPE_CG_SAMPLER3D = "cg_sampler3D";
    138 DLLSPEC daeString COLLADA_TYPE_CG_SAMPLERCUBE = "cg_samplerCUBE";
    139 DLLSPEC daeString COLLADA_TYPE_CG_SAMPLERRECT = "cg_samplerRECT";
    140 DLLSPEC daeString COLLADA_TYPE_CG_SAMPLERDEPTH = "cg_samplerDEPTH";
    141 DLLSPEC daeString COLLADA_TYPE_CG_CONNECT_PARAM = "cg_connect_param";
    142 DLLSPEC daeString COLLADA_TYPE_CG_NEWARRAY_TYPE = "cg_newarray_type";
    143 DLLSPEC daeString COLLADA_TYPE_CG_SETARRAY_TYPE = "cg_setarray_type";
    144 DLLSPEC daeString COLLADA_TYPE_CG_SETUSER_TYPE = "cg_setuser_type";
    145 DLLSPEC daeString COLLADA_TYPE_CG_SURFACE_TYPE = "cg_surface_type";
    146 DLLSPEC daeString COLLADA_TYPE_CG_NEWPARAM = "cg_newparam";
    147 DLLSPEC daeString COLLADA_TYPE_CG_SETPARAM_SIMPLE = "cg_setparam_simple";
    148 DLLSPEC daeString COLLADA_TYPE_CG_SETPARAM = "cg_setparam";
    149 DLLSPEC daeString COLLADA_TYPE_GLES_TEXTURE_CONSTANT_TYPE = "gles_texture_constant_type";
    150 DLLSPEC daeString COLLADA_TYPE_GLES_TEXENV_COMMAND_TYPE = "gles_texenv_command_type";
    151 DLLSPEC daeString COLLADA_TYPE_GLES_TEXCOMBINER_ARGUMENTRGB_TYPE = "gles_texcombiner_argumentRGB_type";
    152 DLLSPEC daeString COLLADA_TYPE_GLES_TEXCOMBINER_ARGUMENTALPHA_TYPE = "gles_texcombiner_argumentAlpha_type";
    153 DLLSPEC daeString COLLADA_TYPE_GLES_TEXCOMBINER_COMMANDRGB_TYPE = "gles_texcombiner_commandRGB_type";
    154 DLLSPEC daeString COLLADA_TYPE_GLES_TEXCOMBINER_COMMANDALPHA_TYPE = "gles_texcombiner_commandAlpha_type";
    155 DLLSPEC daeString COLLADA_TYPE_GLES_TEXCOMBINER_COMMAND_TYPE = "gles_texcombiner_command_type";
    156 DLLSPEC daeString COLLADA_TYPE_GLES_TEXTURE_PIPELINE = "gles_texture_pipeline";
    157 DLLSPEC daeString COLLADA_TYPE_GLES_TEXTURE_UNIT = "gles_texture_unit";
    158 DLLSPEC daeString COLLADA_TYPE_SURFACE = "surface";
    159 DLLSPEC daeString COLLADA_TYPE_SAMPLER_STATE = "sampler_state";
    160 DLLSPEC daeString COLLADA_TYPE_TEXCOORD = "texcoord";
    161 DLLSPEC daeString COLLADA_TYPE_GLES_SAMPLER_STATE = "gles_sampler_state";
    162 DLLSPEC daeString COLLADA_TYPE_GLES_NEWPARAM = "gles_newparam";
    163 DLLSPEC daeString COLLADA_TYPE_FX_SURFACE_INIT_COMMON = "fx_surface_init_common";
    164 DLLSPEC daeString COLLADA_TYPE_INIT_AS_NULL = "init_as_null";
    165 DLLSPEC daeString COLLADA_TYPE_INIT_AS_TARGET = "init_as_target";
    166 DLLSPEC daeString COLLADA_TYPE_FX_ANNOTATE_TYPE_COMMON = "fx_annotate_type_common";
    167 DLLSPEC daeString COLLADA_TYPE_BOOL = "bool";
    168 DLLSPEC daeString COLLADA_TYPE_BOOL2 = "bool2";
    169 DLLSPEC daeString COLLADA_TYPE_BOOL3 = "bool3";
    170 DLLSPEC daeString COLLADA_TYPE_BOOL4 = "bool4";
    171 DLLSPEC daeString COLLADA_TYPE_INT = "int";
    172 DLLSPEC daeString COLLADA_TYPE_INT2 = "int2";
    173 DLLSPEC daeString COLLADA_TYPE_INT3 = "int3";
    174 DLLSPEC daeString COLLADA_TYPE_INT4 = "int4";
    175 DLLSPEC daeString COLLADA_TYPE_FLOAT2X2 = "float2x2";
    176 DLLSPEC daeString COLLADA_TYPE_FLOAT3X3 = "float3x3";
    177 DLLSPEC daeString COLLADA_TYPE_FLOAT4X4 = "float4x4";
    178 DLLSPEC daeString COLLADA_TYPE_STRING = "string";
    179 DLLSPEC daeString COLLADA_TYPE_FX_BASIC_TYPE_COMMON = "fx_basic_type_common";
    180 DLLSPEC daeString COLLADA_TYPE_FLOAT1X1 = "float1x1";
    181 DLLSPEC daeString COLLADA_TYPE_FLOAT1X2 = "float1x2";
    182 DLLSPEC daeString COLLADA_TYPE_FLOAT1X3 = "float1x3";
    183 DLLSPEC daeString COLLADA_TYPE_FLOAT1X4 = "float1x4";
    184 DLLSPEC daeString COLLADA_TYPE_FLOAT2X1 = "float2x1";
    185 DLLSPEC daeString COLLADA_TYPE_FLOAT2X3 = "float2x3";
    186 DLLSPEC daeString COLLADA_TYPE_FLOAT2X4 = "float2x4";
    187 DLLSPEC daeString COLLADA_TYPE_FLOAT3X1 = "float3x1";
    188 DLLSPEC daeString COLLADA_TYPE_FLOAT3X2 = "float3x2";
    189 DLLSPEC daeString COLLADA_TYPE_FLOAT3X4 = "float3x4";
    190 DLLSPEC daeString COLLADA_TYPE_FLOAT4X1 = "float4x1";
    191 DLLSPEC daeString COLLADA_TYPE_FLOAT4X2 = "float4x2";
    192 DLLSPEC daeString COLLADA_TYPE_FLOAT4X3 = "float4x3";
    193 DLLSPEC daeString COLLADA_TYPE_ENUM = "enum";
    194 DLLSPEC daeString COLLADA_TYPE_GL_PIPELINE_SETTINGS = "gl_pipeline_settings";
    195 DLLSPEC daeString COLLADA_TYPE_ALPHA_FUNC = "alpha_func";
    196 DLLSPEC daeString COLLADA_TYPE_FUNC = "func";
    197 DLLSPEC daeString COLLADA_TYPE_VALUE = "value";
    198 DLLSPEC daeString COLLADA_TYPE_BLEND_FUNC = "blend_func";
    199 DLLSPEC daeString COLLADA_TYPE_SRC = "src";
    200 DLLSPEC daeString COLLADA_TYPE_DEST = "dest";
    201 DLLSPEC daeString COLLADA_TYPE_BLEND_FUNC_SEPARATE = "blend_func_separate";
    202 DLLSPEC daeString COLLADA_TYPE_SRC_RGB = "src_rgb";
    203 DLLSPEC daeString COLLADA_TYPE_DEST_RGB = "dest_rgb";
    204 DLLSPEC daeString COLLADA_TYPE_SRC_ALPHA = "src_alpha";
    205 DLLSPEC daeString COLLADA_TYPE_DEST_ALPHA = "dest_alpha";
    206 DLLSPEC daeString COLLADA_TYPE_BLEND_EQUATION = "blend_equation";
    207 DLLSPEC daeString COLLADA_TYPE_BLEND_EQUATION_SEPARATE = "blend_equation_separate";
    208 DLLSPEC daeString COLLADA_TYPE_RGB = "rgb";
    209 DLLSPEC daeString COLLADA_TYPE_ALPHA = "alpha";
    210 DLLSPEC daeString COLLADA_TYPE_COLOR_MATERIAL = "color_material";
    211 DLLSPEC daeString COLLADA_TYPE_MODE = "mode";
    212 DLLSPEC daeString COLLADA_TYPE_CULL_FACE = "cull_face";
    213 DLLSPEC daeString COLLADA_TYPE_DEPTH_FUNC = "depth_func";
    214 DLLSPEC daeString COLLADA_TYPE_FOG_MODE = "fog_mode";
    215 DLLSPEC daeString COLLADA_TYPE_FOG_COORD_SRC = "fog_coord_src";
    216 DLLSPEC daeString COLLADA_TYPE_FRONT_FACE = "front_face";
    217 DLLSPEC daeString COLLADA_TYPE_LIGHT_MODEL_COLOR_CONTROL = "light_model_color_control";
    218 DLLSPEC daeString COLLADA_TYPE_LOGIC_OP = "logic_op";
    219 DLLSPEC daeString COLLADA_TYPE_POLYGON_MODE = "polygon_mode";
    220 DLLSPEC daeString COLLADA_TYPE_SHADE_MODEL = "shade_model";
    221 DLLSPEC daeString COLLADA_TYPE_STENCIL_FUNC = "stencil_func";
    222 DLLSPEC daeString COLLADA_TYPE_REF = "ref";
    223 DLLSPEC daeString COLLADA_TYPE_MASK = "mask";
    224 DLLSPEC daeString COLLADA_TYPE_STENCIL_OP = "stencil_op";
    225 DLLSPEC daeString COLLADA_TYPE_FAIL = "fail";
    226 DLLSPEC daeString COLLADA_TYPE_ZFAIL = "zfail";
    227 DLLSPEC daeString COLLADA_TYPE_ZPASS = "zpass";
    228 DLLSPEC daeString COLLADA_TYPE_STENCIL_FUNC_SEPARATE = "stencil_func_separate";
    229 DLLSPEC daeString COLLADA_TYPE_FRONT = "front";
    230 DLLSPEC daeString COLLADA_TYPE_BACK = "back";
    231 DLLSPEC daeString COLLADA_TYPE_STENCIL_OP_SEPARATE = "stencil_op_separate";
    232 DLLSPEC daeString COLLADA_TYPE_STENCIL_MASK_SEPARATE = "stencil_mask_separate";
    233 DLLSPEC daeString COLLADA_TYPE_LIGHT_ENABLE = "light_enable";
    234 DLLSPEC daeString COLLADA_TYPE_LIGHT_AMBIENT = "light_ambient";
    235 DLLSPEC daeString COLLADA_TYPE_LIGHT_DIFFUSE = "light_diffuse";
    236 DLLSPEC daeString COLLADA_TYPE_LIGHT_SPECULAR = "light_specular";
    237 DLLSPEC daeString COLLADA_TYPE_LIGHT_POSITION = "light_position";
    238 DLLSPEC daeString COLLADA_TYPE_LIGHT_CONSTANT_ATTENUATION = "light_constant_attenuation";
    239 DLLSPEC daeString COLLADA_TYPE_LIGHT_LINEAR_ATTENUATION = "light_linear_attenuation";
    240 DLLSPEC daeString COLLADA_TYPE_LIGHT_QUADRATIC_ATTENUATION = "light_quadratic_attenuation";
    241 DLLSPEC daeString COLLADA_TYPE_LIGHT_SPOT_CUTOFF = "light_spot_cutoff";
    242 DLLSPEC daeString COLLADA_TYPE_LIGHT_SPOT_DIRECTION = "light_spot_direction";
    243 DLLSPEC daeString COLLADA_TYPE_LIGHT_SPOT_EXPONENT = "light_spot_exponent";
    244 DLLSPEC daeString COLLADA_TYPE_TEXTURE1D = "texture1D";
    245 DLLSPEC daeString COLLADA_TYPE_TEXTURE2D = "texture2D";
    246 DLLSPEC daeString COLLADA_TYPE_TEXTURE3D = "texture3D";
    247 DLLSPEC daeString COLLADA_TYPE_TEXTURECUBE = "textureCUBE";
    248 DLLSPEC daeString COLLADA_TYPE_TEXTURERECT = "textureRECT";
    249 DLLSPEC daeString COLLADA_TYPE_TEXTUREDEPTH = "textureDEPTH";
    250 DLLSPEC daeString COLLADA_TYPE_TEXTURE1D_ENABLE = "texture1D_enable";
    251 DLLSPEC daeString COLLADA_TYPE_TEXTURE2D_ENABLE = "texture2D_enable";
    252 DLLSPEC daeString COLLADA_TYPE_TEXTURE3D_ENABLE = "texture3D_enable";
    253 DLLSPEC daeString COLLADA_TYPE_TEXTURECUBE_ENABLE = "textureCUBE_enable";
    254 DLLSPEC daeString COLLADA_TYPE_TEXTURERECT_ENABLE = "textureRECT_enable";
    255 DLLSPEC daeString COLLADA_TYPE_TEXTUREDEPTH_ENABLE = "textureDEPTH_enable";
    256 DLLSPEC daeString COLLADA_TYPE_TEXTURE_ENV_COLOR = "texture_env_color";
    257 DLLSPEC daeString COLLADA_TYPE_TEXTURE_ENV_MODE = "texture_env_mode";
    258 DLLSPEC daeString COLLADA_TYPE_CLIP_PLANE = "clip_plane";
    259 DLLSPEC daeString COLLADA_TYPE_CLIP_PLANE_ENABLE = "clip_plane_enable";
    260 DLLSPEC daeString COLLADA_TYPE_BLEND_COLOR = "blend_color";
    261 DLLSPEC daeString COLLADA_TYPE_CLEAR_COLOR = "clear_color";
    262 DLLSPEC daeString COLLADA_TYPE_CLEAR_STENCIL = "clear_stencil";
    263 DLLSPEC daeString COLLADA_TYPE_CLEAR_DEPTH = "clear_depth";
    264 DLLSPEC daeString COLLADA_TYPE_COLOR_MASK = "color_mask";
    265 DLLSPEC daeString COLLADA_TYPE_DEPTH_BOUNDS = "depth_bounds";
    266 DLLSPEC daeString COLLADA_TYPE_DEPTH_MASK = "depth_mask";
    267 DLLSPEC daeString COLLADA_TYPE_DEPTH_RANGE = "depth_range";
    268 DLLSPEC daeString COLLADA_TYPE_FOG_DENSITY = "fog_density";
    269 DLLSPEC daeString COLLADA_TYPE_FOG_START = "fog_start";
    270 DLLSPEC daeString COLLADA_TYPE_FOG_END = "fog_end";
    271 DLLSPEC daeString COLLADA_TYPE_FOG_COLOR = "fog_color";
    272 DLLSPEC daeString COLLADA_TYPE_LIGHT_MODEL_AMBIENT = "light_model_ambient";
    273 DLLSPEC daeString COLLADA_TYPE_LIGHTING_ENABLE = "lighting_enable";
    274 DLLSPEC daeString COLLADA_TYPE_LINE_STIPPLE = "line_stipple";
    275 DLLSPEC daeString COLLADA_TYPE_LINE_WIDTH = "line_width";
    276 DLLSPEC daeString COLLADA_TYPE_MATERIAL_AMBIENT = "material_ambient";
    277 DLLSPEC daeString COLLADA_TYPE_MATERIAL_DIFFUSE = "material_diffuse";
    278 DLLSPEC daeString COLLADA_TYPE_MATERIAL_EMISSION = "material_emission";
    279 DLLSPEC daeString COLLADA_TYPE_MATERIAL_SHININESS = "material_shininess";
    280 DLLSPEC daeString COLLADA_TYPE_MATERIAL_SPECULAR = "material_specular";
    281 DLLSPEC daeString COLLADA_TYPE_MODEL_VIEW_MATRIX = "model_view_matrix";
    282 DLLSPEC daeString COLLADA_TYPE_POINT_DISTANCE_ATTENUATION = "point_distance_attenuation";
    283 DLLSPEC daeString COLLADA_TYPE_POINT_FADE_THRESHOLD_SIZE = "point_fade_threshold_size";
    284 DLLSPEC daeString COLLADA_TYPE_POINT_SIZE = "point_size";
    285 DLLSPEC daeString COLLADA_TYPE_POINT_SIZE_MIN = "point_size_min";
    286 DLLSPEC daeString COLLADA_TYPE_POINT_SIZE_MAX = "point_size_max";
    287 DLLSPEC daeString COLLADA_TYPE_POLYGON_OFFSET = "polygon_offset";
    288 DLLSPEC daeString COLLADA_TYPE_PROJECTION_MATRIX = "projection_matrix";
    289 DLLSPEC daeString COLLADA_TYPE_SCISSOR = "scissor";
    290 DLLSPEC daeString COLLADA_TYPE_STENCIL_MASK = "stencil_mask";
    291 DLLSPEC daeString COLLADA_TYPE_ALPHA_TEST_ENABLE = "alpha_test_enable";
    292 DLLSPEC daeString COLLADA_TYPE_AUTO_NORMAL_ENABLE = "auto_normal_enable";
    293 DLLSPEC daeString COLLADA_TYPE_BLEND_ENABLE = "blend_enable";
    294 DLLSPEC daeString COLLADA_TYPE_COLOR_LOGIC_OP_ENABLE = "color_logic_op_enable";
    295 DLLSPEC daeString COLLADA_TYPE_COLOR_MATERIAL_ENABLE = "color_material_enable";
    296 DLLSPEC daeString COLLADA_TYPE_CULL_FACE_ENABLE = "cull_face_enable";
    297 DLLSPEC daeString COLLADA_TYPE_DEPTH_BOUNDS_ENABLE = "depth_bounds_enable";
    298 DLLSPEC daeString COLLADA_TYPE_DEPTH_CLAMP_ENABLE = "depth_clamp_enable";
    299 DLLSPEC daeString COLLADA_TYPE_DEPTH_TEST_ENABLE = "depth_test_enable";
    300 DLLSPEC daeString COLLADA_TYPE_DITHER_ENABLE = "dither_enable";
    301 DLLSPEC daeString COLLADA_TYPE_FOG_ENABLE = "fog_enable";
    302 DLLSPEC daeString COLLADA_TYPE_LIGHT_MODEL_LOCAL_VIEWER_ENABLE = "light_model_local_viewer_enable";
    303 DLLSPEC daeString COLLADA_TYPE_LIGHT_MODEL_TWO_SIDE_ENABLE = "light_model_two_side_enable";
    304 DLLSPEC daeString COLLADA_TYPE_LINE_SMOOTH_ENABLE = "line_smooth_enable";
    305 DLLSPEC daeString COLLADA_TYPE_LINE_STIPPLE_ENABLE = "line_stipple_enable";
    306 DLLSPEC daeString COLLADA_TYPE_LOGIC_OP_ENABLE = "logic_op_enable";
    307 DLLSPEC daeString COLLADA_TYPE_MULTISAMPLE_ENABLE = "multisample_enable";
    308 DLLSPEC daeString COLLADA_TYPE_NORMALIZE_ENABLE = "normalize_enable";
    309 DLLSPEC daeString COLLADA_TYPE_POINT_SMOOTH_ENABLE = "point_smooth_enable";
    310 DLLSPEC daeString COLLADA_TYPE_POLYGON_OFFSET_FILL_ENABLE = "polygon_offset_fill_enable";
    311 DLLSPEC daeString COLLADA_TYPE_POLYGON_OFFSET_LINE_ENABLE = "polygon_offset_line_enable";
    312 DLLSPEC daeString COLLADA_TYPE_POLYGON_OFFSET_POINT_ENABLE = "polygon_offset_point_enable";
    313 DLLSPEC daeString COLLADA_TYPE_POLYGON_SMOOTH_ENABLE = "polygon_smooth_enable";
    314 DLLSPEC daeString COLLADA_TYPE_POLYGON_STIPPLE_ENABLE = "polygon_stipple_enable";
    315 DLLSPEC daeString COLLADA_TYPE_RESCALE_NORMAL_ENABLE = "rescale_normal_enable";
    316 DLLSPEC daeString COLLADA_TYPE_SAMPLE_ALPHA_TO_COVERAGE_ENABLE = "sample_alpha_to_coverage_enable";
    317 DLLSPEC daeString COLLADA_TYPE_SAMPLE_ALPHA_TO_ONE_ENABLE = "sample_alpha_to_one_enable";
    318 DLLSPEC daeString COLLADA_TYPE_SAMPLE_COVERAGE_ENABLE = "sample_coverage_enable";
    319 DLLSPEC daeString COLLADA_TYPE_SCISSOR_TEST_ENABLE = "scissor_test_enable";
    320 DLLSPEC daeString COLLADA_TYPE_STENCIL_TEST_ENABLE = "stencil_test_enable";
    321 DLLSPEC daeString COLLADA_TYPE_GLSL_PARAM_TYPE = "glsl_param_type";
    322 DLLSPEC daeString COLLADA_TYPE_CG_PARAM_TYPE = "cg_param_type";
    323 DLLSPEC daeString COLLADA_TYPE_BOOL1 = "bool1";
    324 DLLSPEC daeString COLLADA_TYPE_BOOL1X1 = "bool1x1";
    325 DLLSPEC daeString COLLADA_TYPE_BOOL1X2 = "bool1x2";
    326 DLLSPEC daeString COLLADA_TYPE_BOOL1X3 = "bool1x3";
    327 DLLSPEC daeString COLLADA_TYPE_BOOL1X4 = "bool1x4";
    328 DLLSPEC daeString COLLADA_TYPE_BOOL2X1 = "bool2x1";
    329 DLLSPEC daeString COLLADA_TYPE_BOOL2X2 = "bool2x2";
    330 DLLSPEC daeString COLLADA_TYPE_BOOL2X3 = "bool2x3";
    331 DLLSPEC daeString COLLADA_TYPE_BOOL2X4 = "bool2x4";
    332 DLLSPEC daeString COLLADA_TYPE_BOOL3X1 = "bool3x1";
    333 DLLSPEC daeString COLLADA_TYPE_BOOL3X2 = "bool3x2";
    334 DLLSPEC daeString COLLADA_TYPE_BOOL3X3 = "bool3x3";
    335 DLLSPEC daeString COLLADA_TYPE_BOOL3X4 = "bool3x4";
    336 DLLSPEC daeString COLLADA_TYPE_BOOL4X1 = "bool4x1";
    337 DLLSPEC daeString COLLADA_TYPE_BOOL4X2 = "bool4x2";
    338 DLLSPEC daeString COLLADA_TYPE_BOOL4X3 = "bool4x3";
    339 DLLSPEC daeString COLLADA_TYPE_BOOL4X4 = "bool4x4";
    340 DLLSPEC daeString COLLADA_TYPE_FLOAT1 = "float1";
    341 DLLSPEC daeString COLLADA_TYPE_INT1 = "int1";
    342 DLLSPEC daeString COLLADA_TYPE_INT1X1 = "int1x1";
    343 DLLSPEC daeString COLLADA_TYPE_INT1X2 = "int1x2";
    344 DLLSPEC daeString COLLADA_TYPE_INT1X3 = "int1x3";
    345 DLLSPEC daeString COLLADA_TYPE_INT1X4 = "int1x4";
    346 DLLSPEC daeString COLLADA_TYPE_INT2X1 = "int2x1";
    347 DLLSPEC daeString COLLADA_TYPE_INT2X2 = "int2x2";
    348 DLLSPEC daeString COLLADA_TYPE_INT2X3 = "int2x3";
    349 DLLSPEC daeString COLLADA_TYPE_INT2X4 = "int2x4";
    350 DLLSPEC daeString COLLADA_TYPE_INT3X1 = "int3x1";
    351 DLLSPEC daeString COLLADA_TYPE_INT3X2 = "int3x2";
    352 DLLSPEC daeString COLLADA_TYPE_INT3X3 = "int3x3";
    353 DLLSPEC daeString COLLADA_TYPE_INT3X4 = "int3x4";
    354 DLLSPEC daeString COLLADA_TYPE_INT4X1 = "int4x1";
    355 DLLSPEC daeString COLLADA_TYPE_INT4X2 = "int4x2";
    356 DLLSPEC daeString COLLADA_TYPE_INT4X3 = "int4x3";
    357 DLLSPEC daeString COLLADA_TYPE_INT4X4 = "int4x4";
    358 DLLSPEC daeString COLLADA_TYPE_HALF = "half";
    359 DLLSPEC daeString COLLADA_TYPE_HALF1 = "half1";
    360 DLLSPEC daeString COLLADA_TYPE_HALF2 = "half2";
    361 DLLSPEC daeString COLLADA_TYPE_HALF3 = "half3";
    362 DLLSPEC daeString COLLADA_TYPE_HALF4 = "half4";
    363 DLLSPEC daeString COLLADA_TYPE_HALF1X1 = "half1x1";
    364 DLLSPEC daeString COLLADA_TYPE_HALF1X2 = "half1x2";
    365 DLLSPEC daeString COLLADA_TYPE_HALF1X3 = "half1x3";
    366 DLLSPEC daeString COLLADA_TYPE_HALF1X4 = "half1x4";
    367 DLLSPEC daeString COLLADA_TYPE_HALF2X1 = "half2x1";
    368 DLLSPEC daeString COLLADA_TYPE_HALF2X2 = "half2x2";
    369 DLLSPEC daeString COLLADA_TYPE_HALF2X3 = "half2x3";
    370 DLLSPEC daeString COLLADA_TYPE_HALF2X4 = "half2x4";
    371 DLLSPEC daeString COLLADA_TYPE_HALF3X1 = "half3x1";
    372 DLLSPEC daeString COLLADA_TYPE_HALF3X2 = "half3x2";
    373 DLLSPEC daeString COLLADA_TYPE_HALF3X3 = "half3x3";
    374 DLLSPEC daeString COLLADA_TYPE_HALF3X4 = "half3x4";
    375 DLLSPEC daeString COLLADA_TYPE_HALF4X1 = "half4x1";
    376 DLLSPEC daeString COLLADA_TYPE_HALF4X2 = "half4x2";
    377 DLLSPEC daeString COLLADA_TYPE_HALF4X3 = "half4x3";
    378 DLLSPEC daeString COLLADA_TYPE_HALF4X4 = "half4x4";
    379 DLLSPEC daeString COLLADA_TYPE_FIXED = "fixed";
    380 DLLSPEC daeString COLLADA_TYPE_FIXED1 = "fixed1";
    381 DLLSPEC daeString COLLADA_TYPE_FIXED2 = "fixed2";
    382 DLLSPEC daeString COLLADA_TYPE_FIXED3 = "fixed3";
    383 DLLSPEC daeString COLLADA_TYPE_FIXED4 = "fixed4";
    384 DLLSPEC daeString COLLADA_TYPE_FIXED1X1 = "fixed1x1";
    385 DLLSPEC daeString COLLADA_TYPE_FIXED1X2 = "fixed1x2";
    386 DLLSPEC daeString COLLADA_TYPE_FIXED1X3 = "fixed1x3";
    387 DLLSPEC daeString COLLADA_TYPE_FIXED1X4 = "fixed1x4";
    388 DLLSPEC daeString COLLADA_TYPE_FIXED2X1 = "fixed2x1";
    389 DLLSPEC daeString COLLADA_TYPE_FIXED2X2 = "fixed2x2";
    390 DLLSPEC daeString COLLADA_TYPE_FIXED2X3 = "fixed2x3";
    391 DLLSPEC daeString COLLADA_TYPE_FIXED2X4 = "fixed2x4";
    392 DLLSPEC daeString COLLADA_TYPE_FIXED3X1 = "fixed3x1";
    393 DLLSPEC daeString COLLADA_TYPE_FIXED3X2 = "fixed3x2";
    394 DLLSPEC daeString COLLADA_TYPE_FIXED3X3 = "fixed3x3";
    395 DLLSPEC daeString COLLADA_TYPE_FIXED3X4 = "fixed3x4";
    396 DLLSPEC daeString COLLADA_TYPE_FIXED4X1 = "fixed4x1";
    397 DLLSPEC daeString COLLADA_TYPE_FIXED4X2 = "fixed4x2";
    398 DLLSPEC daeString COLLADA_TYPE_FIXED4X3 = "fixed4x3";
    399 DLLSPEC daeString COLLADA_TYPE_FIXED4X4 = "fixed4x4";
    400 DLLSPEC daeString COLLADA_TYPE_GLES_PIPELINE_SETTINGS = "gles_pipeline_settings";
    401 DLLSPEC daeString COLLADA_TYPE_TEXTURE_PIPELINE = "texture_pipeline";
    402 DLLSPEC daeString COLLADA_TYPE_LIGHT_LINEAR_ATTENUTATION = "light_linear_attenutation";
    403 DLLSPEC daeString COLLADA_TYPE_TEXTURE_PIPELINE_ENABLE = "texture_pipeline_enable";
    404 DLLSPEC daeString COLLADA_TYPE_GLES_BASIC_TYPE_COMMON = "gles_basic_type_common";
    405 DLLSPEC daeString COLLADA_TYPE_COLLADA = "COLLADA";
    406 DLLSPEC daeString COLLADA_TYPE_SCENE = "scene";
    407 DLLSPEC daeString COLLADA_TYPE_IDREF_ARRAY = "IDREF_array";
    408 DLLSPEC daeString COLLADA_TYPE_NAME_ARRAY = "Name_array";
    409 DLLSPEC daeString COLLADA_TYPE_BOOL_ARRAY = "bool_array";
    410 DLLSPEC daeString COLLADA_TYPE_FLOAT_ARRAY = "float_array";
    411 DLLSPEC daeString COLLADA_TYPE_INT_ARRAY = "int_array";
    412 DLLSPEC daeString COLLADA_TYPE_ACCESSOR = "accessor";
    413 DLLSPEC daeString COLLADA_TYPE_TECHNIQUE_COMMON = "technique_common";
    414 DLLSPEC daeString COLLADA_TYPE_GEOMETRY = "geometry";
    415 DLLSPEC daeString COLLADA_TYPE_MESH = "mesh";
    416 DLLSPEC daeString COLLADA_TYPE_SPLINE = "spline";
    417 DLLSPEC daeString COLLADA_TYPE_CONTROL_VERTICES = "control_vertices";
    418 DLLSPEC daeString COLLADA_TYPE_P = "p";
    419 DLLSPEC daeString COLLADA_TYPE_LINES = "lines";
    420 DLLSPEC daeString COLLADA_TYPE_LINESTRIPS = "linestrips";
    421 DLLSPEC daeString COLLADA_TYPE_POLYGONS = "polygons";
    422 DLLSPEC daeString COLLADA_TYPE_PH = "ph";
    423 DLLSPEC daeString COLLADA_TYPE_H = "h";
    424 DLLSPEC daeString COLLADA_TYPE_POLYLIST = "polylist";
    425 DLLSPEC daeString COLLADA_TYPE_VCOUNT = "vcount";
    426 DLLSPEC daeString COLLADA_TYPE_TRIANGLES = "triangles";
    427 DLLSPEC daeString COLLADA_TYPE_TRIFANS = "trifans";
    428 DLLSPEC daeString COLLADA_TYPE_TRISTRIPS = "tristrips";
    429 DLLSPEC daeString COLLADA_TYPE_VERTICES = "vertices";
    430 DLLSPEC daeString COLLADA_TYPE_LOOKAT = "lookat";
    431 DLLSPEC daeString COLLADA_TYPE_MATRIX = "matrix";
    432 DLLSPEC daeString COLLADA_TYPE_ROTATE = "rotate";
    433 DLLSPEC daeString COLLADA_TYPE_SCALE = "scale";
    434 DLLSPEC daeString COLLADA_TYPE_SKEW = "skew";
    435 DLLSPEC daeString COLLADA_TYPE_TRANSLATE = "translate";
    436 DLLSPEC daeString COLLADA_TYPE_IMAGE = "image";
    437 DLLSPEC daeString COLLADA_TYPE_DATA = "data";
    438 DLLSPEC daeString COLLADA_TYPE_INIT_FROM = "init_from";
    439 DLLSPEC daeString COLLADA_TYPE_LIGHT = "light";
    440 DLLSPEC daeString COLLADA_TYPE_AMBIENT = "ambient";
    441 DLLSPEC daeString COLLADA_TYPE_DIRECTIONAL = "directional";
    442 DLLSPEC daeString COLLADA_TYPE_POINT = "point";
    443 DLLSPEC daeString COLLADA_TYPE_SPOT = "spot";
    444 DLLSPEC daeString COLLADA_TYPE_MATERIAL = "material";
    445 DLLSPEC daeString COLLADA_TYPE_CAMERA = "camera";
    446 DLLSPEC daeString COLLADA_TYPE_OPTICS = "optics";
    447 DLLSPEC daeString COLLADA_TYPE_ORTHOGRAPHIC = "orthographic";
    448 DLLSPEC daeString COLLADA_TYPE_PERSPECTIVE = "perspective";
    449 DLLSPEC daeString COLLADA_TYPE_IMAGER = "imager";
    450 DLLSPEC daeString COLLADA_TYPE_ANIMATION = "animation";
    451 DLLSPEC daeString COLLADA_TYPE_ANIMATION_CLIP = "animation_clip";
    452 DLLSPEC daeString COLLADA_TYPE_CHANNEL = "channel";
    453 DLLSPEC daeString COLLADA_TYPE_SAMPLER = "sampler";
    454 DLLSPEC daeString COLLADA_TYPE_CONTROLLER = "controller";
    455 DLLSPEC daeString COLLADA_TYPE_SKIN = "skin";
    456 DLLSPEC daeString COLLADA_TYPE_BIND_SHAPE_MATRIX = "bind_shape_matrix";
    457 DLLSPEC daeString COLLADA_TYPE_JOINTS = "joints";
    458 DLLSPEC daeString COLLADA_TYPE_VERTEX_WEIGHTS = "vertex_weights";
    459 DLLSPEC daeString COLLADA_TYPE_V = "v";
    460 DLLSPEC daeString COLLADA_TYPE_MORPH = "morph";
    461 DLLSPEC daeString COLLADA_TYPE_TARGETS = "targets";
    462 DLLSPEC daeString COLLADA_TYPE_ASSET = "asset";
    463 DLLSPEC daeString COLLADA_TYPE_CONTRIBUTOR = "contributor";
    464 DLLSPEC daeString COLLADA_TYPE_AUTHOR = "author";
    465 DLLSPEC daeString COLLADA_TYPE_AUTHORING_TOOL = "authoring_tool";
    466 DLLSPEC daeString COLLADA_TYPE_COMMENTS = "comments";
    467 DLLSPEC daeString COLLADA_TYPE_COPYRIGHT = "copyright";
    468 DLLSPEC daeString COLLADA_TYPE_SOURCE_DATA = "source_data";
    469 DLLSPEC daeString COLLADA_TYPE_CREATED = "created";
    470 DLLSPEC daeString COLLADA_TYPE_KEYWORDS = "keywords";
    471 DLLSPEC daeString COLLADA_TYPE_MODIFIED = "modified";
    472 DLLSPEC daeString COLLADA_TYPE_REVISION = "revision";
    473 DLLSPEC daeString COLLADA_TYPE_SUBJECT = "subject";
    474 DLLSPEC daeString COLLADA_TYPE_TITLE = "title";
    475 DLLSPEC daeString COLLADA_TYPE_UNIT = "unit";
    476 DLLSPEC daeString COLLADA_TYPE_UP_AXIS = "up_axis";
    477 DLLSPEC daeString COLLADA_TYPE_EXTRA = "extra";
    478 DLLSPEC daeString COLLADA_TYPE_TECHNIQUE = "technique";
    479 DLLSPEC daeString COLLADA_TYPE_NODE = "node";
    480 DLLSPEC daeString COLLADA_TYPE_VISUAL_SCENE = "visual_scene";
    481 DLLSPEC daeString COLLADA_TYPE_EVALUATE_SCENE = "evaluate_scene";
    482 DLLSPEC daeString COLLADA_TYPE_RENDER = "render";
    483 DLLSPEC daeString COLLADA_TYPE_LAYER = "layer";
    484 DLLSPEC daeString COLLADA_TYPE_BIND_MATERIAL = "bind_material";
    485 DLLSPEC daeString COLLADA_TYPE_INSTANCE_CAMERA = "instance_camera";
    486 DLLSPEC daeString COLLADA_TYPE_INSTANCE_CONTROLLER = "instance_controller";
    487 DLLSPEC daeString COLLADA_TYPE_SKELETON = "skeleton";
    488 DLLSPEC daeString COLLADA_TYPE_INSTANCE_EFFECT = "instance_effect";
    489 DLLSPEC daeString COLLADA_TYPE_TECHNIQUE_HINT = "technique_hint";
    490 DLLSPEC daeString COLLADA_TYPE_SETPARAM = "setparam";
    491 DLLSPEC daeString COLLADA_TYPE_INSTANCE_FORCE_FIELD = "instance_force_field";
    492 DLLSPEC daeString COLLADA_TYPE_INSTANCE_GEOMETRY = "instance_geometry";
    493 DLLSPEC daeString COLLADA_TYPE_INSTANCE_LIGHT = "instance_light";
    494 DLLSPEC daeString COLLADA_TYPE_INSTANCE_MATERIAL = "instance_material";
    495 DLLSPEC daeString COLLADA_TYPE_BIND = "bind";
    496 DLLSPEC daeString COLLADA_TYPE_BIND_VERTEX_INPUT = "bind_vertex_input";
    497 DLLSPEC daeString COLLADA_TYPE_INSTANCE_NODE = "instance_node";
    498 DLLSPEC daeString COLLADA_TYPE_INSTANCE_PHYSICS_MATERIAL = "instance_physics_material";
    499 DLLSPEC daeString COLLADA_TYPE_INSTANCE_PHYSICS_MODEL = "instance_physics_model";
    500 DLLSPEC daeString COLLADA_TYPE_INSTANCE_RIGID_BODY = "instance_rigid_body";
    501 DLLSPEC daeString COLLADA_TYPE_ANGULAR_VELOCITY = "angular_velocity";
    502 DLLSPEC daeString COLLADA_TYPE_VELOCITY = "velocity";
    503 DLLSPEC daeString COLLADA_TYPE_DYNAMIC = "dynamic";
    504 DLLSPEC daeString COLLADA_TYPE_MASS_FRAME = "mass_frame";
    505 DLLSPEC daeString COLLADA_TYPE_SHAPE = "shape";
    506 DLLSPEC daeString COLLADA_TYPE_HOLLOW = "hollow";
    507 DLLSPEC daeString COLLADA_TYPE_INSTANCE_RIGID_CONSTRAINT = "instance_rigid_constraint";
    508 DLLSPEC daeString COLLADA_TYPE_LIBRARY_ANIMATIONS = "library_animations";
    509 DLLSPEC daeString COLLADA_TYPE_LIBRARY_ANIMATION_CLIPS = "library_animation_clips";
    510 DLLSPEC daeString COLLADA_TYPE_LIBRARY_CAMERAS = "library_cameras";
    511 DLLSPEC daeString COLLADA_TYPE_LIBRARY_CONTROLLERS = "library_controllers";
    512 DLLSPEC daeString COLLADA_TYPE_LIBRARY_GEOMETRIES = "library_geometries";
    513 DLLSPEC daeString COLLADA_TYPE_LIBRARY_EFFECTS = "library_effects";
    514 DLLSPEC daeString COLLADA_TYPE_LIBRARY_FORCE_FIELDS = "library_force_fields";
    515 DLLSPEC daeString COLLADA_TYPE_LIBRARY_IMAGES = "library_images";
    516 DLLSPEC daeString COLLADA_TYPE_LIBRARY_LIGHTS = "library_lights";
    517 DLLSPEC daeString COLLADA_TYPE_LIBRARY_MATERIALS = "library_materials";
    518 DLLSPEC daeString COLLADA_TYPE_LIBRARY_NODES = "library_nodes";
    519 DLLSPEC daeString COLLADA_TYPE_LIBRARY_PHYSICS_MATERIALS = "library_physics_materials";
    520 DLLSPEC daeString COLLADA_TYPE_LIBRARY_PHYSICS_MODELS = "library_physics_models";
    521 DLLSPEC daeString COLLADA_TYPE_LIBRARY_PHYSICS_SCENES = "library_physics_scenes";
    522 DLLSPEC daeString COLLADA_TYPE_LIBRARY_VISUAL_SCENES = "library_visual_scenes";
    523 DLLSPEC daeString COLLADA_TYPE_FX_PROFILE_ABSTRACT = "fx_profile_abstract";
    524 DLLSPEC daeString COLLADA_TYPE_EFFECT = "effect";
    525 DLLSPEC daeString COLLADA_TYPE_GL_HOOK_ABSTRACT = "gl_hook_abstract";
    526 DLLSPEC daeString COLLADA_TYPE_PROFILE_GLSL = "profile_GLSL";
    527 DLLSPEC daeString COLLADA_TYPE_PASS = "pass";
    528 DLLSPEC daeString COLLADA_TYPE_DRAW = "draw";
    529 DLLSPEC daeString COLLADA_TYPE_SHADER = "shader";
    530 DLLSPEC daeString COLLADA_TYPE_COMPILER_TARGET = "compiler_target";
    531 DLLSPEC daeString COLLADA_TYPE_COMPILER_OPTIONS = "compiler_options";
    532 DLLSPEC daeString COLLADA_TYPE_PROFILE_COMMON = "profile_COMMON";
    533 DLLSPEC daeString COLLADA_TYPE_CONSTANT = "constant";
    534 DLLSPEC daeString COLLADA_TYPE_LAMBERT = "lambert";
    535 DLLSPEC daeString COLLADA_TYPE_PHONG = "phong";
    536 DLLSPEC daeString COLLADA_TYPE_BLINN = "blinn";
    537 DLLSPEC daeString COLLADA_TYPE_PROFILE_CG = "profile_CG";
    538 DLLSPEC daeString COLLADA_TYPE_PROFILE_GLES = "profile_GLES";
    539 DLLSPEC daeString COLLADA_TYPE_COLOR_TARGET = "color_target";
    540 DLLSPEC daeString COLLADA_TYPE_DEPTH_TARGET = "depth_target";
    541 DLLSPEC daeString COLLADA_TYPE_STENCIL_TARGET = "stencil_target";
    542 DLLSPEC daeString COLLADA_TYPE_COLOR_CLEAR = "color_clear";
    543 DLLSPEC daeString COLLADA_TYPE_DEPTH_CLEAR = "depth_clear";
    544 DLLSPEC daeString COLLADA_TYPE_STENCIL_CLEAR = "stencil_clear";
    545 DLLSPEC daeString COLLADA_TYPE_BOX = "box";
    546 DLLSPEC daeString COLLADA_TYPE_HALF_EXTENTS = "half_extents";
    547 DLLSPEC daeString COLLADA_TYPE_PLANE = "plane";
    548 DLLSPEC daeString COLLADA_TYPE_EQUATION = "equation";
    549 DLLSPEC daeString COLLADA_TYPE_SPHERE = "sphere";
    550 DLLSPEC daeString COLLADA_TYPE_RADIUS = "radius";
    551 DLLSPEC daeString COLLADA_TYPE_ELLIPSOID = "ellipsoid";
    552 DLLSPEC daeString COLLADA_TYPE_CYLINDER = "cylinder";
    553 DLLSPEC daeString COLLADA_TYPE_HEIGHT = "height";
    554 DLLSPEC daeString COLLADA_TYPE_TAPERED_CYLINDER = "tapered_cylinder";
    555 DLLSPEC daeString COLLADA_TYPE_RADIUS1 = "radius1";
    556 DLLSPEC daeString COLLADA_TYPE_RADIUS2 = "radius2";
    557 DLLSPEC daeString COLLADA_TYPE_CAPSULE = "capsule";
    558 DLLSPEC daeString COLLADA_TYPE_TAPERED_CAPSULE = "tapered_capsule";
    559 DLLSPEC daeString COLLADA_TYPE_CONVEX_MESH = "convex_mesh";
    560 DLLSPEC daeString COLLADA_TYPE_FORCE_FIELD = "force_field";
    561 DLLSPEC daeString COLLADA_TYPE_PHYSICS_MATERIAL = "physics_material";
    562 DLLSPEC daeString COLLADA_TYPE_PHYSICS_SCENE = "physics_scene";
    563 DLLSPEC daeString COLLADA_TYPE_RIGID_BODY = "rigid_body";
    564 DLLSPEC daeString COLLADA_TYPE_RIGID_CONSTRAINT = "rigid_constraint";
    565 DLLSPEC daeString COLLADA_TYPE_REF_ATTACHMENT = "ref_attachment";
    566 DLLSPEC daeString COLLADA_TYPE_ATTACHMENT = "attachment";
    567 DLLSPEC daeString COLLADA_TYPE_ENABLED = "enabled";
    568 DLLSPEC daeString COLLADA_TYPE_INTERPENETRATE = "interpenetrate";
    569 DLLSPEC daeString COLLADA_TYPE_LIMITS = "limits";
    570 DLLSPEC daeString COLLADA_TYPE_SWING_CONE_AND_TWIST = "swing_cone_and_twist";
    571 DLLSPEC daeString COLLADA_TYPE_LINEAR = "linear";
    572 DLLSPEC daeString COLLADA_TYPE_SPRING = "spring";
    573 DLLSPEC daeString COLLADA_TYPE_ANGULAR = "angular";
    574 DLLSPEC daeString COLLADA_TYPE_PHYSICS_MODEL = "physics_model";
    575 
    576 DLLSPEC daeString COLLADA_ELEMENT_COLLADA = "COLLADA";
    577 DLLSPEC daeString COLLADA_ELEMENT_EXTRA = "extra";
    578 DLLSPEC daeString COLLADA_ELEMENT_CHANNELS = "channels";
    579 DLLSPEC daeString COLLADA_ELEMENT_RANGE = "range";
    580 DLLSPEC daeString COLLADA_ELEMENT_PRECISION = "precision";
    581 DLLSPEC daeString COLLADA_ELEMENT_OPTION = "option";
    582 DLLSPEC daeString COLLADA_ELEMENT_ALL = "all";
    583 DLLSPEC daeString COLLADA_ELEMENT_PRIMARY = "primary";
    584 DLLSPEC daeString COLLADA_ELEMENT_FACE = "face";
    585 DLLSPEC daeString COLLADA_ELEMENT_ORDER = "order";
    586 DLLSPEC daeString COLLADA_ELEMENT_FX_SURFACE_INIT_COMMON = "fx_surface_init_common";
    587 DLLSPEC daeString COLLADA_ELEMENT_FORMAT = "format";
    588 DLLSPEC daeString COLLADA_ELEMENT_FORMAT_HINT = "format_hint";
    589 DLLSPEC daeString COLLADA_ELEMENT_SIZE = "size";
    590 DLLSPEC daeString COLLADA_ELEMENT_VIEWPORT_RATIO = "viewport_ratio";
    591 DLLSPEC daeString COLLADA_ELEMENT_MIP_LEVELS = "mip_levels";
    592 DLLSPEC daeString COLLADA_ELEMENT_MIPMAP_GENERATE = "mipmap_generate";
    593 DLLSPEC daeString COLLADA_ELEMENT_SOURCE = "source";
    594 DLLSPEC daeString COLLADA_ELEMENT_WRAP_S = "wrap_s";
    595 DLLSPEC daeString COLLADA_ELEMENT_MINFILTER = "minfilter";
    596 DLLSPEC daeString COLLADA_ELEMENT_MAGFILTER = "magfilter";
    597 DLLSPEC daeString COLLADA_ELEMENT_MIPFILTER = "mipfilter";
    598 DLLSPEC daeString COLLADA_ELEMENT_BORDER_COLOR = "border_color";
    599 DLLSPEC daeString COLLADA_ELEMENT_MIPMAP_MAXLEVEL = "mipmap_maxlevel";
    600 DLLSPEC daeString COLLADA_ELEMENT_MIPMAP_BIAS = "mipmap_bias";
    601 DLLSPEC daeString COLLADA_ELEMENT_WRAP_T = "wrap_t";
    602 DLLSPEC daeString COLLADA_ELEMENT_WRAP_P = "wrap_p";
    603 DLLSPEC daeString COLLADA_ELEMENT_FX_ANNOTATE_TYPE_COMMON = "fx_annotate_type_common";
    604 DLLSPEC daeString COLLADA_ELEMENT_ANNOTATE = "annotate";
    605 DLLSPEC daeString COLLADA_ELEMENT_SEMANTIC = "semantic";
    606 DLLSPEC daeString COLLADA_ELEMENT_MODIFIER = "modifier";
    607 DLLSPEC daeString COLLADA_ELEMENT_FX_BASIC_TYPE_COMMON = "fx_basic_type_common";
    608 DLLSPEC daeString COLLADA_ELEMENT_GLSL_PARAM_TYPE = "glsl_param_type";
    609 DLLSPEC daeString COLLADA_ELEMENT_ARRAY = "array";
    610 DLLSPEC daeString COLLADA_ELEMENT_GENERATOR = "generator";
    611 DLLSPEC daeString COLLADA_ELEMENT_CODE = "code";
    612 DLLSPEC daeString COLLADA_ELEMENT_INCLUDE = "include";
    613 DLLSPEC daeString COLLADA_ELEMENT_NAME = "name";
    614 DLLSPEC daeString COLLADA_ELEMENT_SETPARAM = "setparam";
    615 DLLSPEC daeString COLLADA_ELEMENT_FLOAT = "float";
    616 DLLSPEC daeString COLLADA_ELEMENT_PARAM = "param";
    617 DLLSPEC daeString COLLADA_ELEMENT_COLOR = "color";
    618 DLLSPEC daeString COLLADA_ELEMENT_TEXTURE = "texture";
    619 DLLSPEC daeString COLLADA_ELEMENT_FLOAT2 = "float2";
    620 DLLSPEC daeString COLLADA_ELEMENT_FLOAT3 = "float3";
    621 DLLSPEC daeString COLLADA_ELEMENT_FLOAT4 = "float4";
    622 DLLSPEC daeString COLLADA_ELEMENT_SURFACE = "surface";
    623 DLLSPEC daeString COLLADA_ELEMENT_SAMPLER2D = "sampler2D";
    624 DLLSPEC daeString COLLADA_ELEMENT_CG_PARAM_TYPE = "cg_param_type";
    625 DLLSPEC daeString COLLADA_ELEMENT_USERTYPE = "usertype";
    626 DLLSPEC daeString COLLADA_ELEMENT_CONNECT_PARAM = "connect_param";
    627 DLLSPEC daeString COLLADA_ELEMENT_CONSTANT = "constant";
    628 DLLSPEC daeString COLLADA_ELEMENT_ARGUMENT = "argument";
    629 DLLSPEC daeString COLLADA_ELEMENT_RGB = "RGB";
    630 DLLSPEC daeString COLLADA_ELEMENT_ALPHA = "alpha";
    631 DLLSPEC daeString COLLADA_ELEMENT_TEXCOMBINER = "texcombiner";
    632 DLLSPEC daeString COLLADA_ELEMENT_TEXENV = "texenv";
    633 DLLSPEC daeString COLLADA_ELEMENT_SAMPLER_STATE = "sampler_state";
    634 DLLSPEC daeString COLLADA_ELEMENT_TEXCOORD = "texcoord";
    635 DLLSPEC daeString COLLADA_ELEMENT_GLES_BASIC_TYPE_COMMON = "gles_basic_type_common";
    636 DLLSPEC daeString COLLADA_ELEMENT_INIT_AS_NULL = "init_as_null";
    637 DLLSPEC daeString COLLADA_ELEMENT_INIT_AS_TARGET = "init_as_target";
    638 DLLSPEC daeString COLLADA_ELEMENT_INIT_CUBE = "init_cube";
    639 DLLSPEC daeString COLLADA_ELEMENT_INIT_VOLUME = "init_volume";
    640 DLLSPEC daeString COLLADA_ELEMENT_INIT_PLANAR = "init_planar";
    641 DLLSPEC daeString COLLADA_ELEMENT_INIT_FROM = "init_from";
    642 DLLSPEC daeString COLLADA_ELEMENT_BOOL = "bool";
    643 DLLSPEC daeString COLLADA_ELEMENT_BOOL2 = "bool2";
    644 DLLSPEC daeString COLLADA_ELEMENT_BOOL3 = "bool3";
    645 DLLSPEC daeString COLLADA_ELEMENT_BOOL4 = "bool4";
    646 DLLSPEC daeString COLLADA_ELEMENT_INT = "int";
    647 DLLSPEC daeString COLLADA_ELEMENT_INT2 = "int2";
    648 DLLSPEC daeString COLLADA_ELEMENT_INT3 = "int3";
    649 DLLSPEC daeString COLLADA_ELEMENT_INT4 = "int4";
    650 DLLSPEC daeString COLLADA_ELEMENT_FLOAT2X2 = "float2x2";
    651 DLLSPEC daeString COLLADA_ELEMENT_FLOAT3X3 = "float3x3";
    652 DLLSPEC daeString COLLADA_ELEMENT_FLOAT4X4 = "float4x4";
    653 DLLSPEC daeString COLLADA_ELEMENT_STRING = "string";
    654 DLLSPEC daeString COLLADA_ELEMENT_FLOAT1X1 = "float1x1";
    655 DLLSPEC daeString COLLADA_ELEMENT_FLOAT1X2 = "float1x2";
    656 DLLSPEC daeString COLLADA_ELEMENT_FLOAT1X3 = "float1x3";
    657 DLLSPEC daeString COLLADA_ELEMENT_FLOAT1X4 = "float1x4";
    658 DLLSPEC daeString COLLADA_ELEMENT_FLOAT2X1 = "float2x1";
    659 DLLSPEC daeString COLLADA_ELEMENT_FLOAT2X3 = "float2x3";
    660 DLLSPEC daeString COLLADA_ELEMENT_FLOAT2X4 = "float2x4";
    661 DLLSPEC daeString COLLADA_ELEMENT_FLOAT3X1 = "float3x1";
    662 DLLSPEC daeString COLLADA_ELEMENT_FLOAT3X2 = "float3x2";
    663 DLLSPEC daeString COLLADA_ELEMENT_FLOAT3X4 = "float3x4";
    664 DLLSPEC daeString COLLADA_ELEMENT_FLOAT4X1 = "float4x1";
    665 DLLSPEC daeString COLLADA_ELEMENT_FLOAT4X2 = "float4x2";
    666 DLLSPEC daeString COLLADA_ELEMENT_FLOAT4X3 = "float4x3";
    667 DLLSPEC daeString COLLADA_ELEMENT_SAMPLER1D = "sampler1D";
    668 DLLSPEC daeString COLLADA_ELEMENT_SAMPLER3D = "sampler3D";
    669 DLLSPEC daeString COLLADA_ELEMENT_SAMPLERCUBE = "samplerCUBE";
    670 DLLSPEC daeString COLLADA_ELEMENT_SAMPLERRECT = "samplerRECT";
    671 DLLSPEC daeString COLLADA_ELEMENT_SAMPLERDEPTH = "samplerDEPTH";
    672 DLLSPEC daeString COLLADA_ELEMENT_ENUM = "enum";
    673 DLLSPEC daeString COLLADA_ELEMENT_ALPHA_FUNC = "alpha_func";
    674 DLLSPEC daeString COLLADA_ELEMENT_BLEND_FUNC = "blend_func";
    675 DLLSPEC daeString COLLADA_ELEMENT_BLEND_FUNC_SEPARATE = "blend_func_separate";
    676 DLLSPEC daeString COLLADA_ELEMENT_BLEND_EQUATION = "blend_equation";
    677 DLLSPEC daeString COLLADA_ELEMENT_BLEND_EQUATION_SEPARATE = "blend_equation_separate";
    678 DLLSPEC daeString COLLADA_ELEMENT_COLOR_MATERIAL = "color_material";
    679 DLLSPEC daeString COLLADA_ELEMENT_CULL_FACE = "cull_face";
    680 DLLSPEC daeString COLLADA_ELEMENT_DEPTH_FUNC = "depth_func";
    681 DLLSPEC daeString COLLADA_ELEMENT_FOG_MODE = "fog_mode";
    682 DLLSPEC daeString COLLADA_ELEMENT_FOG_COORD_SRC = "fog_coord_src";
    683 DLLSPEC daeString COLLADA_ELEMENT_FRONT_FACE = "front_face";
    684 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_MODEL_COLOR_CONTROL = "light_model_color_control";
    685 DLLSPEC daeString COLLADA_ELEMENT_LOGIC_OP = "logic_op";
    686 DLLSPEC daeString COLLADA_ELEMENT_POLYGON_MODE = "polygon_mode";
    687 DLLSPEC daeString COLLADA_ELEMENT_SHADE_MODEL = "shade_model";
    688 DLLSPEC daeString COLLADA_ELEMENT_STENCIL_FUNC = "stencil_func";
    689 DLLSPEC daeString COLLADA_ELEMENT_STENCIL_OP = "stencil_op";
    690 DLLSPEC daeString COLLADA_ELEMENT_STENCIL_FUNC_SEPARATE = "stencil_func_separate";
    691 DLLSPEC daeString COLLADA_ELEMENT_STENCIL_OP_SEPARATE = "stencil_op_separate";
    692 DLLSPEC daeString COLLADA_ELEMENT_STENCIL_MASK_SEPARATE = "stencil_mask_separate";
    693 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_ENABLE = "light_enable";
    694 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_AMBIENT = "light_ambient";
    695 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_DIFFUSE = "light_diffuse";
    696 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_SPECULAR = "light_specular";
    697 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_POSITION = "light_position";
    698 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_CONSTANT_ATTENUATION = "light_constant_attenuation";
    699 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_LINEAR_ATTENUATION = "light_linear_attenuation";
    700 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_QUADRATIC_ATTENUATION = "light_quadratic_attenuation";
    701 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_SPOT_CUTOFF = "light_spot_cutoff";
    702 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_SPOT_DIRECTION = "light_spot_direction";
    703 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_SPOT_EXPONENT = "light_spot_exponent";
    704 DLLSPEC daeString COLLADA_ELEMENT_TEXTURE1D = "texture1D";
    705 DLLSPEC daeString COLLADA_ELEMENT_TEXTURE2D = "texture2D";
    706 DLLSPEC daeString COLLADA_ELEMENT_TEXTURE3D = "texture3D";
    707 DLLSPEC daeString COLLADA_ELEMENT_TEXTURECUBE = "textureCUBE";
    708 DLLSPEC daeString COLLADA_ELEMENT_TEXTURERECT = "textureRECT";
    709 DLLSPEC daeString COLLADA_ELEMENT_TEXTUREDEPTH = "textureDEPTH";
    710 DLLSPEC daeString COLLADA_ELEMENT_TEXTURE1D_ENABLE = "texture1D_enable";
    711 DLLSPEC daeString COLLADA_ELEMENT_TEXTURE2D_ENABLE = "texture2D_enable";
    712 DLLSPEC daeString COLLADA_ELEMENT_TEXTURE3D_ENABLE = "texture3D_enable";
    713 DLLSPEC daeString COLLADA_ELEMENT_TEXTURECUBE_ENABLE = "textureCUBE_enable";
    714 DLLSPEC daeString COLLADA_ELEMENT_TEXTURERECT_ENABLE = "textureRECT_enable";
    715 DLLSPEC daeString COLLADA_ELEMENT_TEXTUREDEPTH_ENABLE = "textureDEPTH_enable";
    716 DLLSPEC daeString COLLADA_ELEMENT_TEXTURE_ENV_COLOR = "texture_env_color";
    717 DLLSPEC daeString COLLADA_ELEMENT_TEXTURE_ENV_MODE = "texture_env_mode";
    718 DLLSPEC daeString COLLADA_ELEMENT_CLIP_PLANE = "clip_plane";
    719 DLLSPEC daeString COLLADA_ELEMENT_CLIP_PLANE_ENABLE = "clip_plane_enable";
    720 DLLSPEC daeString COLLADA_ELEMENT_BLEND_COLOR = "blend_color";
    721 DLLSPEC daeString COLLADA_ELEMENT_CLEAR_COLOR = "clear_color";
    722 DLLSPEC daeString COLLADA_ELEMENT_CLEAR_STENCIL = "clear_stencil";
    723 DLLSPEC daeString COLLADA_ELEMENT_CLEAR_DEPTH = "clear_depth";
    724 DLLSPEC daeString COLLADA_ELEMENT_COLOR_MASK = "color_mask";
    725 DLLSPEC daeString COLLADA_ELEMENT_DEPTH_BOUNDS = "depth_bounds";
    726 DLLSPEC daeString COLLADA_ELEMENT_DEPTH_MASK = "depth_mask";
    727 DLLSPEC daeString COLLADA_ELEMENT_DEPTH_RANGE = "depth_range";
    728 DLLSPEC daeString COLLADA_ELEMENT_FOG_DENSITY = "fog_density";
    729 DLLSPEC daeString COLLADA_ELEMENT_FOG_START = "fog_start";
    730 DLLSPEC daeString COLLADA_ELEMENT_FOG_END = "fog_end";
    731 DLLSPEC daeString COLLADA_ELEMENT_FOG_COLOR = "fog_color";
    732 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_MODEL_AMBIENT = "light_model_ambient";
    733 DLLSPEC daeString COLLADA_ELEMENT_LIGHTING_ENABLE = "lighting_enable";
    734 DLLSPEC daeString COLLADA_ELEMENT_LINE_STIPPLE = "line_stipple";
    735 DLLSPEC daeString COLLADA_ELEMENT_LINE_WIDTH = "line_width";
    736 DLLSPEC daeString COLLADA_ELEMENT_MATERIAL_AMBIENT = "material_ambient";
    737 DLLSPEC daeString COLLADA_ELEMENT_MATERIAL_DIFFUSE = "material_diffuse";
    738 DLLSPEC daeString COLLADA_ELEMENT_MATERIAL_EMISSION = "material_emission";
    739 DLLSPEC daeString COLLADA_ELEMENT_MATERIAL_SHININESS = "material_shininess";
    740 DLLSPEC daeString COLLADA_ELEMENT_MATERIAL_SPECULAR = "material_specular";
    741 DLLSPEC daeString COLLADA_ELEMENT_MODEL_VIEW_MATRIX = "model_view_matrix";
    742 DLLSPEC daeString COLLADA_ELEMENT_POINT_DISTANCE_ATTENUATION = "point_distance_attenuation";
    743 DLLSPEC daeString COLLADA_ELEMENT_POINT_FADE_THRESHOLD_SIZE = "point_fade_threshold_size";
    744 DLLSPEC daeString COLLADA_ELEMENT_POINT_SIZE = "point_size";
    745 DLLSPEC daeString COLLADA_ELEMENT_POINT_SIZE_MIN = "point_size_min";
    746 DLLSPEC daeString COLLADA_ELEMENT_POINT_SIZE_MAX = "point_size_max";
    747 DLLSPEC daeString COLLADA_ELEMENT_POLYGON_OFFSET = "polygon_offset";
    748 DLLSPEC daeString COLLADA_ELEMENT_PROJECTION_MATRIX = "projection_matrix";
    749 DLLSPEC daeString COLLADA_ELEMENT_SCISSOR = "scissor";
    750 DLLSPEC daeString COLLADA_ELEMENT_STENCIL_MASK = "stencil_mask";
    751 DLLSPEC daeString COLLADA_ELEMENT_ALPHA_TEST_ENABLE = "alpha_test_enable";
    752 DLLSPEC daeString COLLADA_ELEMENT_AUTO_NORMAL_ENABLE = "auto_normal_enable";
    753 DLLSPEC daeString COLLADA_ELEMENT_BLEND_ENABLE = "blend_enable";
    754 DLLSPEC daeString COLLADA_ELEMENT_COLOR_LOGIC_OP_ENABLE = "color_logic_op_enable";
    755 DLLSPEC daeString COLLADA_ELEMENT_COLOR_MATERIAL_ENABLE = "color_material_enable";
    756 DLLSPEC daeString COLLADA_ELEMENT_CULL_FACE_ENABLE = "cull_face_enable";
    757 DLLSPEC daeString COLLADA_ELEMENT_DEPTH_BOUNDS_ENABLE = "depth_bounds_enable";
    758 DLLSPEC daeString COLLADA_ELEMENT_DEPTH_CLAMP_ENABLE = "depth_clamp_enable";
    759 DLLSPEC daeString COLLADA_ELEMENT_DEPTH_TEST_ENABLE = "depth_test_enable";
    760 DLLSPEC daeString COLLADA_ELEMENT_DITHER_ENABLE = "dither_enable";
    761 DLLSPEC daeString COLLADA_ELEMENT_FOG_ENABLE = "fog_enable";
    762 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_MODEL_LOCAL_VIEWER_ENABLE = "light_model_local_viewer_enable";
    763 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_MODEL_TWO_SIDE_ENABLE = "light_model_two_side_enable";
    764 DLLSPEC daeString COLLADA_ELEMENT_LINE_SMOOTH_ENABLE = "line_smooth_enable";
    765 DLLSPEC daeString COLLADA_ELEMENT_LINE_STIPPLE_ENABLE = "line_stipple_enable";
    766 DLLSPEC daeString COLLADA_ELEMENT_LOGIC_OP_ENABLE = "logic_op_enable";
    767 DLLSPEC daeString COLLADA_ELEMENT_MULTISAMPLE_ENABLE = "multisample_enable";
    768 DLLSPEC daeString COLLADA_ELEMENT_NORMALIZE_ENABLE = "normalize_enable";
    769 DLLSPEC daeString COLLADA_ELEMENT_POINT_SMOOTH_ENABLE = "point_smooth_enable";
    770 DLLSPEC daeString COLLADA_ELEMENT_POLYGON_OFFSET_FILL_ENABLE = "polygon_offset_fill_enable";
    771 DLLSPEC daeString COLLADA_ELEMENT_POLYGON_OFFSET_LINE_ENABLE = "polygon_offset_line_enable";
    772 DLLSPEC daeString COLLADA_ELEMENT_POLYGON_OFFSET_POINT_ENABLE = "polygon_offset_point_enable";
    773 DLLSPEC daeString COLLADA_ELEMENT_POLYGON_SMOOTH_ENABLE = "polygon_smooth_enable";
    774 DLLSPEC daeString COLLADA_ELEMENT_POLYGON_STIPPLE_ENABLE = "polygon_stipple_enable";
    775 DLLSPEC daeString COLLADA_ELEMENT_RESCALE_NORMAL_ENABLE = "rescale_normal_enable";
    776 DLLSPEC daeString COLLADA_ELEMENT_SAMPLE_ALPHA_TO_COVERAGE_ENABLE = "sample_alpha_to_coverage_enable";
    777 DLLSPEC daeString COLLADA_ELEMENT_SAMPLE_ALPHA_TO_ONE_ENABLE = "sample_alpha_to_one_enable";
    778 DLLSPEC daeString COLLADA_ELEMENT_SAMPLE_COVERAGE_ENABLE = "sample_coverage_enable";
    779 DLLSPEC daeString COLLADA_ELEMENT_SCISSOR_TEST_ENABLE = "scissor_test_enable";
    780 DLLSPEC daeString COLLADA_ELEMENT_STENCIL_TEST_ENABLE = "stencil_test_enable";
    781 DLLSPEC daeString COLLADA_ELEMENT_GL_HOOK_ABSTRACT = "gl_hook_abstract";
    782 DLLSPEC daeString COLLADA_ELEMENT_FUNC = "func";
    783 DLLSPEC daeString COLLADA_ELEMENT_VALUE = "value";
    784 DLLSPEC daeString COLLADA_ELEMENT_SRC = "src";
    785 DLLSPEC daeString COLLADA_ELEMENT_DEST = "dest";
    786 DLLSPEC daeString COLLADA_ELEMENT_SRC_RGB = "src_rgb";
    787 DLLSPEC daeString COLLADA_ELEMENT_DEST_RGB = "dest_rgb";
    788 DLLSPEC daeString COLLADA_ELEMENT_SRC_ALPHA = "src_alpha";
    789 DLLSPEC daeString COLLADA_ELEMENT_DEST_ALPHA = "dest_alpha";
    790 DLLSPEC daeString COLLADA_ELEMENT_rgb = "rgb";
    791 DLLSPEC daeString COLLADA_ELEMENT_MODE = "mode";
    792 DLLSPEC daeString COLLADA_ELEMENT_REF = "ref";
    793 DLLSPEC daeString COLLADA_ELEMENT_MASK = "mask";
    794 DLLSPEC daeString COLLADA_ELEMENT_FAIL = "fail";
    795 DLLSPEC daeString COLLADA_ELEMENT_ZFAIL = "zfail";
    796 DLLSPEC daeString COLLADA_ELEMENT_ZPASS = "zpass";
    797 DLLSPEC daeString COLLADA_ELEMENT_FRONT = "front";
    798 DLLSPEC daeString COLLADA_ELEMENT_BACK = "back";
    799 DLLSPEC daeString COLLADA_ELEMENT_BOOL1 = "bool1";
    800 DLLSPEC daeString COLLADA_ELEMENT_BOOL1X1 = "bool1x1";
    801 DLLSPEC daeString COLLADA_ELEMENT_BOOL1X2 = "bool1x2";
    802 DLLSPEC daeString COLLADA_ELEMENT_BOOL1X3 = "bool1x3";
    803 DLLSPEC daeString COLLADA_ELEMENT_BOOL1X4 = "bool1x4";
    804 DLLSPEC daeString COLLADA_ELEMENT_BOOL2X1 = "bool2x1";
    805 DLLSPEC daeString COLLADA_ELEMENT_BOOL2X2 = "bool2x2";
    806 DLLSPEC daeString COLLADA_ELEMENT_BOOL2X3 = "bool2x3";
    807 DLLSPEC daeString COLLADA_ELEMENT_BOOL2X4 = "bool2x4";
    808 DLLSPEC daeString COLLADA_ELEMENT_BOOL3X1 = "bool3x1";
    809 DLLSPEC daeString COLLADA_ELEMENT_BOOL3X2 = "bool3x2";
    810 DLLSPEC daeString COLLADA_ELEMENT_BOOL3X3 = "bool3x3";
    811 DLLSPEC daeString COLLADA_ELEMENT_BOOL3X4 = "bool3x4";
    812 DLLSPEC daeString COLLADA_ELEMENT_BOOL4X1 = "bool4x1";
    813 DLLSPEC daeString COLLADA_ELEMENT_BOOL4X2 = "bool4x2";
    814 DLLSPEC daeString COLLADA_ELEMENT_BOOL4X3 = "bool4x3";
    815 DLLSPEC daeString COLLADA_ELEMENT_BOOL4X4 = "bool4x4";
    816 DLLSPEC daeString COLLADA_ELEMENT_FLOAT1 = "float1";
    817 DLLSPEC daeString COLLADA_ELEMENT_INT1 = "int1";
    818 DLLSPEC daeString COLLADA_ELEMENT_INT1X1 = "int1x1";
    819 DLLSPEC daeString COLLADA_ELEMENT_INT1X2 = "int1x2";
    820 DLLSPEC daeString COLLADA_ELEMENT_INT1X3 = "int1x3";
    821 DLLSPEC daeString COLLADA_ELEMENT_INT1X4 = "int1x4";
    822 DLLSPEC daeString COLLADA_ELEMENT_INT2X1 = "int2x1";
    823 DLLSPEC daeString COLLADA_ELEMENT_INT2X2 = "int2x2";
    824 DLLSPEC daeString COLLADA_ELEMENT_INT2X3 = "int2x3";
    825 DLLSPEC daeString COLLADA_ELEMENT_INT2X4 = "int2x4";
    826 DLLSPEC daeString COLLADA_ELEMENT_INT3X1 = "int3x1";
    827 DLLSPEC daeString COLLADA_ELEMENT_INT3X2 = "int3x2";
    828 DLLSPEC daeString COLLADA_ELEMENT_INT3X3 = "int3x3";
    829 DLLSPEC daeString COLLADA_ELEMENT_INT3X4 = "int3x4";
    830 DLLSPEC daeString COLLADA_ELEMENT_INT4X1 = "int4x1";
    831 DLLSPEC daeString COLLADA_ELEMENT_INT4X2 = "int4x2";
    832 DLLSPEC daeString COLLADA_ELEMENT_INT4X3 = "int4x3";
    833 DLLSPEC daeString COLLADA_ELEMENT_INT4X4 = "int4x4";
    834 DLLSPEC daeString COLLADA_ELEMENT_HALF = "half";
    835 DLLSPEC daeString COLLADA_ELEMENT_HALF1 = "half1";
    836 DLLSPEC daeString COLLADA_ELEMENT_HALF2 = "half2";
    837 DLLSPEC daeString COLLADA_ELEMENT_HALF3 = "half3";
    838 DLLSPEC daeString COLLADA_ELEMENT_HALF4 = "half4";
    839 DLLSPEC daeString COLLADA_ELEMENT_HALF1X1 = "half1x1";
    840 DLLSPEC daeString COLLADA_ELEMENT_HALF1X2 = "half1x2";
    841 DLLSPEC daeString COLLADA_ELEMENT_HALF1X3 = "half1x3";
    842 DLLSPEC daeString COLLADA_ELEMENT_HALF1X4 = "half1x4";
    843 DLLSPEC daeString COLLADA_ELEMENT_HALF2X1 = "half2x1";
    844 DLLSPEC daeString COLLADA_ELEMENT_HALF2X2 = "half2x2";
    845 DLLSPEC daeString COLLADA_ELEMENT_HALF2X3 = "half2x3";
    846 DLLSPEC daeString COLLADA_ELEMENT_HALF2X4 = "half2x4";
    847 DLLSPEC daeString COLLADA_ELEMENT_HALF3X1 = "half3x1";
    848 DLLSPEC daeString COLLADA_ELEMENT_HALF3X2 = "half3x2";
    849 DLLSPEC daeString COLLADA_ELEMENT_HALF3X3 = "half3x3";
    850 DLLSPEC daeString COLLADA_ELEMENT_HALF3X4 = "half3x4";
    851 DLLSPEC daeString COLLADA_ELEMENT_HALF4X1 = "half4x1";
    852 DLLSPEC daeString COLLADA_ELEMENT_HALF4X2 = "half4x2";
    853 DLLSPEC daeString COLLADA_ELEMENT_HALF4X3 = "half4x3";
    854 DLLSPEC daeString COLLADA_ELEMENT_HALF4X4 = "half4x4";
    855 DLLSPEC daeString COLLADA_ELEMENT_FIXED = "fixed";
    856 DLLSPEC daeString COLLADA_ELEMENT_FIXED1 = "fixed1";
    857 DLLSPEC daeString COLLADA_ELEMENT_FIXED2 = "fixed2";
    858 DLLSPEC daeString COLLADA_ELEMENT_FIXED3 = "fixed3";
    859 DLLSPEC daeString COLLADA_ELEMENT_FIXED4 = "fixed4";
    860 DLLSPEC daeString COLLADA_ELEMENT_FIXED1X1 = "fixed1x1";
    861 DLLSPEC daeString COLLADA_ELEMENT_FIXED1X2 = "fixed1x2";
    862 DLLSPEC daeString COLLADA_ELEMENT_FIXED1X3 = "fixed1x3";
    863 DLLSPEC daeString COLLADA_ELEMENT_FIXED1X4 = "fixed1x4";
    864 DLLSPEC daeString COLLADA_ELEMENT_FIXED2X1 = "fixed2x1";
    865 DLLSPEC daeString COLLADA_ELEMENT_FIXED2X2 = "fixed2x2";
    866 DLLSPEC daeString COLLADA_ELEMENT_FIXED2X3 = "fixed2x3";
    867 DLLSPEC daeString COLLADA_ELEMENT_FIXED2X4 = "fixed2x4";
    868 DLLSPEC daeString COLLADA_ELEMENT_FIXED3X1 = "fixed3x1";
    869 DLLSPEC daeString COLLADA_ELEMENT_FIXED3X2 = "fixed3x2";
    870 DLLSPEC daeString COLLADA_ELEMENT_FIXED3X3 = "fixed3x3";
    871 DLLSPEC daeString COLLADA_ELEMENT_FIXED3X4 = "fixed3x4";
    872 DLLSPEC daeString COLLADA_ELEMENT_FIXED4X1 = "fixed4x1";
    873 DLLSPEC daeString COLLADA_ELEMENT_FIXED4X2 = "fixed4x2";
    874 DLLSPEC daeString COLLADA_ELEMENT_FIXED4X3 = "fixed4x3";
    875 DLLSPEC daeString COLLADA_ELEMENT_FIXED4X4 = "fixed4x4";
    876 DLLSPEC daeString COLLADA_ELEMENT_TEXTURE_PIPELINE = "texture_pipeline";
    877 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_LINEAR_ATTENUTATION = "light_linear_attenutation";
    878 DLLSPEC daeString COLLADA_ELEMENT_TEXTURE_PIPELINE_ENABLE = "texture_pipeline_enable";
    879 DLLSPEC daeString COLLADA_ELEMENT_TEXTURE_UNIT = "texture_unit";
    880 DLLSPEC daeString COLLADA_ELEMENT_ASSET = "asset";
    881 DLLSPEC daeString COLLADA_ELEMENT_LIBRARY_ANIMATIONS = "library_animations";
    882 DLLSPEC daeString COLLADA_ELEMENT_LIBRARY_ANIMATION_CLIPS = "library_animation_clips";
    883 DLLSPEC daeString COLLADA_ELEMENT_LIBRARY_CAMERAS = "library_cameras";
    884 DLLSPEC daeString COLLADA_ELEMENT_LIBRARY_CONTROLLERS = "library_controllers";
    885 DLLSPEC daeString COLLADA_ELEMENT_LIBRARY_GEOMETRIES = "library_geometries";
    886 DLLSPEC daeString COLLADA_ELEMENT_LIBRARY_EFFECTS = "library_effects";
    887 DLLSPEC daeString COLLADA_ELEMENT_LIBRARY_FORCE_FIELDS = "library_force_fields";
    888 DLLSPEC daeString COLLADA_ELEMENT_LIBRARY_IMAGES = "library_images";
    889 DLLSPEC daeString COLLADA_ELEMENT_LIBRARY_LIGHTS = "library_lights";
    890 DLLSPEC daeString COLLADA_ELEMENT_LIBRARY_MATERIALS = "library_materials";
    891 DLLSPEC daeString COLLADA_ELEMENT_LIBRARY_NODES = "library_nodes";
    892 DLLSPEC daeString COLLADA_ELEMENT_LIBRARY_PHYSICS_MATERIALS = "library_physics_materials";
    893 DLLSPEC daeString COLLADA_ELEMENT_LIBRARY_PHYSICS_MODELS = "library_physics_models";
    894 DLLSPEC daeString COLLADA_ELEMENT_LIBRARY_PHYSICS_SCENES = "library_physics_scenes";
    895 DLLSPEC daeString COLLADA_ELEMENT_LIBRARY_VISUAL_SCENES = "library_visual_scenes";
    896 DLLSPEC daeString COLLADA_ELEMENT_SCENE = "scene";
    897 DLLSPEC daeString COLLADA_ELEMENT_INSTANCE_PHYSICS_SCENE = "instance_physics_scene";
    898 DLLSPEC daeString COLLADA_ELEMENT_INSTANCE_VISUAL_SCENE = "instance_visual_scene";
    899 DLLSPEC daeString COLLADA_ELEMENT_IDREF_ARRAY = "IDREF_array";
    900 DLLSPEC daeString COLLADA_ELEMENT_NAME_ARRAY = "Name_array";
    901 DLLSPEC daeString COLLADA_ELEMENT_BOOL_ARRAY = "bool_array";
    902 DLLSPEC daeString COLLADA_ELEMENT_FLOAT_ARRAY = "float_array";
    903 DLLSPEC daeString COLLADA_ELEMENT_INT_ARRAY = "int_array";
    904 DLLSPEC daeString COLLADA_ELEMENT_TECHNIQUE_COMMON = "technique_common";
    905 DLLSPEC daeString COLLADA_ELEMENT_TECHNIQUE = "technique";
    906 DLLSPEC daeString COLLADA_ELEMENT_ACCESSOR = "accessor";
    907 DLLSPEC daeString COLLADA_ELEMENT_CONVEX_MESH = "convex_mesh";
    908 DLLSPEC daeString COLLADA_ELEMENT_MESH = "mesh";
    909 DLLSPEC daeString COLLADA_ELEMENT_SPLINE = "spline";
    910 DLLSPEC daeString COLLADA_ELEMENT_VERTICES = "vertices";
    911 DLLSPEC daeString COLLADA_ELEMENT_LINES = "lines";
    912 DLLSPEC daeString COLLADA_ELEMENT_LINESTRIPS = "linestrips";
    913 DLLSPEC daeString COLLADA_ELEMENT_POLYGONS = "polygons";
    914 DLLSPEC daeString COLLADA_ELEMENT_POLYLIST = "polylist";
    915 DLLSPEC daeString COLLADA_ELEMENT_TRIANGLES = "triangles";
    916 DLLSPEC daeString COLLADA_ELEMENT_TRIFANS = "trifans";
    917 DLLSPEC daeString COLLADA_ELEMENT_TRISTRIPS = "tristrips";
    918 DLLSPEC daeString COLLADA_ELEMENT_CONTROL_VERTICES = "control_vertices";
    919 DLLSPEC daeString COLLADA_ELEMENT_INPUT = "input";
    920 DLLSPEC daeString COLLADA_ELEMENT_P = "p";
    921 DLLSPEC daeString COLLADA_ELEMENT_PH = "ph";
    922 DLLSPEC daeString COLLADA_ELEMENT_H = "h";
    923 DLLSPEC daeString COLLADA_ELEMENT_VCOUNT = "vcount";
    924 DLLSPEC daeString COLLADA_ELEMENT_DATA = "data";
    925 DLLSPEC daeString COLLADA_ELEMENT_AMBIENT = "ambient";
    926 DLLSPEC daeString COLLADA_ELEMENT_DIRECTIONAL = "directional";
    927 DLLSPEC daeString COLLADA_ELEMENT_POINT = "point";
    928 DLLSPEC daeString COLLADA_ELEMENT_SPOT = "spot";
    929 DLLSPEC daeString COLLADA_ELEMENT_CONSTANT_ATTENUATION = "constant_attenuation";
    930 DLLSPEC daeString COLLADA_ELEMENT_LINEAR_ATTENUATION = "linear_attenuation";
    931 DLLSPEC daeString COLLADA_ELEMENT_QUADRATIC_ATTENUATION = "quadratic_attenuation";
    932 DLLSPEC daeString COLLADA_ELEMENT_FALLOFF_ANGLE = "falloff_angle";
    933 DLLSPEC daeString COLLADA_ELEMENT_FALLOFF_EXPONENT = "falloff_exponent";
    934 DLLSPEC daeString COLLADA_ELEMENT_INSTANCE_EFFECT = "instance_effect";
    935 DLLSPEC daeString COLLADA_ELEMENT_OPTICS = "optics";
    936 DLLSPEC daeString COLLADA_ELEMENT_IMAGER = "imager";
    937 DLLSPEC daeString COLLADA_ELEMENT_ORTHOGRAPHIC = "orthographic";
    938 DLLSPEC daeString COLLADA_ELEMENT_PERSPECTIVE = "perspective";
    939 DLLSPEC daeString COLLADA_ELEMENT_XMAG = "xmag";
    940 DLLSPEC daeString COLLADA_ELEMENT_YMAG = "ymag";
    941 DLLSPEC daeString COLLADA_ELEMENT_ASPECT_RATIO = "aspect_ratio";
    942 DLLSPEC daeString COLLADA_ELEMENT_ZNEAR = "znear";
    943 DLLSPEC daeString COLLADA_ELEMENT_ZFAR = "zfar";
    944 DLLSPEC daeString COLLADA_ELEMENT_XFOV = "xfov";
    945 DLLSPEC daeString COLLADA_ELEMENT_YFOV = "yfov";
    946 DLLSPEC daeString COLLADA_ELEMENT_SAMPLER = "sampler";
    947 DLLSPEC daeString COLLADA_ELEMENT_CHANNEL = "channel";
    948 DLLSPEC daeString COLLADA_ELEMENT_ANIMATION = "animation";
    949 DLLSPEC daeString COLLADA_ELEMENT_INSTANCE_ANIMATION = "instance_animation";
    950 DLLSPEC daeString COLLADA_ELEMENT_SKIN = "skin";
    951 DLLSPEC daeString COLLADA_ELEMENT_MORPH = "morph";
    952 DLLSPEC daeString COLLADA_ELEMENT_BIND_SHAPE_MATRIX = "bind_shape_matrix";
    953 DLLSPEC daeString COLLADA_ELEMENT_JOINTS = "joints";
    954 DLLSPEC daeString COLLADA_ELEMENT_VERTEX_WEIGHTS = "vertex_weights";
    955 DLLSPEC daeString COLLADA_ELEMENT_V = "v";
    956 DLLSPEC daeString COLLADA_ELEMENT_TARGETS = "targets";
    957 DLLSPEC daeString COLLADA_ELEMENT_CONTRIBUTOR = "contributor";
    958 DLLSPEC daeString COLLADA_ELEMENT_CREATED = "created";
    959 DLLSPEC daeString COLLADA_ELEMENT_KEYWORDS = "keywords";
    960 DLLSPEC daeString COLLADA_ELEMENT_MODIFIED = "modified";
    961 DLLSPEC daeString COLLADA_ELEMENT_REVISION = "revision";
    962 DLLSPEC daeString COLLADA_ELEMENT_SUBJECT = "subject";
    963 DLLSPEC daeString COLLADA_ELEMENT_TITLE = "title";
    964 DLLSPEC daeString COLLADA_ELEMENT_UNIT = "unit";
    965 DLLSPEC daeString COLLADA_ELEMENT_UP_AXIS = "up_axis";
    966 DLLSPEC daeString COLLADA_ELEMENT_AUTHOR = "author";
    967 DLLSPEC daeString COLLADA_ELEMENT_AUTHORING_TOOL = "authoring_tool";
    968 DLLSPEC daeString COLLADA_ELEMENT_COMMENTS = "comments";
    969 DLLSPEC daeString COLLADA_ELEMENT_COPYRIGHT = "copyright";
    970 DLLSPEC daeString COLLADA_ELEMENT_SOURCE_DATA = "source_data";
    971 DLLSPEC daeString COLLADA_ELEMENT_LOOKAT = "lookat";
    972 DLLSPEC daeString COLLADA_ELEMENT_MATRIX = "matrix";
    973 DLLSPEC daeString COLLADA_ELEMENT_ROTATE = "rotate";
    974 DLLSPEC daeString COLLADA_ELEMENT_SCALE = "scale";
    975 DLLSPEC daeString COLLADA_ELEMENT_SKEW = "skew";
    976 DLLSPEC daeString COLLADA_ELEMENT_TRANSLATE = "translate";
    977 DLLSPEC daeString COLLADA_ELEMENT_INSTANCE_CAMERA = "instance_camera";
    978 DLLSPEC daeString COLLADA_ELEMENT_INSTANCE_CONTROLLER = "instance_controller";
    979 DLLSPEC daeString COLLADA_ELEMENT_INSTANCE_GEOMETRY = "instance_geometry";
    980 DLLSPEC daeString COLLADA_ELEMENT_INSTANCE_LIGHT = "instance_light";
    981 DLLSPEC daeString COLLADA_ELEMENT_INSTANCE_NODE = "instance_node";
    982 DLLSPEC daeString COLLADA_ELEMENT_NODE = "node";
    983 DLLSPEC daeString COLLADA_ELEMENT_EVALUATE_SCENE = "evaluate_scene";
    984 DLLSPEC daeString COLLADA_ELEMENT_RENDER = "render";
    985 DLLSPEC daeString COLLADA_ELEMENT_LAYER = "layer";
    986 DLLSPEC daeString COLLADA_ELEMENT_INSTANCE_MATERIAL = "instance_material";
    987 DLLSPEC daeString COLLADA_ELEMENT_SKELETON = "skeleton";
    988 DLLSPEC daeString COLLADA_ELEMENT_BIND_MATERIAL = "bind_material";
    989 DLLSPEC daeString COLLADA_ELEMENT_TECHNIQUE_HINT = "technique_hint";
    990 DLLSPEC daeString COLLADA_ELEMENT_BIND = "bind";
    991 DLLSPEC daeString COLLADA_ELEMENT_BIND_VERTEX_INPUT = "bind_vertex_input";
    992 DLLSPEC daeString COLLADA_ELEMENT_INSTANCE_FORCE_FIELD = "instance_force_field";
    993 DLLSPEC daeString COLLADA_ELEMENT_INSTANCE_RIGID_BODY = "instance_rigid_body";
    994 DLLSPEC daeString COLLADA_ELEMENT_INSTANCE_RIGID_CONSTRAINT = "instance_rigid_constraint";
    995 DLLSPEC daeString COLLADA_ELEMENT_ANGULAR_VELOCITY = "angular_velocity";
    996 DLLSPEC daeString COLLADA_ELEMENT_VELOCITY = "velocity";
    997 DLLSPEC daeString COLLADA_ELEMENT_DYNAMIC = "dynamic";
    998 DLLSPEC daeString COLLADA_ELEMENT_MASS = "mass";
    999 DLLSPEC daeString COLLADA_ELEMENT_MASS_FRAME = "mass_frame";
   1000 DLLSPEC daeString COLLADA_ELEMENT_INERTIA = "inertia";
   1001 DLLSPEC daeString COLLADA_ELEMENT_INSTANCE_PHYSICS_MATERIAL = "instance_physics_material";
   1002 DLLSPEC daeString COLLADA_ELEMENT_PHYSICS_MATERIAL = "physics_material";
   1003 DLLSPEC daeString COLLADA_ELEMENT_SHAPE = "shape";
   1004 DLLSPEC daeString COLLADA_ELEMENT_HOLLOW = "hollow";
   1005 DLLSPEC daeString COLLADA_ELEMENT_DENSITY = "density";
   1006 DLLSPEC daeString COLLADA_ELEMENT_PLANE = "plane";
   1007 DLLSPEC daeString COLLADA_ELEMENT_BOX = "box";
   1008 DLLSPEC daeString COLLADA_ELEMENT_SPHERE = "sphere";
   1009 DLLSPEC daeString COLLADA_ELEMENT_CYLINDER = "cylinder";
   1010 DLLSPEC daeString COLLADA_ELEMENT_TAPERED_CYLINDER = "tapered_cylinder";
   1011 DLLSPEC daeString COLLADA_ELEMENT_CAPSULE = "capsule";
   1012 DLLSPEC daeString COLLADA_ELEMENT_TAPERED_CAPSULE = "tapered_capsule";
   1013 DLLSPEC daeString COLLADA_ELEMENT_ANIMATION_CLIP = "animation_clip";
   1014 DLLSPEC daeString COLLADA_ELEMENT_CAMERA = "camera";
   1015 DLLSPEC daeString COLLADA_ELEMENT_CONTROLLER = "controller";
   1016 DLLSPEC daeString COLLADA_ELEMENT_GEOMETRY = "geometry";
   1017 DLLSPEC daeString COLLADA_ELEMENT_EFFECT = "effect";
   1018 DLLSPEC daeString COLLADA_ELEMENT_FORCE_FIELD = "force_field";
   1019 DLLSPEC daeString COLLADA_ELEMENT_IMAGE = "image";
   1020 DLLSPEC daeString COLLADA_ELEMENT_LIGHT = "light";
   1021 DLLSPEC daeString COLLADA_ELEMENT_MATERIAL = "material";
   1022 DLLSPEC daeString COLLADA_ELEMENT_PHYSICS_MODEL = "physics_model";
   1023 DLLSPEC daeString COLLADA_ELEMENT_PHYSICS_SCENE = "physics_scene";
   1024 DLLSPEC daeString COLLADA_ELEMENT_VISUAL_SCENE = "visual_scene";
   1025 DLLSPEC daeString COLLADA_ELEMENT_NEWPARAM = "newparam";
   1026 DLLSPEC daeString COLLADA_ELEMENT_FX_PROFILE_ABSTRACT = "fx_profile_abstract";
   1027 DLLSPEC daeString COLLADA_ELEMENT_PROFILE_GLSL = "profile_GLSL";
   1028 DLLSPEC daeString COLLADA_ELEMENT_PASS = "pass";
   1029 DLLSPEC daeString COLLADA_ELEMENT_COLOR_TARGET = "color_target";
   1030 DLLSPEC daeString COLLADA_ELEMENT_DEPTH_TARGET = "depth_target";
   1031 DLLSPEC daeString COLLADA_ELEMENT_STENCIL_TARGET = "stencil_target";
   1032 DLLSPEC daeString COLLADA_ELEMENT_COLOR_CLEAR = "color_clear";
   1033 DLLSPEC daeString COLLADA_ELEMENT_DEPTH_CLEAR = "depth_clear";
   1034 DLLSPEC daeString COLLADA_ELEMENT_STENCIL_CLEAR = "stencil_clear";
   1035 DLLSPEC daeString COLLADA_ELEMENT_DRAW = "draw";
   1036 DLLSPEC daeString COLLADA_ELEMENT_GL_PIPELINE_SETTINGS = "gl_pipeline_settings";
   1037 DLLSPEC daeString COLLADA_ELEMENT_SHADER = "shader";
   1038 DLLSPEC daeString COLLADA_ELEMENT_COMPILER_TARGET = "compiler_target";
   1039 DLLSPEC daeString COLLADA_ELEMENT_COMPILER_OPTIONS = "compiler_options";
   1040 DLLSPEC daeString COLLADA_ELEMENT_PROFILE_COMMON = "profile_COMMON";
   1041 DLLSPEC daeString COLLADA_ELEMENT_LAMBERT = "lambert";
   1042 DLLSPEC daeString COLLADA_ELEMENT_PHONG = "phong";
   1043 DLLSPEC daeString COLLADA_ELEMENT_BLINN = "blinn";
   1044 DLLSPEC daeString COLLADA_ELEMENT_EMISSION = "emission";
   1045 DLLSPEC daeString COLLADA_ELEMENT_REFLECTIVE = "reflective";
   1046 DLLSPEC daeString COLLADA_ELEMENT_REFLECTIVITY = "reflectivity";
   1047 DLLSPEC daeString COLLADA_ELEMENT_TRANSPARENT = "transparent";
   1048 DLLSPEC daeString COLLADA_ELEMENT_TRANSPARENCY = "transparency";
   1049 DLLSPEC daeString COLLADA_ELEMENT_INDEX_OF_REFRACTION = "index_of_refraction";
   1050 DLLSPEC daeString COLLADA_ELEMENT_DIFFUSE = "diffuse";
   1051 DLLSPEC daeString COLLADA_ELEMENT_SPECULAR = "specular";
   1052 DLLSPEC daeString COLLADA_ELEMENT_SHININESS = "shininess";
   1053 DLLSPEC daeString COLLADA_ELEMENT_PROFILE_CG = "profile_CG";
   1054 DLLSPEC daeString COLLADA_ELEMENT_PROFILE_GLES = "profile_GLES";
   1055 DLLSPEC daeString COLLADA_ELEMENT_GLES_PIPELINE_SETTINGS = "gles_pipeline_settings";
   1056 DLLSPEC daeString COLLADA_ELEMENT_HALF_EXTENTS = "half_extents";
   1057 DLLSPEC daeString COLLADA_ELEMENT_EQUATION = "equation";
   1058 DLLSPEC daeString COLLADA_ELEMENT_RADIUS = "radius";
   1059 DLLSPEC daeString COLLADA_ELEMENT_HEIGHT = "height";
   1060 DLLSPEC daeString COLLADA_ELEMENT_RADIUS1 = "radius1";
   1061 DLLSPEC daeString COLLADA_ELEMENT_RADIUS2 = "radius2";
   1062 DLLSPEC daeString COLLADA_ELEMENT_DYNAMIC_FRICTION = "dynamic_friction";
   1063 DLLSPEC daeString COLLADA_ELEMENT_RESTITUTION = "restitution";
   1064 DLLSPEC daeString COLLADA_ELEMENT_STATIC_FRICTION = "static_friction";
   1065 DLLSPEC daeString COLLADA_ELEMENT_INSTANCE_PHYSICS_MODEL = "instance_physics_model";
   1066 DLLSPEC daeString COLLADA_ELEMENT_GRAVITY = "gravity";
   1067 DLLSPEC daeString COLLADA_ELEMENT_TIME_STEP = "time_step";
   1068 DLLSPEC daeString COLLADA_ELEMENT_REF_ATTACHMENT = "ref_attachment";
   1069 DLLSPEC daeString COLLADA_ELEMENT_ATTACHMENT = "attachment";
   1070 DLLSPEC daeString COLLADA_ELEMENT_ENABLED = "enabled";
   1071 DLLSPEC daeString COLLADA_ELEMENT_INTERPENETRATE = "interpenetrate";
   1072 DLLSPEC daeString COLLADA_ELEMENT_LIMITS = "limits";
   1073 DLLSPEC daeString COLLADA_ELEMENT_SPRING = "spring";
   1074 DLLSPEC daeString COLLADA_ELEMENT_SWING_CONE_AND_TWIST = "swing_cone_and_twist";
   1075 DLLSPEC daeString COLLADA_ELEMENT_LINEAR = "linear";
   1076 DLLSPEC daeString COLLADA_ELEMENT_MIN = "min";
   1077 DLLSPEC daeString COLLADA_ELEMENT_MAX = "max";
   1078 DLLSPEC daeString COLLADA_ELEMENT_ANGULAR = "angular";
   1079 DLLSPEC daeString COLLADA_ELEMENT_STIFFNESS = "stiffness";
   1080 DLLSPEC daeString COLLADA_ELEMENT_DAMPING = "damping";
   1081 DLLSPEC daeString COLLADA_ELEMENT_TARGET_VALUE = "target_value";
   1082 DLLSPEC daeString COLLADA_ELEMENT_RIGID_BODY = "rigid_body";
   1083 DLLSPEC daeString COLLADA_ELEMENT_RIGID_CONSTRAINT = "rigid_constraint";
   1084