Skip to main content
October 9, 2023
Question

appian plugin xml schema namespace

  • October 9, 2023
  • 2 replies
  • 0 views

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

2 replies

stefanhelzle0001
October 9, 2023

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?

October 9, 2023

Hi @Stefan Helzle, Thank you so much for reply. Yes I am looking for XSD (xml schema definition) of appian plugin xml.