Files
cms_thermo_active/Client.Config/ClientValidator.xsd
T
2020-10-23 17:09:45 +02:00

39 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="Config">
<xs:complexType>
<xs:all>
<xs:element name="Client">
<xs:complexType>
<xs:all>
<xs:element name="IsSCM" minOccurs='1' maxOccurs='1'/>
<xs:element name="TranspColor" minOccurs='1' maxOccurs='1'/>
<xs:element name="RenderingMethod" minOccurs='1' maxOccurs='1'/>
<xs:element name="ShowVirtualKeyboard" minOccurs='1' maxOccurs='1'/>
<xs:element name="RunningOnSecondaryScreen" minOccurs='1' maxOccurs='1'/>
<xs:element name="DeveloperMode" minOccurs='1' maxOccurs='1'/>
<xs:element name="EnableTransparent" minOccurs='1' maxOccurs='1'/>
</xs:all>
</xs:complexType>
</xs:element>
<xs:element name="Connection">
<xs:complexType>
<xs:all>
<xs:element name="ServerPort" minOccurs='1' maxOccurs='1'/>
<xs:element name="ServerUrl" minOccurs='1' maxOccurs='1'/>
<xs:element name="Id" minOccurs='1' maxOccurs='1'/>
<xs:element name="DeleteCahceFolderOnStartup" minOccurs='1' maxOccurs='1'/>
</xs:all>
</xs:complexType>
</xs:element>
<xs:element name="VendorHmi">
<xs:complexType>
<xs:all>
<xs:element name="FollowNcWindow" minOccurs='1' maxOccurs='1'/>
</xs:all>
</xs:complexType>
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>
</xs:schema>