1<GMLFeatureClassList>
2  <GMLFeatureClass>
3    <Name>CadastralZoning</Name>
4    <ElementPath>CadastralZoning</ElementPath>
5
6    <GeomPropertyDefn>
7        <Name>geometry</Name>
8        <ElementPath>geometry</ElementPath>
9        <Type>MultiPolygon</Type>
10    </GeomPropertyDefn>
11    <GeomPropertyDefn>
12        <Name>referencePoint</Name>
13        <ElementPath>referencePoint</ElementPath>
14        <Type>Point</Type>
15    </GeomPropertyDefn>
16
17    <PropertyDefn>
18      <Name>beginLifespanVersion</Name>
19      <ElementPath>beginLifespanVersion</ElementPath>
20      <Type>String</Type>
21    </PropertyDefn>
22    <PropertyDefn>
23      <Name>endLifespanVersion</Name>
24      <ElementPath>endLifespanVersion</ElementPath>
25      <Type>String</Type>
26    </PropertyDefn>
27
28    <PropertyDefn>
29      <Name>estimatedAccuracy</Name>
30      <ElementPath>estimatedAccuracy</ElementPath>
31      <Type>Real</Type>
32    </PropertyDefn>
33    <PropertyDefn>
34      <Name>estimatedAccuracy_uom</Name>
35      <ElementPath>estimatedAccuracy@uom</ElementPath>
36      <Type>String</Type>
37    </PropertyDefn>
38
39    <PropertyDefn>
40      <Name>inspireId_localId</Name>
41      <ElementPath>inspireId|Identifier|localId</ElementPath>
42      <Type>String</Type>
43    </PropertyDefn>
44    <PropertyDefn>
45      <Name>inspireId_namespace</Name>
46      <ElementPath>inspireId|Identifier|namespace</ElementPath>
47      <Type>String</Type>
48    </PropertyDefn>
49
50    <PropertyDefn>
51      <Name>label</Name>
52      <ElementPath>label</ElementPath>
53      <Type>String</Type>
54    </PropertyDefn>
55
56    <PropertyDefn>
57      <Name>level</Name>
58      <ElementPath>level</ElementPath>
59      <Type>String</Type>
60    </PropertyDefn>
61
62    <PropertyDefn>
63      <Name>levelName</Name>
64      <ElementPath>levelName|LocalisedCharacterString</ElementPath>
65      <Type>StringList</Type>
66    </PropertyDefn>
67    <PropertyDefn>
68      <Name>levelName_locale</Name>
69      <ElementPath>levelName|LocalisedCharacterString@locale</ElementPath>
70      <Type>StringList</Type>
71    </PropertyDefn>
72
73<!--
74    <PropertyDefn>
75      <Name>levelName_en</Name>
76      <ElementPath>levelName|LocalisedCharacterString</ElementPath>
77      <Condition>@locale='en'</Condition>
78      <Type>String</Type>
79    </PropertyDefn>
80    <PropertyDefn>
81      <Name>levelName_fr</Name>
82      <ElementPath>levelName|LocalisedCharacterString</ElementPath>
83      <Condition>@locale='fr'</Condition>
84      <Type>String</Type>
85    </PropertyDefn>
86    <PropertyDefn>
87      <Name>levelName_others_locale</Name>
88      <ElementPath>levelName|LocalisedCharacterString@locale</ElementPath>
89      <Condition>@locale!='en' and @locale!='fr'</Condition>
90      <Type>StringList</Type>
91    </PropertyDefn>
92    <PropertyDefn>
93      <Name>levelName_others</Name>
94      <ElementPath>levelName|LocalisedCharacterString</ElementPath>
95      <Condition>@locale!='en' and @locale!='fr'</Condition>
96      <Type>StringList</Type>
97    </PropertyDefn>
98-->
99
100    <PropertyDefn>
101      <Name>name_language</Name>
102      <ElementPath>name|GeographicalName|language</ElementPath>
103      <Type>StringList</Type>
104    </PropertyDefn>
105    <PropertyDefn>
106      <Name>name_nativeness</Name>
107      <ElementPath>name|GeographicalName|nativeness</ElementPath>
108      <Type>StringList</Type>
109    </PropertyDefn>
110    <PropertyDefn>
111      <Name>name_nameStatus</Name>
112      <ElementPath>name|GeographicalName|nameStatus</ElementPath>
113      <Type>StringList</Type>
114    </PropertyDefn>
115    <PropertyDefn>
116      <Name>name_pronunciation</Name>
117      <ElementPath>name|GeographicalName|pronunciation</ElementPath>
118      <Type>StringList</Type>
119    </PropertyDefn>
120    <PropertyDefn>
121      <Name>name_spelling_text</Name>
122      <ElementPath>name|GeographicalName|spelling|SpellingOfName|text</ElementPath>
123      <Type>StringList</Type>
124    </PropertyDefn>
125    <PropertyDefn>
126      <Name>name_spelling_script</Name>
127      <ElementPath>name|GeographicalName|spelling|SpellingOfName|script</ElementPath>
128      <Type>StringList</Type>
129    </PropertyDefn>
130
131    <PropertyDefn>
132      <Name>nationalCadastalZoningReference</Name>
133      <ElementPath>nationalCadastalZoningReference</ElementPath>
134      <Type>String</Type>
135    </PropertyDefn>
136
137    <PropertyDefn>
138      <Name>originalMapScaleDenominator</Name>
139      <ElementPath>originalMapScaleDenominator</ElementPath>
140      <Type>Integer</Type>
141    </PropertyDefn>
142
143    <PropertyDefn>
144      <Name>validFrom</Name>
145      <ElementPath>validFrom</ElementPath>
146      <Type>String</Type>
147    </PropertyDefn>
148    <PropertyDefn>
149      <Name>validTo</Name>
150      <ElementPath>validTo</ElementPath>
151      <Type>String</Type>
152    </PropertyDefn>
153
154    <PropertyDefn>
155      <Name>upperLevelUnit_href</Name>
156      <ElementPath>upperLevelUnit@href</ElementPath>
157      <Type>String</Type>
158    </PropertyDefn>
159
160  </GMLFeatureClass>
161</GMLFeatureClassList>
162