| Server IP : 123.56.80.60 / Your IP : 216.73.216.78 Web Server : Apache/2.4.54 (Win32) OpenSSL/1.1.1s PHP/7.4.33 mod_fcgid/2.3.10-dev System : Windows NT iZhx3sob14hnz7Z 10.0 build 14393 (Windows Server 2016) i586 User : SYSTEM ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /wamp/apps/phpsysinfo3.4.2/language/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id: translation.xsd 150 2009-03-20 20:19:23Z bigmichi1 $ -->
<schema targetNamespace="http://phpsysinfo.sourceforge.net/translation"
xmlns:tns="http://phpsysinfo.sourceforge.net/translation" xmlns="http://www.w3.org/2001/XMLSchema">
<complexType name="translationType">
<sequence>
<element name="expression" type="tns:expressionType" maxOccurs="unbounded"
minOccurs="93">
</element>
</sequence>
<attribute name="charset" type="string" use="required"></attribute>
<attribute name="language" type="string" use="required"></attribute>
</complexType>
<complexType name="expressionType">
<sequence>
<element name="exp" type="string" maxOccurs="1" minOccurs="1"></element>
</sequence>
<attribute name="id" use="required">
<simpleType>
<restriction base="string">
<length value="3"></length>
<pattern value="\d\d\d"></pattern>
</restriction>
</simpleType>
</attribute>
<attribute name="name" use="required">
<simpleType>
<restriction base="string">
<pattern value="[a-zA-Z0-9_]+"></pattern>
</restriction>
</simpleType>
</attribute>
</complexType>
<element name="translation" type="tns:translationType"></element>
</schema>