Fesapi 2.3.0.0
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
nsDefinitions.h
1/*-----------------------------------------------------------------------
2Licensed to the Apache Software Foundation (ASF) under one
3or more contributor license agreements. See the NOTICE file
4distributed with this work for additional information
5regarding copyright ownership. The ASF licenses this file
6to you under the Apache License, Version 2.0 (the
7"License"; you may not use this file except in compliance
8with the License. You may obtain a copy of the License at
9
10http://www.apache.org/licenses/LICENSE-2.0
11
12Unless required by applicable law or agreed to in writing,
13software distributed under the License is distributed on an
14"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15KIND, either express or implied. See the License for the
16specific language governing permissions and limitations
17under the License.
18-----------------------------------------------------------------------*/
19#pragma once
20
22#define COMMON_NS common
23
25#define RESQML2_NS resqml2
26
28#define RESQML2_0_1_NS resqml2_0_1
29
31#define RESQML2_2_NS resqml2_2
32
34#define WITSML2_NS witsml2
35
37#define WITSML1_4_NS witsml1_4
38
40#define WITSML2_0_NS witsml2_0
41
43#define WITSML2_1_NS witsml2_1
44
46#define PRODML2_1_NS prodml2_1
47
49#define EML2_NS eml2
50
52#define EML2_0_NS eml2_0
53
55#define EML2_1_NS eml2_1
56
58#define EML2_2_NS eml2_2
59
61#define EML2_3_NS eml2_3
62