Slow validation & search for declaration in GML application
Posted: Thu Aug 29, 2013 1:55 pm
Hi,
I'm creating a GML application schema using Oxygen. Although it does not have that many types & elements, validation and search for declarations is very slow.
An example for the searching of declarations: When selecting the TreeSpeciesType in the TreeSpecies-element below the search should just yield the declaration in the next line. However, a dialog pops up "searching for component dependencies" and I have to wait for "calculating ressource dependencies".
I do not encounter this problem in other schemata. I suspect the imports/includes from online ressources could be the problem? However, even if I use a local copy of the GML base schema it uses such imports/includes itself, e.g., to XLink or GMD... Shouldn't there be some kind of caching of such remote imports?
Any suggestions?
Regards
Martin
I'm creating a GML application schema using Oxygen. Although it does not have that many types & elements, validation and search for declarations is very slow.
An example for the searching of declarations: When selecting the TreeSpeciesType in the TreeSpecies-element below the search should just yield the declaration in the next line. However, a dialog pops up "searching for component dependencies" and I have to wait for "calculating ressource dependencies".
Code: Select all
<xs:element name="TreeSpecies" type="TreeSpeciesType" substitutionGroup="gml:Definition"/>
<xs:complexType name="TreeSpeciesType">
...
Any suggestions?
Regards
Martin