Book a Demo

Author Topic: Can MDG Add-Ins override EA extensions?  (Read 2946 times)

LukeMoonWalker

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Can MDG Add-Ins override EA extensions?
« on: June 18, 2013, 05:24:44 pm »
Hi there,

My aim is to override the GML output and allow it to read my custom tagged values.

I started a c# project, filled the essential EA_functions, and reading the sdk doc. I am confused with MDG Add-Ins :-/, should I use it for overriding GML extension?

Thanks! :)
Luke

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Can MDG Add-Ins override EA extensions?
« Reply #1 on: June 19, 2013, 08:13:55 am »
If you want to change it you'll be writing your own from scratch.

LukeMoonWalker

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Can MDG Add-Ins override EA extensions?
« Reply #2 on: June 19, 2013, 12:02:32 pm »
Thanks Simon.

In fact, I would like to have INSPIRE tagged value like extensibility and vocabulary on CodeList.
And tagged value xsdAsAttribute to allow simple type to become xsd attribute instead of xsd element.

Willing to see if an extension to GML extension is availible, thanks! :D

Luke