|
|
@@ -1,81 +1,91 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
|
|
|
- xmlns:p5om="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/object_modeling/object_modeling.xsd"
|
|
|
- xmlns:p5omn="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/object_modeling_new/object_modeling_new.xsd"
|
|
|
- xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
|
|
|
- targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/object_modeling_new/object_modeling_new.xsd"
|
|
|
- vc:minVersion="1.1" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
|
|
|
- xmlns:p5build_SE="http://biuro.biall-net.pl/build_SE.xsd"
|
|
|
- xmlns:p5xmli="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/xmlschema_interface/p5xmli.xsd">
|
|
|
- <xs:annotation>
|
|
|
- <xs:documentation>To define main function modelling for merging objects into system schema parameters</xs:documentation>
|
|
|
- </xs:annotation>
|
|
|
- <xs:import schemaLocation="../object_modeling/object_modeling.xsd"
|
|
|
- namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/object_modeling/object_modeling.xsd"/>
|
|
|
- <xs:import namespace="http://biuro.biall-net.pl/build_SE.xsd"
|
|
|
- schemaLocation="../../build_SE.xsd"/>
|
|
|
- <xs:import
|
|
|
- namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/xmlschema_interface/p5xmli.xsd"
|
|
|
- schemaLocation="../xmlschema_interface/p5xmli.xsd"/>
|
|
|
- <xs:element name="object_modeling_new.build_from_typespecial_refs">
|
|
|
- <xs:annotation>
|
|
|
- <xs:documentation>ANT_TARGET @2017-12-27 do tworzenia z typespecial to ref przetworzen zapisanych w default_db/id_zasob_36.xsd etc</xs:documentation>
|
|
|
- </xs:annotation>
|
|
|
- <xs:complexType>
|
|
|
- <xs:attribute ref="p5om:TargetNamespaceBindingsApi.typespecial_refs"/>
|
|
|
- <xs:attribute ref="p5om:NamespaceObjectInstanceType.typespecial_refs"/>
|
|
|
- <xs:attribute ref="p5om:NamespaceDatabaseStorageDefinitionPrefix.typespecial_refs"/>
|
|
|
- <xs:attribute
|
|
|
- ref="p5om:NamespaceObjectInstanceTable_RegexString.ignore.typespecial_refs"/>
|
|
|
- <xs:attribute ref="p5om:NamespaceObjectInstanceTable_RegexString.typespecial_refs"/>
|
|
|
- <xs:attribute ref="p5om:targetNamespace.base.typespecial_refs"/>
|
|
|
- <xs:attribute
|
|
|
- ref="p5om:build_object_modeling_build_infrastructure_child.xml.typespecial_refs"/>
|
|
|
- <xs:attribute ref="p5om:object_modeling.Error.Handling.typespecial_refs"/>
|
|
|
- <xs:attribute ref="p5om:merge_priority.typespecial_refs"/>
|
|
|
- <xs:attribute ref="p5om:suppres_saving.typespecial_refs"/>
|
|
|
- </xs:complexType>
|
|
|
- </xs:element>
|
|
|
- <xs:simpleType name="NamespaceObjectInstanceTable">
|
|
|
- <xs:annotation>
|
|
|
- <xs:documentation>value="Rozdzielcza_Kabel_swiatl_obcy"</xs:documentation>
|
|
|
- </xs:annotation>
|
|
|
- <xs:restriction base="xs:string"/>
|
|
|
- </xs:simpleType>
|
|
|
- <xs:simpleType name="prototype_object_namespace">
|
|
|
- <xs:annotation>
|
|
|
- <xs:documentation>value="https://biuro.biall-net.pl/wfs/default_db/Types/infrastructure.xsd"</xs:documentation>
|
|
|
- </xs:annotation>
|
|
|
- <xs:restriction base="p5build_SE:prototype_object_namespace.default.default"/>
|
|
|
- </xs:simpleType>
|
|
|
- <xs:simpleType name="TargetNamespaceBindingsApi">
|
|
|
- <xs:annotation>
|
|
|
- <xs:documentation>value="https://biuro.biall-net.pl/wfs"</xs:documentation>
|
|
|
- </xs:annotation>
|
|
|
- <xs:restriction base="xs:string"/>
|
|
|
- </xs:simpleType>
|
|
|
- <xs:simpleType name="NamespaceDatabaseStorageDefinitionPrefix">
|
|
|
- <xs:annotation>
|
|
|
- <xs:documentation>value="default_db"</xs:documentation>
|
|
|
- </xs:annotation>
|
|
|
- <xs:restriction base="p5xmli:NamespaceDatabaseStorageDefinitionPrefix"/>
|
|
|
- </xs:simpleType>
|
|
|
- <xs:simpleType name="NamespaceObjectInstanceType">
|
|
|
- <xs:annotation>
|
|
|
- <xs:documentation>value="table"</xs:documentation>
|
|
|
- </xs:annotation>
|
|
|
- <xs:restriction base="xs:string"/>
|
|
|
- </xs:simpleType>
|
|
|
- <xs:simpleType name="targetNamespace.base">
|
|
|
- <xs:annotation>
|
|
|
- <xs:documentation>value="https://biuro.biall-net.pl/xmlschema_procesy5/default_db"</xs:documentation>
|
|
|
- </xs:annotation>
|
|
|
- <xs:restriction base="xs:string"/>
|
|
|
- </xs:simpleType>
|
|
|
- <xs:simpleType name="object_modeling.Error.Handling">
|
|
|
- <xs:restriction base="xs:string">
|
|
|
- <xs:enumeration value="ERROR"/>
|
|
|
- <xs:enumeration value="IGNORE"/>
|
|
|
- </xs:restriction>
|
|
|
- </xs:simpleType>
|
|
|
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
|
+ xmlns:p5om="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/object_modeling/object_modeling.xsd"
|
|
|
+ xmlns:p5omn="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/object_modeling_new/object_modeling_new.xsd"
|
|
|
+ xmlns:p5build_SE="http://biuro.biall-net.pl/build_SE.xsd"
|
|
|
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
+ xmlns:p5_tr_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/procesy5_translate_map.xsd"
|
|
|
+ xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
|
|
|
+ xmlns:system_cache__resources_tree_generate_xsl_required_occurs_raport="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/resources_tree_generate_xsl_require_occurs_raport"
|
|
|
+ xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
|
|
|
+ xmlns:p5opr="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/object_parent_relations/object_parent_relations.xsd"
|
|
|
+ xmlns:p5_simpleSchema_map="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/p5_simpleSchema_map.xsd"
|
|
|
+ elementFormDefault="qualified"
|
|
|
+ targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/object_modeling_new/object_modeling_new.xsd"
|
|
|
+ vc:minVersion="1.1">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>To define main function modelling for merging objects into system schema parameters</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ <xs:import schemaLocation="../object_modeling/object_modeling.xsd"
|
|
|
+ namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/object_modeling/object_modeling.xsd"/>
|
|
|
+ <xs:import namespace="http://biuro.biall-net.pl/build_SE.xsd"
|
|
|
+ schemaLocation="../../build_SE.xsd"/>
|
|
|
+ <xs:element name="object_modeling_new.build_from_typespecial_refs"
|
|
|
+ id="___d15e150173-1_object_mod">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>ANT_TARGET @2017-12-27 do tworzenia z typespecial to ref przetworzen zapisanych w default_db/id_zasob_36.xsd etc</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ <xs:complexType id="___d15e150177-1">
|
|
|
+ <xs:attribute ref="p5om:TargetNamespaceBindingsApi.typespecial_refs"
|
|
|
+ id="___d15e150178-1"/>
|
|
|
+ <xs:attribute ref="p5om:NamespaceObjectInstanceType.typespecial_refs"
|
|
|
+ id="___d15e150179-1"/>
|
|
|
+ <xs:attribute ref="p5om:NamespaceDatabaseStorageDefinitionPrefix.typespecial_refs"
|
|
|
+ id="___d15e150180-1"/>
|
|
|
+ <xs:attribute ref="p5om:NamespaceObjectInstanceTable_RegexString.ignore.typespecial_refs"
|
|
|
+ id="___d15e150181-1"/>
|
|
|
+ <xs:attribute ref="p5om:NamespaceObjectInstanceTable_RegexString.typespecial_refs"
|
|
|
+ id="___d15e150182-1"/>
|
|
|
+ <xs:attribute ref="p5om:targetNamespace.base.typespecial_refs" id="___d15e150183-1"/>
|
|
|
+ <xs:attribute ref="p5om:build_object_modeling_build_infrastructure_child.xml.typespecial_refs"
|
|
|
+ id="___d15e150184-1"/>
|
|
|
+ <xs:attribute ref="p5om:object_modeling.Error.Handling.typespecial_refs"
|
|
|
+ id="___d15e150185-1"/>
|
|
|
+ <xs:attribute ref="p5om:merge_priority.typespecial_refs" id="___d15e150186-1"/>
|
|
|
+ <xs:attribute ref="p5om:suppres_saving.typespecial_refs" id="___d15e150187-1"/>
|
|
|
+ </xs:complexType>
|
|
|
+ </xs:element>
|
|
|
+ <xs:simpleType name="NamespaceObjectInstanceTable" id="___d15e150188-1_NamespaceO">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>value="Rozdzielcza_Kabel_swiatl_obcy"</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ <xs:restriction base="xs:string"/>
|
|
|
+ </xs:simpleType>
|
|
|
+ <xs:simpleType name="prototype_object_namespace" id="___d15e150193-1_prototype_">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>value="https://biuro.biall-net.pl/wfs/default_db/Types/infrastructure.xsd"</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ <xs:restriction base="p5build_SE:prototype_object_namespace.default.default"/>
|
|
|
+ </xs:simpleType>
|
|
|
+ <xs:simpleType name="TargetNamespaceBindingsApi" id="___d15e150198-1_TargetName">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>value="https://biuro.biall-net.pl/wfs"</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ <xs:restriction base="xs:string"/>
|
|
|
+ </xs:simpleType>
|
|
|
+ <xs:simpleType name="NamespaceDatabaseStorageDefinitionPrefix"
|
|
|
+ id="___d15e150203-1_NamespaceD">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>value="default_db"</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ <xs:restriction base="xs:string"/>
|
|
|
+ </xs:simpleType>
|
|
|
+ <xs:simpleType name="NamespaceObjectInstanceType" id="___d15e150208-1_NamespaceO">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>value="table"</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ <xs:restriction base="xs:string"/>
|
|
|
+ </xs:simpleType>
|
|
|
+ <xs:simpleType name="targetNamespace.base" id="___d15e150213-1_targetName">
|
|
|
+ <xs:annotation>
|
|
|
+ <xs:documentation>value="https://biuro.biall-net.pl/xmlschema_procesy5/default_db"</xs:documentation>
|
|
|
+ </xs:annotation>
|
|
|
+ <xs:restriction base="xs:string"/>
|
|
|
+ </xs:simpleType>
|
|
|
+ <xs:simpleType name="object_modeling.Error.Handling" id="___d15e150218-1_object_mod">
|
|
|
+ <xs:restriction base="xs:string">
|
|
|
+ <xs:enumeration value="ERROR"/>
|
|
|
+ <xs:enumeration value="IGNORE"/>
|
|
|
+ </xs:restriction>
|
|
|
+ </xs:simpleType>
|
|
|
</xs:schema>
|