blob: 013bd6dd849e72725111216a8c0c0873f9247f57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<?xml version="1.0" ?>
<xs:schema id="ImplementationRepository" targetNamespace="http://www.theaceorb.com/ImplementationRepository.xsd" xmlns:mstns="http://www.theaceorb.com/ImplementationRepository.xsd"
xmlns="http://www.theaceorb.com/ImplementationRepository.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"
attributeFormDefault="qualified" elementFormDefault="qualified">
<xs:element name="ImplementationRepository" msdata:IsDataSet="true" msdata:EnforceConstraints="False">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="Servers">
<xs:complexType>
<xs:attribute name="name" form="unqualified" type="xs:string" />
<xs:attribute name="activator" form="unqualified" type="xs:string" />
<xs:attribute name="command_line" form="unqualified" type="xs:string" />
<xs:attribute name="working_dir" form="unqualified" type="xs:string" />
<xs:attribute name="activation_mode" form="unqualified" type="xs:string" />
<xs:attribute name="start_limit" form="unqualified" type="xs:string" />
<xs:attribute name="partial_ior" form="unqualified" type="xs:string" />
<xs:attribute name="ior" form="unqualified" type="xs:string" />
</xs:complexType>
</xs:element>
<xs:element name="Activators">
<xs:complexType>
<xs:attribute name="name" form="unqualified" type="xs:string" />
<xs:attribute name="token" form="unqualified" type="xs:string" />
<xs:attribute name="ior" form="unqualified" type="xs:string" />
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>
|