|
@@ -0,0 +1,730 @@
|
|
|
|
|
+<?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_LAYER="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_LAYER.xsd"
|
|
|
|
|
+ xmlns:default_db__x3A__NEURO_MIND_LAYER_RECEPTOR="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_LAYER_RECEPTOR.xsd"
|
|
|
|
|
+ xmlns:default_db__x3A__NEURO_MIND_INPUT_LETTER="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_INPUT_LETTER.xsd"
|
|
|
|
|
+ xmlns:default_db__x3A__NEURO_MATRIX="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MATRIX.xsd"
|
|
|
|
|
+ xmlns:default_db__x3A__NEURO_MATRIX_CONFIG="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MATRIX_CONFIG.xsd"
|
|
|
|
|
+ xmlns:default_db__x3A__NEURO_LAYER_COVERAGE="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_LAYER_COVERAGE.xsd"
|
|
|
|
|
+ targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_LAYER.xsd"
|
|
|
|
|
+ vc:minVersion="1.1">
|
|
|
|
|
+ <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_LAYER_RECEPTOR.xsd"
|
|
|
|
|
+ schemaLocation="../../default_db.NEURO_MIND_LAYER_RECEPTOR/NEURO_MIND_LAYER_RECEPTOR/NEURO_MIND_LAYER_RECEPTOR.xsd"/>
|
|
|
|
|
+ <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MIND_INPUT_LETTER.xsd"
|
|
|
|
|
+ schemaLocation="../../default_db.NEURO_MIND_INPUT_LETTER/NEURO_MIND_INPUT_LETTER/NEURO_MIND_INPUT_LETTER.xsd"/>
|
|
|
|
|
+ <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_MATRIX.xsd"
|
|
|
|
|
+ schemaLocation="../../default_db.NEURO_MATRIX/NEURO_MATRIX/NEURO_MATRIX.xsd"/>
|
|
|
|
|
+ <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/NEURO_LAYER_COVERAGE.xsd"
|
|
|
|
|
+ schemaLocation="../../default_db.NEURO_LAYER_COVERAGE/NEURO_LAYER_COVERAGE/NEURO_LAYER_COVERAGE.xsd"/>
|
|
|
|
|
+ <xs:simpleType name="A_STATUS_Type">
|
|
|
|
|
+ <xs:restriction base="xs:string">
|
|
|
|
|
+ <xs:enumeration value="NORMAL"/>
|
|
|
|
|
+ <xs:enumeration value="WAITING"/>
|
|
|
|
|
+ <xs:enumeration value="DELETED"/>
|
|
|
|
|
+ <xs:enumeration value="OFF_SOFT"/>
|
|
|
|
|
+ <xs:enumeration value="OFF_HARD"/>
|
|
|
|
|
+ </xs:restriction>
|
|
|
|
|
+ </xs:simpleType>
|
|
|
|
|
+ <xs:complexType name="NEURO_MIND_LAYER">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:documentation>Tabela z warstwa dziedziny / wariantow</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ <xs:sequence>
|
|
|
|
|
+ <xs:element name="ID" type="xs:int"/>
|
|
|
|
|
+ <xs:element name="ID_NEURO_MIND" type="xs:int">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:documentation>Ref do layera</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element name="NEURO_MIND_LAYER_NAME" type="xs:string">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:documentation>opcjonalna nazwa</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element name="A_STATUS" type="default_db__x3A__NEURO_MIND_LAYER: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:element maxOccurs="unbounded"
|
|
|
|
|
+ minOccurs="0"
|
|
|
|
|
+ ref="default_db__x3A__NEURO_MIND_LAYER_RECEPTOR:NEURO_MIND_LAYER_RECEPTOR">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:appinfo>
|
|
|
|
|
+ <system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ <system_cache__appinfo:source system_cache__appinfo:name="ID"
|
|
|
|
|
+ system_cache__appinfo:ref_engine="view"
|
|
|
|
|
+ system_cache__appinfo:xpath="default_db__x3A__NEURO_MIND_LAYER_RECEPTOR:NEURO_MIND_LAYER_RECEPTOR/ID_NEURO_MIND_LAYER"/>
|
|
|
|
|
+ </system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ </xs:appinfo>
|
|
|
|
|
+ <xs:documentation>Wiele wejsc krawedziowych z filtrami. Dane przy filtrach</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element ref="default_db__x3A__NEURO_LAYER_COVERAGE:NEURO_LAYER_COVERAGE">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:appinfo>
|
|
|
|
|
+ <system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ <system_cache__appinfo:source system_cache__appinfo:name="ID"
|
|
|
|
|
+ system_cache__appinfo:ref_engine="view"
|
|
|
|
|
+ system_cache__appinfo:xpath="default_db__x3A__NEURO_LAYER_COVERAGE:NEURO_LAYER_COVERAGE/ID_NEURO_MIND_LAYER"/>
|
|
|
|
|
+ </system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ </xs:appinfo>
|
|
|
|
|
+ <xs:documentation>Specyficzne Ustawienia matryc z zaleznosciami</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ </xs:sequence>
|
|
|
|
|
+ <xs:attribute name="NEURO_MIND_LAYER_RECEPTOR.import.count" type="xs:positiveInteger"/>
|
|
|
|
|
+ <xs:attribute name="NEURO_MIND_LAYER_RECEPTOR.import.filter.count"
|
|
|
|
|
+ type="xs:positiveInteger"/>
|
|
|
|
|
+ <xs:attribute name="NEURO_MIND_LAYER_RECEPTOR.import.filter.letter.count"
|
|
|
|
|
+ type="xs:positiveInteger"/>
|
|
|
|
|
+ <xs:attribute name="NEURO_MIND_LAYER_RECEPTOR.import.avg.set.length"
|
|
|
|
|
+ type="xs:positiveInteger">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:documentation>srednia dlugosc wyzwalania w sekundach pojedynczego znaku</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:attribute>
|
|
|
|
|
+ <xs:attribute name="NEURO_MIND_LAYER_RECEPTOR.import.avg.set.culomb"
|
|
|
|
|
+ type="xs:positiveInteger">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:documentation>sredni potencjal</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:attribute>
|
|
|
|
|
+ <xs:attribute name="NEURO_MIND_LAYER_RECEPTOR.state.count" type="xs:positiveInteger"/>
|
|
|
|
|
+ <xs:attribute name="NEURO_MIND_LAYER_RECEPTOR.discharge.count"
|
|
|
|
|
+ type="xs:positiveInteger"/>
|
|
|
|
|
+ <xs:attribute name="NEURO_MIND_LAYER_RECEPTOR.output.count" type="xs:positiveInteger"/>
|
|
|
|
|
+ <xs:attribute name="NEURO_MIND_LAYER_RECEPTOR.matrix.dx" type="xs:decimal"/>
|
|
|
|
|
+ <xs:attribute name="NEURO_MIND_LAYER_RECEPTOR.matrix.dy" type="xs:decimal"/>
|
|
|
|
|
+ <xs:attribute name="NEURO_MIND_LAYER_RECEPTOR.matrix.dz" type="xs:decimal"/>
|
|
|
|
|
+ </xs:complexType>
|
|
|
|
|
+ <xs:element name="NEURO_MIND_LAYER"
|
|
|
|
|
+ type="default_db__x3A__NEURO_MIND_LAYER:NEURO_MIND_LAYER"/>
|
|
|
|
|
+ <xs:complexType name="NEURO_MIND_LAYER_INPUT">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:documentation>Typowy wejsciowy</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ <xs:complexContent>
|
|
|
|
|
+ <xs:restriction base="default_db__x3A__NEURO_MIND_LAYER:NEURO_MIND_LAYER">
|
|
|
|
|
+ <xs:sequence>
|
|
|
|
|
+ <xs:element name="ID" type="xs:int"/>
|
|
|
|
|
+ <xs:element name="ID_NEURO_MIND" type="xs:int">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:documentation>Ref do layera</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element name="NEURO_MIND_LAYER_NAME" type="xs:string">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:documentation>opcjonalna nazwa</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element name="A_STATUS" type="default_db__x3A__NEURO_MIND_LAYER: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:element maxOccurs="unbounded"
|
|
|
|
|
+ minOccurs="0"
|
|
|
|
|
+ ref="default_db__x3A__NEURO_MIND_LAYER_RECEPTOR:NEURO_MIND_LAYER_RECEPTOR">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:appinfo>
|
|
|
|
|
+ <system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ <system_cache__appinfo:source system_cache__appinfo:name="ID"
|
|
|
|
|
+ system_cache__appinfo:ref_engine="view"
|
|
|
|
|
+ system_cache__appinfo:xpath="default_db__x3A__NEURO_MIND_LAYER_RECEPTOR:NEURO_MIND_LAYER_RECEPTOR/ID_NEURO_MIND_LAYER"/>
|
|
|
|
|
+ </system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ </xs:appinfo>
|
|
|
|
|
+ <xs:documentation>Wiele wejsc krawedziowych z filtrami. Dane przy filtrach</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element ref="default_db__x3A__NEURO_LAYER_COVERAGE:NEURO_LAYER_COVERAGE">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:appinfo>
|
|
|
|
|
+ <system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ <system_cache__appinfo:source system_cache__appinfo:name="ID"
|
|
|
|
|
+ system_cache__appinfo:ref_engine="view"
|
|
|
|
|
+ system_cache__appinfo:xpath="default_db__x3A__NEURO_LAYER_COVERAGE:NEURO_LAYER_COVERAGE/ID_NEURO_MIND_LAYER"/>
|
|
|
|
|
+ </system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ </xs:appinfo>
|
|
|
|
|
+ <xs:documentation>Specyficzne Ustawienia matryc z zaleznosciami</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ </xs:sequence>
|
|
|
|
|
+ </xs:restriction>
|
|
|
|
|
+ </xs:complexContent>
|
|
|
|
|
+ </xs:complexType>
|
|
|
|
|
+ <xs:element name="NEURO_MIND_LAYER_INPUT"
|
|
|
|
|
+ type="default_db__x3A__NEURO_MIND_LAYER:NEURO_MIND_LAYER_INPUT"/>
|
|
|
|
|
+ <xs:complexType name="NEURO_MIND_LAYER_FILESYSTEM">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:documentation>DO wykrywania akcji kontekstowych duzej sieci i spolecznosci</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ <xs:complexContent>
|
|
|
|
|
+ <xs:restriction base="default_db__x3A__NEURO_MIND_LAYER:NEURO_MIND_LAYER">
|
|
|
|
|
+ <xs:sequence>
|
|
|
|
|
+ <xs:element name="ID" type="xs:int"/>
|
|
|
|
|
+ <xs:element name="ID_NEURO_MIND" type="xs:int">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:documentation>Ref do layera</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element name="NEURO_MIND_LAYER_NAME" type="xs:string">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:documentation>opcjonalna nazwa</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element name="A_STATUS" type="default_db__x3A__NEURO_MIND_LAYER: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:element maxOccurs="unbounded"
|
|
|
|
|
+ minOccurs="0"
|
|
|
|
|
+ ref="default_db__x3A__NEURO_MIND_LAYER_RECEPTOR:NEURO_MIND_LAYER_RECEPTOR">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:appinfo>
|
|
|
|
|
+ <system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ <system_cache__appinfo:source system_cache__appinfo:name="ID"
|
|
|
|
|
+ system_cache__appinfo:ref_engine="view"
|
|
|
|
|
+ system_cache__appinfo:xpath="default_db__x3A__NEURO_MIND_LAYER_RECEPTOR:NEURO_MIND_LAYER_RECEPTOR/ID_NEURO_MIND_LAYER"/>
|
|
|
|
|
+ </system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ </xs:appinfo>
|
|
|
|
|
+ <xs:documentation>Wiele wejsc krawedziowych z filtrami. Dane przy filtrach</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element ref="default_db__x3A__NEURO_LAYER_COVERAGE:NEURO_LAYER_COVERAGE">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:appinfo>
|
|
|
|
|
+ <system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ <system_cache__appinfo:source system_cache__appinfo:name="ID"
|
|
|
|
|
+ system_cache__appinfo:ref_engine="view"
|
|
|
|
|
+ system_cache__appinfo:xpath="default_db__x3A__NEURO_LAYER_COVERAGE:NEURO_LAYER_COVERAGE/ID_NEURO_MIND_LAYER"/>
|
|
|
|
|
+ </system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ </xs:appinfo>
|
|
|
|
|
+ <xs:documentation>Specyficzne Ustawienia matryc z zaleznosciami</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ </xs:sequence>
|
|
|
|
|
+ </xs:restriction>
|
|
|
|
|
+ </xs:complexContent>
|
|
|
|
|
+ </xs:complexType>
|
|
|
|
|
+ <xs:element name="NEURO_MIND_LAYER_FILESYSTEM"
|
|
|
|
|
+ type="default_db__x3A__NEURO_MIND_LAYER:NEURO_MIND_LAYER_FILESYSTEM"/>
|
|
|
|
|
+ <xs:complexType name="NEURO_MIND_LAYER_INTERNET">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:documentation>Koncepcja bramki internetowej </xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ <xs:complexContent>
|
|
|
|
|
+ <xs:restriction base="default_db__x3A__NEURO_MIND_LAYER:NEURO_MIND_LAYER_INPUT">
|
|
|
|
|
+ <xs:sequence>
|
|
|
|
|
+ <xs:element name="ID" type="xs:int"/>
|
|
|
|
|
+ <xs:element name="ID_NEURO_MIND" type="xs:int">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:documentation>Ref do layera</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element name="NEURO_MIND_LAYER_NAME" type="xs:string">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:documentation>opcjonalna nazwa</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element name="A_STATUS" type="default_db__x3A__NEURO_MIND_LAYER: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:element maxOccurs="unbounded"
|
|
|
|
|
+ minOccurs="0"
|
|
|
|
|
+ ref="default_db__x3A__NEURO_MIND_LAYER_RECEPTOR:NEURO_MIND_LAYER_RECEPTOR">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:appinfo>
|
|
|
|
|
+ <system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ <system_cache__appinfo:source system_cache__appinfo:name="ID"
|
|
|
|
|
+ system_cache__appinfo:ref_engine="view"
|
|
|
|
|
+ system_cache__appinfo:xpath="default_db__x3A__NEURO_MIND_LAYER_RECEPTOR:NEURO_MIND_LAYER_RECEPTOR/ID_NEURO_MIND_LAYER"/>
|
|
|
|
|
+ </system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ </xs:appinfo>
|
|
|
|
|
+ <xs:documentation>Wiele wejsc krawedziowych z filtrami. Dane przy filtrach</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element ref="default_db__x3A__NEURO_LAYER_COVERAGE:NEURO_LAYER_COVERAGE">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:appinfo>
|
|
|
|
|
+ <system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ <system_cache__appinfo:source system_cache__appinfo:name="ID"
|
|
|
|
|
+ system_cache__appinfo:ref_engine="view"
|
|
|
|
|
+ system_cache__appinfo:xpath="default_db__x3A__NEURO_LAYER_COVERAGE:NEURO_LAYER_COVERAGE/ID_NEURO_MIND_LAYER"/>
|
|
|
|
|
+ </system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ </xs:appinfo>
|
|
|
|
|
+ <xs:documentation>Specyficzne Ustawienia matryc z zaleznosciami</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ </xs:sequence>
|
|
|
|
|
+ </xs:restriction>
|
|
|
|
|
+ </xs:complexContent>
|
|
|
|
|
+ </xs:complexType>
|
|
|
|
|
+ <xs:element name="NEURO_MIND_LAYER_INTERNET"
|
|
|
|
|
+ type="default_db__x3A__NEURO_MIND_LAYER:NEURO_MIND_LAYER_INTERNET"/>
|
|
|
|
|
+ <xs:complexType name="NEURO_MIND_BPMN_REFERENCE">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:documentation>Do specjalizowania czytania BPMN struktur</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ <xs:complexContent>
|
|
|
|
|
+ <xs:restriction base="default_db__x3A__NEURO_MIND_LAYER:NEURO_MIND_LAYER_INPUT">
|
|
|
|
|
+ <xs:sequence>
|
|
|
|
|
+ <xs:element name="ID" type="xs:int"/>
|
|
|
|
|
+ <xs:element name="ID_NEURO_MIND" type="xs:int">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:documentation>Ref do layera</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element name="NEURO_MIND_LAYER_NAME" type="xs:string">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:documentation>opcjonalna nazwa</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element name="A_STATUS" type="default_db__x3A__NEURO_MIND_LAYER: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:element maxOccurs="unbounded"
|
|
|
|
|
+ minOccurs="0"
|
|
|
|
|
+ ref="default_db__x3A__NEURO_MIND_LAYER_RECEPTOR:NEURO_MIND_LAYER_RECEPTOR">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:appinfo>
|
|
|
|
|
+ <system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ <system_cache__appinfo:source system_cache__appinfo:name="ID"
|
|
|
|
|
+ system_cache__appinfo:ref_engine="view"
|
|
|
|
|
+ system_cache__appinfo:xpath="default_db__x3A__NEURO_MIND_LAYER_RECEPTOR:NEURO_MIND_LAYER_RECEPTOR/ID_NEURO_MIND_LAYER"/>
|
|
|
|
|
+ </system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ </xs:appinfo>
|
|
|
|
|
+ <xs:documentation>Wiele wejsc krawedziowych z filtrami. Dane przy filtrach</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element ref="default_db__x3A__NEURO_LAYER_COVERAGE:NEURO_LAYER_COVERAGE">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:appinfo>
|
|
|
|
|
+ <system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ <system_cache__appinfo:source system_cache__appinfo:name="ID"
|
|
|
|
|
+ system_cache__appinfo:ref_engine="view"
|
|
|
|
|
+ system_cache__appinfo:xpath="default_db__x3A__NEURO_LAYER_COVERAGE:NEURO_LAYER_COVERAGE/ID_NEURO_MIND_LAYER"/>
|
|
|
|
|
+ </system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ </xs:appinfo>
|
|
|
|
|
+ <xs:documentation>Specyficzne Ustawienia matryc z zaleznosciami</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ </xs:sequence>
|
|
|
|
|
+ </xs:restriction>
|
|
|
|
|
+ </xs:complexContent>
|
|
|
|
|
+ </xs:complexType>
|
|
|
|
|
+ <xs:element name="NEURO_MIND_BPMN_REFERENCE"
|
|
|
|
|
+ type="default_db__x3A__NEURO_MIND_LAYER:NEURO_MIND_BPMN_REFERENCE"/>
|
|
|
|
|
+ <xs:complexType name="NEURO_SUCCESS_TRANSACTIONS">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:documentation>Struktury typowe dla wykrywania sukcesu</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ <xs:complexContent>
|
|
|
|
|
+ <xs:restriction base="default_db__x3A__NEURO_MIND_LAYER:NEURO_MIND_LAYER">
|
|
|
|
|
+ <xs:sequence>
|
|
|
|
|
+ <xs:element name="ID" type="xs:int"/>
|
|
|
|
|
+ <xs:element name="ID_NEURO_MIND" type="xs:int">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:documentation>Ref do layera</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element name="NEURO_MIND_LAYER_NAME" type="xs:string">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:documentation>opcjonalna nazwa</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element name="A_STATUS" type="default_db__x3A__NEURO_MIND_LAYER: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:element maxOccurs="unbounded"
|
|
|
|
|
+ minOccurs="0"
|
|
|
|
|
+ ref="default_db__x3A__NEURO_MIND_LAYER_RECEPTOR:NEURO_MIND_LAYER_RECEPTOR">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:appinfo>
|
|
|
|
|
+ <system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ <system_cache__appinfo:source system_cache__appinfo:name="ID"
|
|
|
|
|
+ system_cache__appinfo:ref_engine="view"
|
|
|
|
|
+ system_cache__appinfo:xpath="default_db__x3A__NEURO_MIND_LAYER_RECEPTOR:NEURO_MIND_LAYER_RECEPTOR/ID_NEURO_MIND_LAYER"/>
|
|
|
|
|
+ </system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ </xs:appinfo>
|
|
|
|
|
+ <xs:documentation>Wiele wejsc krawedziowych z filtrami. Dane przy filtrach</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element ref="default_db__x3A__NEURO_LAYER_COVERAGE:NEURO_LAYER_COVERAGE">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:appinfo>
|
|
|
|
|
+ <system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ <system_cache__appinfo:source system_cache__appinfo:name="ID"
|
|
|
|
|
+ system_cache__appinfo:ref_engine="view"
|
|
|
|
|
+ system_cache__appinfo:xpath="default_db__x3A__NEURO_LAYER_COVERAGE:NEURO_LAYER_COVERAGE/ID_NEURO_MIND_LAYER"/>
|
|
|
|
|
+ </system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ </xs:appinfo>
|
|
|
|
|
+ <xs:documentation>Specyficzne Ustawienia matryc z zaleznosciami</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ </xs:sequence>
|
|
|
|
|
+ </xs:restriction>
|
|
|
|
|
+ </xs:complexContent>
|
|
|
|
|
+ </xs:complexType>
|
|
|
|
|
+ <xs:element name="NEURO_SUCCESS_TRANSACTIONS"
|
|
|
|
|
+ type="default_db__x3A__NEURO_MIND_LAYER:NEURO_SUCCESS_TRANSACTIONS"/>
|
|
|
|
|
+ <xs:complexType name="NEURO_MIND_LAYER_UNIVERSAL">
|
|
|
|
|
+ <xs:complexContent>
|
|
|
|
|
+ <xs:restriction base="default_db__x3A__NEURO_MIND_LAYER:NEURO_MIND_LAYER">
|
|
|
|
|
+ <xs:sequence>
|
|
|
|
|
+ <xs:element name="ID" type="xs:int"/>
|
|
|
|
|
+ <xs:element name="ID_NEURO_MIND" type="xs:int">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:documentation>Ref do layera</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element name="NEURO_MIND_LAYER_NAME" type="xs:string">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:documentation>opcjonalna nazwa</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element name="A_STATUS" type="default_db__x3A__NEURO_MIND_LAYER: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:element maxOccurs="unbounded"
|
|
|
|
|
+ minOccurs="0"
|
|
|
|
|
+ ref="default_db__x3A__NEURO_MIND_LAYER_RECEPTOR:NEURO_MIND_LAYER_RECEPTOR">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:appinfo>
|
|
|
|
|
+ <system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ <system_cache__appinfo:source system_cache__appinfo:name="ID"
|
|
|
|
|
+ system_cache__appinfo:ref_engine="view"
|
|
|
|
|
+ system_cache__appinfo:xpath="default_db__x3A__NEURO_MIND_LAYER_RECEPTOR:NEURO_MIND_LAYER_RECEPTOR/ID_NEURO_MIND_LAYER"/>
|
|
|
|
|
+ </system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ </xs:appinfo>
|
|
|
|
|
+ <xs:documentation>Wiele wejsc krawedziowych z filtrami. Dane przy filtrach</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element ref="default_db__x3A__NEURO_LAYER_COVERAGE:NEURO_LAYER_COVERAGE">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:appinfo>
|
|
|
|
|
+ <system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ <system_cache__appinfo:source system_cache__appinfo:name="ID"
|
|
|
|
|
+ system_cache__appinfo:ref_engine="view"
|
|
|
|
|
+ system_cache__appinfo:xpath="default_db__x3A__NEURO_LAYER_COVERAGE:NEURO_LAYER_COVERAGE/ID_NEURO_MIND_LAYER"/>
|
|
|
|
|
+ </system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ </xs:appinfo>
|
|
|
|
|
+ <xs:documentation>Specyficzne Ustawienia matryc z zaleznosciami</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ </xs:sequence>
|
|
|
|
|
+ </xs:restriction>
|
|
|
|
|
+ </xs:complexContent>
|
|
|
|
|
+ </xs:complexType>
|
|
|
|
|
+ <xs:element name="NEURO_MIND_LAYER_UNIVERSAL"
|
|
|
|
|
+ type="default_db__x3A__NEURO_MIND_LAYER:NEURO_MIND_LAYER_UNIVERSAL"/>
|
|
|
|
|
+ <xs:complexType name="NEURO_MIND_LAYER_OUTPUT">
|
|
|
|
|
+ <xs:complexContent>
|
|
|
|
|
+ <xs:restriction base="default_db__x3A__NEURO_MIND_LAYER:NEURO_MIND_LAYER">
|
|
|
|
|
+ <xs:sequence>
|
|
|
|
|
+ <xs:element name="ID" type="xs:int"/>
|
|
|
|
|
+ <xs:element name="ID_NEURO_MIND" type="xs:int">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:documentation>Ref do layera</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element name="NEURO_MIND_LAYER_NAME" type="xs:string">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:documentation>opcjonalna nazwa</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element name="A_STATUS" type="default_db__x3A__NEURO_MIND_LAYER: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:element maxOccurs="unbounded"
|
|
|
|
|
+ minOccurs="0"
|
|
|
|
|
+ ref="default_db__x3A__NEURO_MIND_LAYER_RECEPTOR:NEURO_MIND_LAYER_RECEPTOR">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:appinfo>
|
|
|
|
|
+ <system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ <system_cache__appinfo:source system_cache__appinfo:name="ID"
|
|
|
|
|
+ system_cache__appinfo:ref_engine="view"
|
|
|
|
|
+ system_cache__appinfo:xpath="default_db__x3A__NEURO_MIND_LAYER_RECEPTOR:NEURO_MIND_LAYER_RECEPTOR/ID_NEURO_MIND_LAYER"/>
|
|
|
|
|
+ </system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ </xs:appinfo>
|
|
|
|
|
+ <xs:documentation>Wiele wejsc krawedziowych z filtrami. Dane przy filtrach</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element ref="default_db__x3A__NEURO_LAYER_COVERAGE:NEURO_LAYER_COVERAGE">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:appinfo>
|
|
|
|
|
+ <system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ <system_cache__appinfo:source system_cache__appinfo:name="ID"
|
|
|
|
|
+ system_cache__appinfo:ref_engine="view"
|
|
|
|
|
+ system_cache__appinfo:xpath="default_db__x3A__NEURO_LAYER_COVERAGE:NEURO_LAYER_COVERAGE/ID_NEURO_MIND_LAYER"/>
|
|
|
|
|
+ </system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ </xs:appinfo>
|
|
|
|
|
+ <xs:documentation>Specyficzne Ustawienia matryc z zaleznosciami</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ </xs:sequence>
|
|
|
|
|
+ </xs:restriction>
|
|
|
|
|
+ </xs:complexContent>
|
|
|
|
|
+ </xs:complexType>
|
|
|
|
|
+ <xs:element name="NEURO_MIND_LAYER_OUTPUT">
|
|
|
|
|
+ <xs:complexType>
|
|
|
|
|
+ <xs:complexContent>
|
|
|
|
|
+ <xs:extension base="default_db__x3A__NEURO_MIND_LAYER:NEURO_MIND_LAYER"/>
|
|
|
|
|
+ </xs:complexContent>
|
|
|
|
|
+ </xs:complexType>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:complexType name="NEURO_MIND_LAYER_PROCESS">
|
|
|
|
|
+ <xs:complexContent>
|
|
|
|
|
+ <xs:restriction base="default_db__x3A__NEURO_MIND_LAYER:NEURO_MIND_LAYER">
|
|
|
|
|
+ <xs:sequence>
|
|
|
|
|
+ <xs:element name="ID" type="xs:int"/>
|
|
|
|
|
+ <xs:element name="ID_NEURO_MIND" type="xs:int">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:documentation>Ref do layera</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element name="NEURO_MIND_LAYER_NAME" type="xs:string">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:documentation>opcjonalna nazwa</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element name="A_STATUS" type="default_db__x3A__NEURO_MIND_LAYER: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:element maxOccurs="unbounded"
|
|
|
|
|
+ minOccurs="0"
|
|
|
|
|
+ ref="default_db__x3A__NEURO_MIND_LAYER_RECEPTOR:NEURO_MIND_LAYER_RECEPTOR">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:appinfo>
|
|
|
|
|
+ <system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ <system_cache__appinfo:source system_cache__appinfo:name="ID"
|
|
|
|
|
+ system_cache__appinfo:ref_engine="view"
|
|
|
|
|
+ system_cache__appinfo:xpath="default_db__x3A__NEURO_MIND_LAYER_RECEPTOR:NEURO_MIND_LAYER_RECEPTOR/ID_NEURO_MIND_LAYER"/>
|
|
|
|
|
+ </system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ </xs:appinfo>
|
|
|
|
|
+ <xs:documentation>Wiele wejsc krawedziowych z filtrami. Dane przy filtrach</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element ref="default_db__x3A__NEURO_LAYER_COVERAGE:NEURO_LAYER_COVERAGE">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:appinfo>
|
|
|
|
|
+ <system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ <system_cache__appinfo:source system_cache__appinfo:name="ID"
|
|
|
|
|
+ system_cache__appinfo:ref_engine="view"
|
|
|
|
|
+ system_cache__appinfo:xpath="default_db__x3A__NEURO_LAYER_COVERAGE:NEURO_LAYER_COVERAGE/ID_NEURO_MIND_LAYER"/>
|
|
|
|
|
+ </system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ </xs:appinfo>
|
|
|
|
|
+ <xs:documentation>Specyficzne Ustawienia matryc z zaleznosciami</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ </xs:sequence>
|
|
|
|
|
+ </xs:restriction>
|
|
|
|
|
+ </xs:complexContent>
|
|
|
|
|
+ </xs:complexType>
|
|
|
|
|
+ <xs:element name="NEURO_MIND_LAYER_PROCESS">
|
|
|
|
|
+ <xs:complexType>
|
|
|
|
|
+ <xs:complexContent>
|
|
|
|
|
+ <xs:extension base="default_db__x3A__NEURO_MIND_LAYER:NEURO_MIND_LAYER"/>
|
|
|
|
|
+ </xs:complexContent>
|
|
|
|
|
+ </xs:complexType>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:complexType name="NEURO_MIND_LAYER_SATISFY">
|
|
|
|
|
+ <xs:complexContent>
|
|
|
|
|
+ <xs:restriction base="default_db__x3A__NEURO_MIND_LAYER:NEURO_MIND_LAYER">
|
|
|
|
|
+ <xs:sequence>
|
|
|
|
|
+ <xs:element name="ID" type="xs:int"/>
|
|
|
|
|
+ <xs:element name="ID_NEURO_MIND" type="xs:int">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:documentation>Ref do layera</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element name="NEURO_MIND_LAYER_NAME" type="xs:string">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:documentation>opcjonalna nazwa</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element name="A_STATUS" type="default_db__x3A__NEURO_MIND_LAYER: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:element maxOccurs="unbounded"
|
|
|
|
|
+ minOccurs="0"
|
|
|
|
|
+ ref="default_db__x3A__NEURO_MIND_LAYER_RECEPTOR:NEURO_MIND_LAYER_RECEPTOR">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:appinfo>
|
|
|
|
|
+ <system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ <system_cache__appinfo:source system_cache__appinfo:name="ID"
|
|
|
|
|
+ system_cache__appinfo:ref_engine="view"
|
|
|
|
|
+ system_cache__appinfo:xpath="default_db__x3A__NEURO_MIND_LAYER_RECEPTOR:NEURO_MIND_LAYER_RECEPTOR/ID_NEURO_MIND_LAYER"/>
|
|
|
|
|
+ </system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ </xs:appinfo>
|
|
|
|
|
+ <xs:documentation>Wiele wejsc krawedziowych z filtrami. Dane przy filtrach</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element ref="default_db__x3A__NEURO_LAYER_COVERAGE:NEURO_LAYER_COVERAGE">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:appinfo>
|
|
|
|
|
+ <system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ <system_cache__appinfo:source system_cache__appinfo:name="ID"
|
|
|
|
|
+ system_cache__appinfo:ref_engine="view"
|
|
|
|
|
+ system_cache__appinfo:xpath="default_db__x3A__NEURO_LAYER_COVERAGE:NEURO_LAYER_COVERAGE/ID_NEURO_MIND_LAYER"/>
|
|
|
|
|
+ </system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ </xs:appinfo>
|
|
|
|
|
+ <xs:documentation>Specyficzne Ustawienia matryc z zaleznosciami</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ </xs:sequence>
|
|
|
|
|
+ </xs:restriction>
|
|
|
|
|
+ </xs:complexContent>
|
|
|
|
|
+ </xs:complexType>
|
|
|
|
|
+ <xs:element name="NEURO_MIND_LAYER_SATISFY"
|
|
|
|
|
+ type="default_db__x3A__NEURO_MIND_LAYER:NEURO_MIND_LAYER"/>
|
|
|
|
|
+ <xs:complexType name="NEURO_MIND_LAYER_STRESS">
|
|
|
|
|
+ <xs:complexContent>
|
|
|
|
|
+ <xs:restriction base="default_db__x3A__NEURO_MIND_LAYER:NEURO_MIND_LAYER">
|
|
|
|
|
+ <xs:sequence>
|
|
|
|
|
+ <xs:element name="ID" type="xs:int"/>
|
|
|
|
|
+ <xs:element name="ID_NEURO_MIND" type="xs:int">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:documentation>Ref do layera</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element name="NEURO_MIND_LAYER_NAME" type="xs:string">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:documentation>opcjonalna nazwa</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element name="A_STATUS" type="default_db__x3A__NEURO_MIND_LAYER: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:element maxOccurs="unbounded"
|
|
|
|
|
+ minOccurs="0"
|
|
|
|
|
+ ref="default_db__x3A__NEURO_MIND_LAYER_RECEPTOR:NEURO_MIND_LAYER_RECEPTOR">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:appinfo>
|
|
|
|
|
+ <system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ <system_cache__appinfo:source system_cache__appinfo:name="ID"
|
|
|
|
|
+ system_cache__appinfo:ref_engine="view"
|
|
|
|
|
+ system_cache__appinfo:xpath="default_db__x3A__NEURO_MIND_LAYER_RECEPTOR:NEURO_MIND_LAYER_RECEPTOR/ID_NEURO_MIND_LAYER"/>
|
|
|
|
|
+ </system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ </xs:appinfo>
|
|
|
|
|
+ <xs:documentation>Wiele wejsc krawedziowych z filtrami. Dane przy filtrach</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ <xs:element ref="default_db__x3A__NEURO_LAYER_COVERAGE:NEURO_LAYER_COVERAGE">
|
|
|
|
|
+ <xs:annotation>
|
|
|
|
|
+ <xs:appinfo>
|
|
|
|
|
+ <system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ <system_cache__appinfo:source system_cache__appinfo:name="ID"
|
|
|
|
|
+ system_cache__appinfo:ref_engine="view"
|
|
|
|
|
+ system_cache__appinfo:xpath="default_db__x3A__NEURO_LAYER_COVERAGE:NEURO_LAYER_COVERAGE/ID_NEURO_MIND_LAYER"/>
|
|
|
|
|
+ </system_cache__appinfo:flat_relation_cache>
|
|
|
|
|
+ </xs:appinfo>
|
|
|
|
|
+ <xs:documentation>Specyficzne Ustawienia matryc z zaleznosciami</xs:documentation>
|
|
|
|
|
+ </xs:annotation>
|
|
|
|
|
+ </xs:element>
|
|
|
|
|
+ </xs:sequence>
|
|
|
|
|
+ </xs:restriction>
|
|
|
|
|
+ </xs:complexContent>
|
|
|
|
|
+ </xs:complexType>
|
|
|
|
|
+ <xs:element name="NEURO_MIND_LAYER_STRESS"
|
|
|
|
|
+ type="default_db__x3A__NEURO_MIND_LAYER:NEURO_MIND_LAYER"/>
|
|
|
|
|
+</xs:schema>
|