I am very new to xml and when I want to open my xml file, I have a reader in navigator but no feature types appear. In log file I receive this message:
<R_1 Reader> - No GML features were found in the set of XML Schemas, make sure that at least one of the schemas is a user, domain or community-specific "GML Application Schema".
UniversalReader -- readSchema resulted in 0 schema features being returned
Reader Parameter(0) = >C:/Users/TEMP.GIS.000/Downloads/codelists-1.0-examples/codelists-1.0-examples/BuildingFuctionType.xml<
Reader Parameter(1) = >MAP_EMBEDDED_OBJECTS_AS<
.......
UniversalReader -- readSchema resulted in 0 schema features being returned
....
What I need in my workspace is to have the building types and their values for further work.
<dictionaryEntry> <gml:Definition gml:id="id21"> <gml:description/>
<gml:name codeSpace="urn:d_nrw_sig3d">1000</gml:name>
<gml:name>residential building</gml:name> </gml:Definition> </dictionaryEntry>
I don't know how to configure the reader to read this xml. Is there any idea?
Thank you in advanced!
Best regards,
Mani
P.S. the xml is located in:
http://schemas.opengis.net/citygml/codelists/codelists-1.0-examples.zip/BuildingFunctionType.xml