| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- /*
- * Copyright (C) 2007-2012 Siemens AG
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published
- * by the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- * GNU Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
- /*******************************************************************
- *
- * @author Daniel.Peintner.EXT@siemens.com
- * @version 2012-01-13
- * @contact Joerg.Heuer@siemens.com
- *
- * <p>Code generated by EXIdizer</p>
- ********************************************************************/
- #ifndef EXI_appHand_NAME_TABLE_ENTRIES_C
- #define EXI_appHand_NAME_TABLE_ENTRIES_C
- #include "appHand_NameTableEntries.h"
- /* ==================================== */
- /* String Table Population */
- #if EXI_DEBUG == EXI_DEBUG_ON
- /* localName entries for URI id = 0 */
- char * localNames0[] = {
- "AppProtocol", "Priority", "ProtocolNamespace", "ResponseCode", "SchemaID",
- "VersionNumberMajor", "VersionNumberMinor"
- };
- /* localName entries for URI id = 1 */
- char * localNames1[] = {
- "base", "id", "lang", "space"
- };
- /* localName entries for URI id = 2 */
- char * localNames2[] = {
- "nil", "type"
- };
- /* localName entries for URI id = 3 */
- char * localNames3[] = {
- "ENTITIES", "ENTITY", "ID", "IDREF", "IDREFS",
- "NCName", "NMTOKEN", "NMTOKENS", "NOTATION", "Name",
- "QName", "anySimpleType", "anyType", "anyURI", "base64Binary",
- "boolean", "byte", "date", "dateTime", "decimal",
- "double", "duration", "float", "gDay", "gMonth",
- "gMonthDay", "gYear", "gYearMonth", "hexBinary", "int",
- "integer", "language", "long", "negativeInteger", "nonNegativeInteger",
- "nonPositiveInteger", "normalizedString", "positiveInteger", "short", "string",
- "time", "token", "unsignedByte", "unsignedInt", "unsignedLong",
- "unsignedShort"
- };
- /* localName entries for URI id = 4 */
- char * localNames4[] = {
- "AppProtocolType", "idType", "priorityType", "protocolNameType", "protocolNamespaceType",
- "responseCodeType", "supportedAppProtocolReq", "supportedAppProtocolRes"
- };
- char * uris[] = {
- "", "http://www.w3.org/XML/1998/namespace", "http://www.w3.org/2001/XMLSchema-instance", "http://www.w3.org/2001/XMLSchema", "urn:iso:15118:2:2010:AppProtocol"
- };
- #endif /*EXI_DEBUG*/
- #if EXI_DEBUG == EXI_DEBUG_ON
- struct exiNamePartition localNamePartitions[5] = {
- { 7, localNames0 },
- { 4, localNames1 },
- { 2, localNames2 },
- { 46, localNames3 },
- { 8, localNames4 }
- };
- #endif /*EXI_DEBUG*/
- #if EXI_DEBUG == EXI_DEBUG_OFF
- struct exiNamePartition localNamePartitions[5] = {
- { 7 },
- { 4 },
- { 2 },
- { 46 },
- { 8 }
- };
- #endif /*EXI_DEBUG*/
- #if EXI_DEBUG == EXI_DEBUG_ON
- exi_name_table_prepopulated_t exiappHandNameTablePrepopulated = { 5, uris, localNamePartitions };
- #endif /*EXI_DEBUG*/
- #if EXI_DEBUG == EXI_DEBUG_OFF
- exi_name_table_prepopulated_t exiappHandNameTablePrepopulated = { 5, localNamePartitions };
- #endif /*EXI_DEBUG*/
- #endif
|