metanorma / mn-samples-plateau

Project PLATEAU by MLIT: Japanese Ministry of Land, Infrastructure, Transport and Tourism (国土交通省)
https://www.mlit.go.jp/plateau/
1 stars 0 forks source link

PLATEAU team: IUR codelists: non-GML content in GML table `Bridge_lodType.xml` #150

Closed ronaldtse closed 1 month ago

ronaldtse commented 1 month ago

The table for Bridge_lodType.xml contains text that doesn't exist in the file.

The XML file is:

<gml:dictionaryEntry>
<gml:Definition gml:id="Bridge_lodType_1">
<gml:description>道路橋、桟道橋及び鉄道橋は、床版の外周を、高さをもった面として表現する。横断歩道橋、ペデストリアンデッキ及び跨線橋は、本体(上部工、階段及び踊り場)の外周を取得し、高さをもった面として表現する。階段の個々の段は取得せず、下端と上端を結んだ平面として表現する。</gml:description>
<gml:name>2.0</gml:name>
</gml:Definition>
</gml:dictionaryEntry>
<gml:dictionaryEntry>
<gml:Definition gml:id="Bridge_lodType_2">
<gml:description>道路橋、桟道橋及び鉄道橋は、床版及び主桁によって、厚みと高さをもった立体として表現する。橋脚などの構造上不可欠な部材を表現してもよい。</gml:description>
<gml:name>2.1</gml:name>
</gml:Definition>
</gml:dictionaryEntry>

Notice that the text in the orange box doesn't exist in the GML file.

Screenshot 2024-08-21 at 2 00 49 PM

I have currently encoded them as a note like this:

====== Bridge_lodType.xml

lutaml_gml_dictionary::iur/codelists/3.1/Bridge_lodType.xml[template="gml_dict_template.liquid",context=dict]

[NOTE]
====
「2.1」については:

横断歩道橋、ペデストリアンデッキ及び跨線橋は、本体(上部工、階段及び踊り場)を、それぞれを厚みと高さを持った立体として表現する。

上部工、階段及び踊り場は分けて取得できる。階段の個々の段は取得せず、下端と上端を結んだ面として表現する。
====

Please let us know if this is acceptable, if not, please change it.

Chika96 commented 1 month ago

@ronaldtse @ReesePlews We'll update the xml codelist file.

ronaldtse commented 1 month ago

Thanks @Chika96 !