Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / orbsvcs / ImplRepo_Service / ImR.xsd
blob013bd6dd849e72725111216a8c0c0873f9247f57
1 <?xml version="1.0" ?>
2 <xs:schema id="ImplementationRepository" targetNamespace="http://www.theaceorb.com/ImplementationRepository.xsd" xmlns:mstns="http://www.theaceorb.com/ImplementationRepository.xsd"
3 xmlns="http://www.theaceorb.com/ImplementationRepository.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"
4 attributeFormDefault="qualified" elementFormDefault="qualified">
5 <xs:element name="ImplementationRepository" msdata:IsDataSet="true" msdata:EnforceConstraints="False">
6 <xs:complexType>
7 <xs:choice maxOccurs="unbounded">
8 <xs:element name="Servers">
9 <xs:complexType>
10 <xs:attribute name="name" form="unqualified" type="xs:string" />
11 <xs:attribute name="activator" form="unqualified" type="xs:string" />
12 <xs:attribute name="command_line" form="unqualified" type="xs:string" />
13 <xs:attribute name="working_dir" form="unqualified" type="xs:string" />
14 <xs:attribute name="activation_mode" form="unqualified" type="xs:string" />
15 <xs:attribute name="start_limit" form="unqualified" type="xs:string" />
16 <xs:attribute name="partial_ior" form="unqualified" type="xs:string" />
17 <xs:attribute name="ior" form="unqualified" type="xs:string" />
18 </xs:complexType>
19 </xs:element>
20 <xs:element name="Activators">
21 <xs:complexType>
22 <xs:attribute name="name" form="unqualified" type="xs:string" />
23 <xs:attribute name="token" form="unqualified" type="xs:string" />
24 <xs:attribute name="ior" form="unqualified" type="xs:string" />
25 </xs:complexType>
26 </xs:element>
27 </xs:choice>
28 </xs:complexType>
29 </xs:element>
30 </xs:schema>