Commit 0033555ebb9aa98982c3b70d4fc51463530b7e78

Authored by Elena.Budnik
2 parents e72912d4 e6ecaf86

Merge branch 'master' of https://gitlab.irap.omp.eu/CDPP/AMDA_Kernel

Showing 1 changed file with 20 additions and 0 deletions   Show diff stats
config/xsd/parser/plugins.xsd 0 → 100644
@@ -0,0 +1,20 @@ @@ -0,0 +1,20 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
  3 + <xs:element name="plugins">
  4 + <xs:complexType>
  5 + <xs:sequence>
  6 + <xs:element name="requestProcess" maxOccurs="unbounded" minOccurs="0">
  7 + <xs:complexType>
  8 + <xs:sequence>
  9 + <xs:element type="xs:string" name="plugin"/>
  10 + </xs:sequence>
  11 + <xs:attribute type="xs:string" name="type" use="optional"/>
  12 + <xs:attribute type="xs:string" name="name" use="optional"/>
  13 + </xs:complexType>
  14 + </xs:element>
  15 + </xs:sequence>
  16 + <xs:attribute name="id" type="xs:ID" use="required" />
  17 + </xs:complexType>
  18 + </xs:element>
  19 +</xs:schema>
  20 +