|
|
@@ -1,7 +1,52 @@
|
|
|
<?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:complexType name="NEURO_MIND_INPUT_LETTER">
|
|
|
@@ -108,52 +153,7 @@
|
|
|
</xs:complexContent>
|
|
|
</xs:complexType>
|
|
|
|
|
|
- <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:element name="init" type="default_db__x3A__NEURO_MIND_INPUT_LETTER:init"/>
|
|
|
<xs:complexType name="import">
|
|
|
<xs:complexContent>
|