|
|
@@ -10,6 +10,7 @@
|
|
|
xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
|
|
|
xmlns:fix_se_defaultdb_schema="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/fix_se_defaultdb_schema/fix_se_defaultdb_schema.xsd"
|
|
|
xmlns:p5Type="http://biuro.biall-net.pl/p5/schema/types"
|
|
|
+ xmlns:default_db__x3A__CRM_PROCES="https://biuro.biall-net.pl/wfs/default_db/table/CRM_PROCES.xsd"
|
|
|
elementFormDefault="qualified"
|
|
|
targetNamespace="https://biuro.biall-net.pl/wfs/default_db/table/CRM_WSKAZNIK.xsd"
|
|
|
vc:minVersion="1.1">
|
|
|
@@ -23,6 +24,12 @@
|
|
|
schemaLocation="../../default_db.CRM_PRZYPADEK/CRM_PRZYPADEK/CRM_PRZYPADEK.xsd"/>
|
|
|
<xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/CRM_IMAGE.xsd"
|
|
|
schemaLocation="../../default_db.CRM_IMAGE/CRM_IMAGE/CRM_IMAGE.xsd"/>
|
|
|
+ <xs:import namespace="https://biuro.biall-net.pl/wfs/default_db/table/CRM_PROCES.xsd"
|
|
|
+ schemaLocation="../../default_db.CRM_PROCES/CRM_PROCES/CRM_PROCES.xsd">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>Dla potrzeb backref od zasobow do procesow</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ </xs:import>
|
|
|
<xs:complexType name="CRM_WSKAZNIK" system_cache__appinfo:primaryKey="ID">
|
|
|
<xs:annotation>
|
|
|
<xs:appinfo>
|
|
|
@@ -40,15 +47,16 @@
|
|
|
</xs:annotation>
|
|
|
<xs:sequence>
|
|
|
<xs:element name="ID" type="xs:int"/>
|
|
|
- <xs:element name="ID_PROCES" type="xs:int">
|
|
|
+ <xs:element name="ID_PROCES" type="xs:int"/>
|
|
|
+ <xs:element ref="default_db__x3A__CRM_PROCES:CRM_PROCES">
|
|
|
<xs:annotation>
|
|
|
<xs:appinfo>
|
|
|
- <system_cache__appinfo:flat_relation_cache>
|
|
|
- <system_cache__appinfo:source system_cache__appinfo:xpath="default_db__x3A__CRM_PROCES:CRM_PROCES/ID"/>
|
|
|
+ <system_cache__appinfo:flat_relation_cache system_cache__appinfo:backref_evaluate="true">
|
|
|
+ <system_cache__appinfo:source system_cache__appinfo:ref_engine="view"
|
|
|
+ system_cache__appinfo:name="ID_PROCES"
|
|
|
+ system_cache__appinfo:xpath="default_db__x3A__CRM_PROCES:CRM_PROCES/ID"/>
|
|
|
</system_cache__appinfo:flat_relation_cache>
|
|
|
</xs:appinfo>
|
|
|
- <xs:documentation>relation info:: system_cache__appinfo:source system_cache__appinfo:xpath="default_db__x3A__CRM_PROCES:CRM_PROCES/ID"
|
|
|
- </xs:documentation>
|
|
|
</xs:annotation>
|
|
|
</xs:element>
|
|
|
<xs:element name="ID_ZASOB" type="xs:int">
|
|
|
@@ -70,8 +78,6 @@
|
|
|
system_cache__appinfo:xpath="default_db__x3A__CRM_LISTA_ZASOBOW:CRM_LISTA_ZASOBOW/ID"/>
|
|
|
</system_cache__appinfo:flat_relation_cache>
|
|
|
</xs:appinfo>
|
|
|
- <xs:documentation>xpath="default_db__x3A__CRM_PROCES:PROCES_INIT/PARENT_ID
|
|
|
- </xs:documentation>
|
|
|
</xs:annotation>
|
|
|
</xs:element>
|
|
|
<xs:element name="ID_PRZYPADEK" type="xs:string"/>
|