|
@@ -1,5 +1,24 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
-<default_db__x3A__NEURO_MIND_INPUT_TEXT:NEURO_MIND_INPUT_TEXT xmlns:default_db__x3A__NEURO_MIND_INPUT_TEXT="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_INPUT_TEXT.xsd">
|
|
|
|
|
|
|
+<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_TEXT="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_INPUT_TEXT.xsd"
|
|
|
|
|
+ document-uri="file:/Users/a.binder/Documents/se/SE/schema/ant-object/default_db.NEURO_MIND_INPUT_TEXT/NEURO_MIND_INPUT_TEXT/NEURO_MIND_INPUT_TEXT.xsd">
|
|
|
|
|
+ <ID/>
|
|
|
|
|
+ <set.length>10</set.length>
|
|
|
|
|
+ <set.freq.min>10</set.freq.min>
|
|
|
|
|
+ <set.freq.max>20</set.freq.max>
|
|
|
|
|
+ <set.culomb>10</set.culomb>
|
|
|
|
|
+ <set.sequence_priority/>
|
|
|
|
|
+ <input.text/>
|
|
|
|
|
+ <input.text.filter.xpath>text()</input.text.filter.xpath>
|
|
|
|
|
+ <default_db__x3A__NEURO_MIND_INPUT_SENTENCE:NEURO_MIND_INPUT_SENTENCE/>
|
|
|
|
|
+ <A_STATUS/>
|
|
|
|
|
+ <NEURO_MIND_INPUT_TEXT/>
|
|
|
<ID>1</ID>
|
|
<ID>1</ID>
|
|
|
<set.length>10</set.length>
|
|
<set.length>10</set.length>
|
|
|
<set.freq.min>10</set.freq.min>
|
|
<set.freq.min>10</set.freq.min>
|
|
@@ -8,100 +27,31 @@
|
|
|
<set.sequence_priority/>
|
|
<set.sequence_priority/>
|
|
|
<input.text/>
|
|
<input.text/>
|
|
|
<input.text.filter.xpath>text()</input.text.filter.xpath>
|
|
<input.text.filter.xpath>text()</input.text.filter.xpath>
|
|
|
- <default_db__x3A__NEURO_MIND_INPUT_SENTENCE:NEURO_MIND_INPUT_SENTENCE xmlns:default_db__x3A__NEURO_MIND_INPUT_SENTENCE="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_INPUT_SENTENCE.xsd">
|
|
|
|
|
- <xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="init">
|
|
|
|
|
- <xs:annotation>
|
|
|
|
|
- <xs:documentation>sama inicjalizacja, than letter</xs:documentation>
|
|
|
|
|
- </xs:annotation>
|
|
|
|
|
- <xs:complexContent>
|
|
|
|
|
- <xs:restriction base="default_db__x3A__NEURO_MIND_INPUT_SENTENCE:NEURO_MIND_INPUT_SENTENCE">
|
|
|
|
|
- <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="2">
|
|
|
|
|
- <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.sentence" type="xs:string">
|
|
|
|
|
- <xs:annotation>
|
|
|
|
|
- <xs:documentation>ciag tekstu</xs:documentation>
|
|
|
|
|
- </xs:annotation>
|
|
|
|
|
- </xs:element>
|
|
|
|
|
- <xs:element name="input.sentence.filter.xpath"
|
|
|
|
|
- type="xs:string"
|
|
|
|
|
- default="text()">
|
|
|
|
|
- <xs:annotation>
|
|
|
|
|
- <xs:documentation>Filtr do zastosowania do przetwasrzania tekstu z pola input.text</xs:documentation>
|
|
|
|
|
- </xs:annotation>
|
|
|
|
|
- </xs:element>
|
|
|
|
|
- <xs:element maxOccurs="unbounded"
|
|
|
|
|
- minOccurs="0"
|
|
|
|
|
- ref="default_db__x3A__NEURO_MIND_INPUT_LETTER:NEURO_MIND_INPUT_LETTER">
|
|
|
|
|
- <xs:complexType name="init">
|
|
|
|
|
- <xs:annotation>
|
|
|
|
|
- <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/>
|
|
|
|
|
- </xs:annotation>
|
|
|
|
|
- </xs:element>
|
|
|
|
|
- <xs:element name="set.culomb" type="xs:decimal" default="1">
|
|
|
|
|
- <xs:annotation>
|
|
|
|
|
- <xs:documentation/>
|
|
|
|
|
- </xs:annotation>
|
|
|
|
|
- </xs:element>
|
|
|
|
|
- <xs:element name="set.sequence_priority" type="xs:string">
|
|
|
|
|
- <xs:annotation>
|
|
|
|
|
- <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/>
|
|
|
|
|
- </xs:annotation>
|
|
|
|
|
- </xs:element>
|
|
|
|
|
- <xs:element name="input.letter.filter.xpath" type="xs:string">
|
|
|
|
|
- <xs:annotation>
|
|
|
|
|
- <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>
|
|
|
|
|
- <xs:element name="A_STATUS"
|
|
|
|
|
- type="default_db__x3A__NEURO_MIND_INPUT_SENTENCE:A_STATUS_Type"/>
|
|
|
|
|
- </xs:sequence>
|
|
|
|
|
- <xs:assert test="set.sequence_priority = concat(parent::*/ID, '.', ID)"/>
|
|
|
|
|
- <xs:assert test="parent::*/input.text = tokenize(input.sentence, ' ')"/>
|
|
|
|
|
- </xs:restriction>
|
|
|
|
|
- </xs:complexContent>
|
|
|
|
|
- </xs:complexType>
|
|
|
|
|
- </default_db__x3A__NEURO_MIND_INPUT_SENTENCE:NEURO_MIND_INPUT_SENTENCE>
|
|
|
|
|
|
|
+ <default_db__x3A__NEURO_MIND_INPUT_SENTENCE:NEURO_MIND_INPUT_SENTENCE/>
|
|
|
<A_STATUS>WAITING</A_STATUS>
|
|
<A_STATUS>WAITING</A_STATUS>
|
|
|
- <xs:assert xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
|
|
|
- test="input.text = tokenize(default_db__x3A__NEURO_MIND_INPUT_SENTENCE:NEURO_MIND_INPUT_SENTENCE/input.sentence, ' ')"/>
|
|
|
|
|
-</default_db__x3A__NEURO_MIND_INPUT_TEXT:NEURO_MIND_INPUT_TEXT>
|
|
|
|
|
|
|
+ <xs:assert test="input.text = tokenize(default_db__x3A__NEURO_MIND_INPUT_SENTENCE:NEURO_MIND_INPUT_SENTENCE/input.sentence, ' ')"/>
|
|
|
|
|
+ <init/>
|
|
|
|
|
+ <ID/>
|
|
|
|
|
+ <set.length>10</set.length>
|
|
|
|
|
+ <set.freq.min>10</set.freq.min>
|
|
|
|
|
+ <set.freq.max>20</set.freq.max>
|
|
|
|
|
+ <set.culomb>10</set.culomb>
|
|
|
|
|
+ <set.sequence_priority/>
|
|
|
|
|
+ <input.text/>
|
|
|
|
|
+ <input.text.filter.xpath>text()</input.text.filter.xpath>
|
|
|
|
|
+ <default_db__x3A__NEURO_MIND_INPUT_SENTENCE:NEURO_MIND_INPUT_SENTENCE/>
|
|
|
|
|
+ <A_STATUS/>
|
|
|
|
|
+ <import/>
|
|
|
|
|
+ <ID/>
|
|
|
|
|
+ <set.length>10</set.length>
|
|
|
|
|
+ <set.freq.min>10</set.freq.min>
|
|
|
|
|
+ <set.freq.max>20</set.freq.max>
|
|
|
|
|
+ <set.culomb>10</set.culomb>
|
|
|
|
|
+ <set.sequence_priority/>
|
|
|
|
|
+ <input.text/>
|
|
|
|
|
+ <input.text.filter.xpath>text()</input.text.filter.xpath>
|
|
|
|
|
+ <default_db__x3A__NEURO_MIND_INPUT_SENTENCE:NEURO_MIND_INPUT_SENTENCE/>
|
|
|
|
|
+ <A_STATUS/>
|
|
|
|
|
+ <xs:assert test="input.text = tokenize(default_db__x3A__NEURO_MIND_INPUT_SENTENCE:NEURO_MIND_INPUT_SENTENCE/input.sentence, ' ')"/>
|
|
|
|
|
+ <export/>
|
|
|
|
|
+</xs:schema>
|