Project

General

Profile

Action #7119 » Filter.xsd

Jean-charles Meunier, 2023-02-28 11:40

 
1
<?xml version="1.0" encoding="UTF-8"?>
2

    
3
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
4

    
5
  <xs:annotation>
6
    <xs:documentation>Created 20230224 by JCM    </xs:documentation>
7
  </xs:annotation>
8

    
9
  <xs:include schemaLocation="DefinitionType.xsd"/>
10

    
11
  <xs:complexType name="Filter">
12
    <xs:all>
13
      <xs:element name="info" type="ComponentInfo"/>
14
      <xs:element name="filterTransmission" type="Graph"/>
15
      <xs:element name="instrumentType" type="xs:string"/>
16
    </xs:all>
17
  </xs:complexType>
18

    
19
  <xs:element name="instrument" type="Filter"/>
20

    
21
</xs:schema>
(3-3/3)