地理データ等を集約するXMLデータベースシステム
* fixed a bug concern with time and geometry type with minOccurs="0".
when time or geometry items are omitted, GetFeature returned empty
invalid form tags.
* fixed documentation mismatch of GetFeature mode at MISP documentation and
DaRuMa implementation.
○ minOccurs="0" の場合の時刻、ジオメトリ型に関するバグを修正した。
項目が省略されているときに GetFeature 時で取得するとタグのみで中身の無い
形式的に正しくないデータを返してしまっていた。
○ MISP 仕様書中の GetFeature のデフォルトモード normal が古い実装による
ものであったので、MISP 仕様書を更新し、仕様書と実装の不整合を修正した。