Action #7119 » Filter.xsd
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>
|
- « Previous
- 1
- 2
- 3
- Next »