Files
cms_thermo_active/Thermo.Active.Utils/languageValidator.xsd
T
2020-04-09 13:15:01 +02:00

13 lines
477 B
XML

<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="root">
<xs:complexType>
<xs:all>
<xs:element name="machineinfo_lbl_title" type="xs:string"/>
<xs:element name="userinfo_lbl_title" type="xs:string"/>
<xs:element name="userinfo_btn_logout" type="xs:string"/>
<xs:element name="userinfo_lbl_language" type="xs:string"/>
</xs:all>
</xs:complexType>
</xs:element>
</xs:schema>