Files
cms_thermo_active/Step.Utils/languageValidator.xsd
T
Paolo Possanzini 0484c0f687 language selezion
2018-01-12 11:55:02 +01: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>