• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="UTF-8"?>
2<!--W3C Schema generated by XMLSpy v2011 sp1 (http://www.altova.com)-->
3<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
4    <xs:complexType name="ConfigurationFilePath">
5        <xs:attribute name="Path" type="xs:anyURI" use="required"/>
6    </xs:complexType>
7    <xs:complexType name="PluginFile">
8        <xs:attribute name="Name" type="xs:NMTOKEN" use="required"/>
9    </xs:complexType>
10    <xs:complexType name="PluginLocation">
11            <xs:sequence>
12                <xs:element name="Plugin" type="PluginFile" maxOccurs="unbounded" minOccurs="0"/>
13            </xs:sequence>
14            <xs:attribute name="Folder" type="xs:anyURI" use="required"/>
15    </xs:complexType>
16    <xs:element name="SubsystemPlugins">
17        <xs:complexType>
18            <xs:sequence>
19                <xs:element name="Location" type="PluginLocation" maxOccurs="unbounded" minOccurs="0"/>
20            </xs:sequence>
21        </xs:complexType>
22    </xs:element>
23    <xs:complexType name="SettingsConfigurationType">
24        <xs:sequence>
25            <xs:element name="ConfigurableDomainsFileLocation" type="ConfigurationFilePath"/>
26        </xs:sequence>
27    </xs:complexType>
28    <xs:element name="ParameterFrameworkConfiguration">
29        <xs:complexType>
30            <xs:sequence>
31                <xs:element ref="SubsystemPlugins" />
32            	<xs:element name="StructureDescriptionFileLocation" type="ConfigurationFilePath"/>
33            	<xs:element name="SettingsConfiguration" type="SettingsConfigurationType" minOccurs="0"/>
34            </xs:sequence>
35        	<xs:attribute name="SystemClassName" use="required" type="xs:NMTOKEN"/>
36        	<xs:attribute name="ServerPort" use="required" type="xs:positiveInteger"/>
37        	<xs:attribute name="TuningAllowed" use="required" type="xs:boolean"/>
38        </xs:complexType>
39    </xs:element>
40</xs:schema>
41