13 lines
477 B
XML
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> |