|
|
@@ -0,0 +1,265 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" xmlns:p5="https://biuro.biall-net.pl/wfs" xmlns:ogc="http://www.opengis.net/ogc" xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd" xmlns:default_db__x3A__NEURO_MIND_INPUT_SENTENCE="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_INPUT_SENTENCE.xsd" xmlns:default_db__x3A__NEURO_MIND_INPUT_LETTER="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_INPUT_LETTER.xsd" targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_INPUT_LETTER.xsd" vc:minVersion="1.1">
|
|
|
+ <xs:import id="letter_imp_sentence" namespace="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_INPUT_SENTENCE.xsd" schemaLocation="../../default_db.NEURO_MIND_INPUT_SENTENCE/NEURO_MIND_INPUT_SENTENCE/NEURO_MIND_INPUT_SENTENCE.xsd"/>
|
|
|
+ <xs:simpleType name="input.letter_Type">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>alfabet male</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ <xs:restriction base="xs:string">
|
|
|
+ <xs:enumeration value="a"/>
|
|
|
+ <xs:enumeration value="ą"/>
|
|
|
+ <xs:enumeration value="b"/>
|
|
|
+ <xs:enumeration value="c"/>
|
|
|
+ <xs:enumeration value="ć"/>
|
|
|
+ <xs:enumeration value="d"/>
|
|
|
+ <xs:enumeration value="e"/>
|
|
|
+ <xs:enumeration value="ę"/>
|
|
|
+ <xs:enumeration value="f"/>
|
|
|
+ <xs:enumeration value="g"/>
|
|
|
+ <xs:enumeration value="h"/>
|
|
|
+ <xs:enumeration value="i"/>
|
|
|
+ <xs:enumeration value="j"/>
|
|
|
+ <xs:enumeration value="k"/>
|
|
|
+ <xs:enumeration value="l"/>
|
|
|
+ <xs:enumeration value="ł"/>
|
|
|
+ <xs:enumeration value="m"/>
|
|
|
+ <xs:enumeration value="n"/>
|
|
|
+ <xs:enumeration value="o"/>
|
|
|
+ <xs:enumeration value="ó"/>
|
|
|
+ <xs:enumeration value="p"/>
|
|
|
+ <xs:enumeration value="q"/>
|
|
|
+ <xs:enumeration value="r"/>
|
|
|
+ <xs:enumeration value="s"/>
|
|
|
+ <xs:enumeration value="ś"/>
|
|
|
+ <xs:enumeration value="t"/>
|
|
|
+ <xs:enumeration value="u"/>
|
|
|
+ <xs:enumeration value="w"/>
|
|
|
+ <xs:enumeration value="v"/>
|
|
|
+ <xs:enumeration value="y"/>
|
|
|
+ <xs:enumeration value="z"/>
|
|
|
+ <xs:enumeration value="ż"/>
|
|
|
+ <xs:enumeration value="ź"/>
|
|
|
+ <xs:enumeration value="."/>
|
|
|
+ <xs:enumeration value=","/>
|
|
|
+ <xs:enumeration value="""/>
|
|
|
+ <xs:enumeration value="'"/>
|
|
|
+ <xs:enumeration value="-"/>
|
|
|
+ <xs:enumeration value="_"/>
|
|
|
+ </xs:restriction>
|
|
|
+ </xs:simpleType>
|
|
|
+ <xs:group name="NEURO_MIND_INPUT_LETTER">
|
|
|
+ <xs:sequence> </xs:sequence>
|
|
|
+ </xs:group>
|
|
|
+ <xs:complexType name="NEURO_MIND_INPUT_LETTER">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>slowo do przetworzenia</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ <xs:sequence>
|
|
|
+ <!-- <xs:element minOccurs="0" name="A_STATUS_INFO" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="L_APPOITMENT_USER" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="L_APPOITMENT_TYPE" nillable="true" type="xs:string"> </xs:element>
|
|
|
+ <xs:element minOccurs="0" name="L_APPOITMENT_INFO" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="L_APPOITMENT_DATE" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="A_CLASSIFIED" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="A_ADM_COMPANY" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="A_RECORD_CREATE_DATE" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="A_RECORD_CREATE_AUTHOR" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="A_RECORD_UPDATE_DATE" type="xs:dateTime"/>
|
|
|
+ <xs:element minOccurs="0" name="A_RECORD_UPDATE_AUTHOR" type="xs:string"/>-->
|
|
|
+ <xs:element name="ID" type="xs:positiveInteger"/>
|
|
|
+ <xs:element name="set.length" type="xs:decimal" default="1"/>
|
|
|
+ <xs:element name="set.freq.min" type="xs:decimal" default="1"/>
|
|
|
+ <xs:element name="set.freq.max" type="xs:decimal" default="2">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>Maksymalna rozdzielczośc częstotliwościowa</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ </xs:element>
|
|
|
+ <xs:element name="set.culomb" type="xs:decimal" default="1">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>set culomb potential = 1F= 1C/V</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ </xs:element>
|
|
|
+ <xs:element name="set.sequence_priority" type="xs:string">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>chodzi o jakas wartosc do kolejnosci przetwarzania - nr sekwencji</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ </xs:element>
|
|
|
+ <xs:element name="input.letter" type="default_db__x3A__NEURO_MIND_INPUT_LETTER:input.letter_Type">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>ciag tekstu</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ </xs:element>
|
|
|
+ <xs:element name="input.letter.filter.xpath" type="xs:string">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>Filtr do zastosowania do przetwasrzania tekstu z pola input.text</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ </xs:element>
|
|
|
+ <xs:element name="A_STATUS" type="default_db__x3A__NEURO_MIND_INPUT_LETTER:A_STATUS_Type"/>
|
|
|
+ </xs:sequence>
|
|
|
+ </xs:complexType>
|
|
|
+ <xs:element name="NEURO_MIND_INPUT_LETTER" type="default_db__x3A__NEURO_MIND_INPUT_LETTER:NEURO_MIND_INPUT_LETTER">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>DO przydzielenia do jakiegos wejscia</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ </xs:element>
|
|
|
+ <xs:complexType name="init">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>tylko init elementow</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ <xs:complexContent>
|
|
|
+ <xs:restriction base="default_db__x3A__NEURO_MIND_INPUT_LETTER:NEURO_MIND_INPUT_LETTER">
|
|
|
+ <xs:sequence>
|
|
|
+ <xs:element name="ID" type="xs:positiveInteger"/>
|
|
|
+ <xs:element name="set.length" type="xs:decimal" default="1"/>
|
|
|
+ <xs:element name="set.freq.min" type="xs:decimal" default="1"/>
|
|
|
+ <xs:element name="set.freq.max" type="xs:decimal" default="2">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>Maksymalna rozdzielczośc częstotliwościowa</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ </xs:element>
|
|
|
+ <xs:element name="set.culomb" type="xs:decimal" default="1">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>set culomb potential = 1F= 1C/V</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ </xs:element>
|
|
|
+ <xs:element name="set.sequence_priority" type="xs:string">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>chodzi o jakas wartosc do kolejnosci przetwarzania - nr sekwencji</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ </xs:element>
|
|
|
+ <xs:element name="input.letter" type="default_db__x3A__NEURO_MIND_INPUT_LETTER:input.letter_Type">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>ciag tekstu</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ </xs:element>
|
|
|
+ <xs:element name="input.letter.filter.xpath" type="xs:string">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>Filtr do zastosowania do przetwasrzania tekstu z pola input.text</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ </xs:element>
|
|
|
+ <xs:element name="A_STATUS" type="default_db__x3A__NEURO_MIND_INPUT_LETTER:A_STATUS_Type"/>
|
|
|
+ <!-- <xs:element minOccurs="0" name="A_STATUS_INFO" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="L_APPOITMENT_USER" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="L_APPOITMENT_TYPE" nillable="true" type="xs:string"> </xs:element>
|
|
|
+ <xs:element minOccurs="0" name="L_APPOITMENT_INFO" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="L_APPOITMENT_DATE" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="A_CLASSIFIED" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="A_ADM_COMPANY" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="A_RECORD_CREATE_DATE" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="A_RECORD_CREATE_AUTHOR" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="A_RECORD_UPDATE_DATE" type="xs:dateTime"/>
|
|
|
+ <xs:element minOccurs="0" name="A_RECORD_UPDATE_AUTHOR" type="xs:string"/>-->
|
|
|
+ </xs:sequence>
|
|
|
+ </xs:restriction>
|
|
|
+ </xs:complexContent>
|
|
|
+ </xs:complexType>
|
|
|
+ <xs:element name="init" type="default_db__x3A__NEURO_MIND_INPUT_LETTER:init"/>
|
|
|
+ <xs:complexType name="import">
|
|
|
+ <xs:complexContent>
|
|
|
+ <xs:restriction base="default_db__x3A__NEURO_MIND_INPUT_LETTER:NEURO_MIND_INPUT_LETTER">
|
|
|
+ <xs:sequence>
|
|
|
+ <!-- <xs:element minOccurs="0" name="A_STATUS_INFO" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="L_APPOITMENT_USER" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="L_APPOITMENT_TYPE" nillable="true" type="xs:string"> </xs:element>
|
|
|
+ <xs:element minOccurs="0" name="L_APPOITMENT_INFO" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="L_APPOITMENT_DATE" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="A_CLASSIFIED" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="A_ADM_COMPANY" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="A_RECORD_CREATE_DATE" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="A_RECORD_CREATE_AUTHOR" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="A_RECORD_UPDATE_DATE" type="xs:dateTime"/>
|
|
|
+ <xs:element minOccurs="0" name="A_RECORD_UPDATE_AUTHOR" type="xs:string"/>-->
|
|
|
+ <xs:element name="ID" type="xs:positiveInteger"/>
|
|
|
+ <xs:element name="set.length" type="xs:decimal" default="1"/>
|
|
|
+ <xs:element name="set.freq.min" type="xs:decimal" default="1"/>
|
|
|
+ <xs:element name="set.freq.max" type="xs:decimal" default="2">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>Maksymalna rozdzielczośc częstotliwościowa</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ </xs:element>
|
|
|
+ <xs:element name="set.culomb" type="xs:decimal" default="1">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>set culomb potential = 1F= 1C/V</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ </xs:element>
|
|
|
+ <xs:element name="set.sequence_priority" type="xs:string">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>chodzi o jakas wartosc do kolejnosci przetwarzania - nr sekwencji</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ </xs:element>
|
|
|
+ <xs:element name="input.letter" type="default_db__x3A__NEURO_MIND_INPUT_LETTER:input.letter_Type">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>ciag tekstu</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ </xs:element>
|
|
|
+ <xs:element name="input.letter.filter.xpath" type="xs:string">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>Filtr do zastosowania do przetwasrzania tekstu z pola input.text</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ </xs:element>
|
|
|
+ <xs:element name="A_STATUS" type="default_db__x3A__NEURO_MIND_INPUT_LETTER:A_STATUS_Type"/>
|
|
|
+ </xs:sequence>
|
|
|
+ </xs:restriction>
|
|
|
+ </xs:complexContent>
|
|
|
+ </xs:complexType>
|
|
|
+ <xs:element name="import" type="default_db__x3A__NEURO_MIND_INPUT_LETTER:import"/>
|
|
|
+ <xs:complexType name="export">
|
|
|
+ <xs:complexContent>
|
|
|
+ <xs:restriction base="default_db__x3A__NEURO_MIND_INPUT_LETTER:NEURO_MIND_INPUT_LETTER">
|
|
|
+ <xs:sequence>
|
|
|
+ <!-- <xs:element minOccurs="0" name="A_STATUS_INFO" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="L_APPOITMENT_USER" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="L_APPOITMENT_TYPE" nillable="true" type="xs:string"> </xs:element>
|
|
|
+ <xs:element minOccurs="0" name="L_APPOITMENT_INFO" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="L_APPOITMENT_DATE" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="A_CLASSIFIED" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="A_ADM_COMPANY" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="A_RECORD_CREATE_DATE" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="A_RECORD_CREATE_AUTHOR" type="xs:string"/>
|
|
|
+ <xs:element minOccurs="0" name="A_RECORD_UPDATE_DATE" type="xs:dateTime"/>
|
|
|
+ <xs:element minOccurs="0" name="A_RECORD_UPDATE_AUTHOR" type="xs:string"/>-->
|
|
|
+ <xs:element name="ID" type="xs:positiveInteger"/>
|
|
|
+ <xs:element name="set.length" type="xs:decimal" default="1"/>
|
|
|
+ <xs:element name="set.freq.min" type="xs:decimal" default="1"/>
|
|
|
+ <xs:element name="set.freq.max" type="xs:decimal" default="2">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>Maksymalna rozdzielczośc częstotliwościowa</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ </xs:element>
|
|
|
+ <xs:element name="set.culomb" type="xs:decimal" default="1">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>set culomb potential = 1F= 1C/V</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ </xs:element>
|
|
|
+ <xs:element name="set.sequence_priority" type="xs:string">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>chodzi o jakas wartosc do kolejnosci przetwarzania - nr sekwencji</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ </xs:element>
|
|
|
+ <xs:element name="input.letter" type="default_db__x3A__NEURO_MIND_INPUT_LETTER:input.letter_Type">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>ciag tekstu</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ </xs:element>
|
|
|
+ <xs:element name="input.letter.filter.xpath" type="xs:string">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>Filtr do zastosowania do przetwasrzania tekstu z pola input.text</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ </xs:element>
|
|
|
+ <xs:element name="A_STATUS" type="default_db__x3A__NEURO_MIND_INPUT_LETTER:A_STATUS_Type"/>
|
|
|
+ </xs:sequence>
|
|
|
+ </xs:restriction>
|
|
|
+ </xs:complexContent>
|
|
|
+ </xs:complexType>
|
|
|
+ <xs:element name="export" type="default_db__x3A__NEURO_MIND_INPUT_LETTER:export"/>
|
|
|
+ <xs:simpleType name="A_STATUS_Type">
|
|
|
+ <xs:restriction base="xs:string">
|
|
|
+ <xs:enumeration value="NORMAL"/>
|
|
|
+ <xs:enumeration value="WAITING"/>
|
|
|
+ <xs:enumeration value="MONITOR"/>
|
|
|
+ <xs:enumeration value="DELETED"/>
|
|
|
+ <xs:enumeration value="WARNING"/>
|
|
|
+ <xs:enumeration value="OFF_SOFT"/>
|
|
|
+ <xs:enumeration value="OFF_HARD"/>
|
|
|
+ </xs:restriction>
|
|
|
+ </xs:simpleType>
|
|
|
+</xs:schema>
|