Hi,
i am trying to develop a smart service plugin for the first-time.
I wrote a sample appian plugin xml how ever to add more xml tags and their attributes in appian plugin xml, we need to look at xml schema namespace of appian plugin xml, can someone please help me know where can I get the xml namespace to look for more xml tags and their attributes to add in appian plugin xml file
Discussion posts and replies are publicly visible
Could it be that you are more looking for a XSD than a namespace?
AFAIK all supported attributes can be found in the documentation. E.g. here https://docs.appian.com/suite/help/23.3/Appian_Plug-ins.html#plug-in-manifest-(appian-plugin.xml)
Is that what you are looking for?
Hi @Stefan Helzle, Thank you so much for reply. Yes I am looking for XSD (xml schema definition) of appian plugin xml.