| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- /*
- * Copyright (C) 2007-2013 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 0.8
- * @contact Joerg.Heuer@siemens.com
- *
- * <p>Code generated by EXIdizer.com</p>
- * <p>Schema: input/appHandshake/V2G_CI_AppProtocol.xsd</p>
- *
- *
- ********************************************************************/
- #ifndef EXI_appHand_NAME_TABLE_ENTRIES_C
- #define EXI_appHand_NAME_TABLE_ENTRIES_C
- #include "appHandNameTableEntries.h"
- /* ==================================== */
- /* String Table Population */
- /* localName entries for URI '', id = 0 */
- /*
- "AppProtocol", "Priority", "ProtocolNamespace", "ResponseCode", "SchemaID",
- "VersionNumberMajor", "VersionNumberMinor"
- */
- /* localName entries for URI 'http://www.w3.org/XML/1998/namespace', id = 1 */
- /*
- "base", "id", "lang", "space"
- */
- /* localName entries for URI 'http://www.w3.org/2001/XMLSchema-instance', id = 2 */
- /*
- "nil", "type"
- */
- /* localName entries for URI 'http://www.w3.org/2001/XMLSchema', id = 3 */
- /*
- "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 'urn:iso:15118:2:2010:AppProtocol', id = 4 */
- /*
- "AppProtocolType", "idType", "priorityType", "protocolNameType", "protocolNamespaceType",
- "responseCodeType", "supportedAppProtocolReq", "supportedAppProtocolRes"
- */
- /* number of local-name entries per URI */
- static uint16_t localNames[5] = {
- /* '' */
- 7,
- /* 'http://www.w3.org/XML/1998/namespace' */
- 4,
- /* 'http://www.w3.org/2001/XMLSchema-instance' */
- 2,
- /* 'http://www.w3.org/2001/XMLSchema' */
- 46,
- /* 'urn:iso:15118:2:2010:AppProtocol' */
- 8
- };
- exi_name_table_prepopulated_t exiappHandNameTablePrepopulated = { 5, localNames };
- #endif
|