-----Original Message-----
From: fmetalk@googlegroups.com [mailto:fmetalk@googlegroups.com] On Behalf
Of Daniel@cits
Sent: February-21-12 6:34 AM
To: FME Talk
Subject: [fme] GML application schema (.xsd)
Hi all,
I wrote a sample .gml file few months ago and I just find out that the
feature definition produced (.xsd) is odd!
The .xsd file used to have all input dataset feature types defined,
even if only one feature type was written. For instance, a source
dataset having Roads and Rivers would have produced a .xsd file
containing both even if only the Rivers feature was written. The .xsd
looked like
...
<element name="Roads" type="fme:RoadsType"
substitutionGroup="gml:_Feature"/>
<complexType name="RoadsType">
<element name="Rivers" type="fme:RiversType"
substitutionGroup="gml:_Feature"/>
<complexType name="RiversType">
...
Now, only the feature type written in the sample is right (Roads), all
others have the following pattern in the .xsd file
...
<element name="XyZzY##" type="fme:XyZzYType"
substitutionGroup="gml:_Feature"/>
<complexType name="XyZzY##Type">
...
where ## is sequential numbers corresponding to the number of feature
in the source dataset that were not written in the output .gml file.
Any ideas on what have caused that or what I can do to get the
original schema?
Daniel
--
Get all the FME resources you need at http://www.fmeusercentral.com
You received this message because you are subscribed to the Google Groups
"FME Talk" group.
To post to this group, send email to fmetalk@googlegroups.com
To unsubscribe from this group, send email to
fmetalk-unsubscribe@googlegroups.com