Table-Structure-DescribeFeatureType

Request type GET with params:
?SERVICE=WFS&VERSION=1.0.0&TYPENAME=p5_default_db:TEST_PERMS&REQUEST=DescribeFeatureType
Response:
<?xml version="1.0" encoding="utf-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml" xmlns:p5="https://biuro.biall-net.pl/wfs" xmlns:p5_default_db="https://biuro.biall-net.pl/wfs/default_db" xmlns:p5_objects="https://biuro.biall-net.pl/wfs/objects" elementFormDefault="qualified" targetNamespace="https://biuro.biall-net.pl/wfs/default_db">
    <xsd:import namespace="http://www.opengis.net/gml" schemaLocation="https://biuro.biall-net.pl/SE/version-git/schema/gml/2.1.2/feature.xsd"/>
    <xsd:complexType name="TEST_PERMSType">
        <xsd:complexContent>
            <xsd:extension base="gml:AbstractFeatureType">
                <xsd:sequence>
                    <xsd:element minOccurs="1" maxOccurs="1" nillable="true" name="ID" type="xsd:integer"/>
                    <xsd:element minOccurs="0" maxOccurs="1" nillable="true" name="L_APPOITMENT_USER" type="xsd:string"/>
                    <xsd:element minOccurs="0" maxOccurs="1" nillable="true" name="KATALOG_LINK" type="xsd:string"/>
                    <xsd:element minOccurs="0" maxOccurs="1" nillable="true" name="WWW" type="xsd:string"/>
                    <xsd:element minOccurs="0" maxOccurs="1" nillable="true" name="ADM_ADMIN_LEVEL" type="xsd:string"/>
                    <xsd:element minOccurs="0" maxOccurs="1" nillable="true" name="ADM_PASSWD" type="xsd:string"/>
                    <xsd:element minOccurs="0" maxOccurs="1" nillable="true" name="A_STATUS" type="xsd:string"/>
                    <xsd:element minOccurs="0" maxOccurs="1" nillable="true" name="EMAIL" type="xsd:string"/>
                    <xsd:element minOccurs="0" maxOccurs="1" nillable="true" name="ADM_NAME" type="xsd:string"/>
                    <xsd:element minOccurs="0" maxOccurs="1" nillable="true" name="PARENT_ID" type="xsd:integer"/>
                    <xsd:element minOccurs="0" maxOccurs="1" nillable="true" name="OPIS" type="xsd:string"/>
                    <xsd:element minOccurs="0" maxOccurs="1" nillable="true" name="the_geom" type="gml:PolygonPropertyType"/>
                    <xsd:element minOccurs="0" maxOccurs="1" nillable="true" name="A_ADM_COMPANY" type="xsd:string"/>
                    <xsd:element minOccurs="0" maxOccurs="1" nillable="true" name="A_CLASSIFIED" type="xsd:string"/>
                    <xsd:element minOccurs="0" maxOccurs="1" nillable="true" name="A_RECORD_CREATE_AUTHOR" type="xsd:string"/>
                    <xsd:element minOccurs="0" maxOccurs="1" nillable="true" name="A_RECORD_CREATE_DATE" type="xsd:string"/>
                    <xsd:element minOccurs="0" maxOccurs="1" nillable="true" name="A_RECORD_UPDATE_AUTHOR" type="xsd:string"/>
                    <xsd:element minOccurs="0" maxOccurs="1" nillable="true" name="A_RECORD_UPDATE_DATE" type="xsd:string"/>
                    <xsd:element minOccurs="0" maxOccurs="1" nillable="true" name="test_date" type="xsd:date"/>
                    <xsd:element minOccurs="0" maxOccurs="1" nillable="true" name="test_datetime" type="xsd:dateTime"/>
                    <xsd:element minOccurs="0" maxOccurs="1" nillable="true" name="test_time" type="xsd:string"/>
                </xsd:sequence>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
    <xsd:element name="TEST_PERMS" type="default_db:TEST_PERMSType" substitutionGroup="gml:_Feature"/>
</xsd:schema>