Uname:Linux m28057.contaboserver.net 6.12.0-211.47.1.el10_2.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:40:14 EDT 2026 x86_64

Base Dir : /mnt/newhome/tb1/raumausstattung-braun.com

User : tb1


HEX
HEX
Server: Apache
System: Linux m28057.contaboserver.net 6.12.0-211.47.1.el10_2.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:40:14 EDT 2026 x86_64
User: tb1 (1034)
PHP: 8.3.33
Disabled: NONE
Upload Files
File: //lib/firewalld/xmlschema/helper.xsd
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
           lementFormDefault="qualified">

<xs:element name="helper">
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element name="port" type="porttype" minOccurs="0" maxOccurs="unbounded"/>
    </xs:choice>
    <xs:attribute name="module" type="xs:string"/>
    <xs:attribute name="family" type="familyrestrict"/>
  </xs:complexType>
</xs:element>

<xs:simpleType name="familyrestrict">
  <xs:restriction base="xs:string">
    <xs:pattern value="ipv4|ipv6"/>
  </xs:restriction>
</xs:simpleType>

<xs:complexType name="porttype">
  <xs:attribute name="protocol" type="xs:string" use="required"/>
  <xs:attribute name="port" type="xs:string" use="optional"/>
</xs:complexType>

</xs:schema>