| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?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">
- <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">
- <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="xs:string"/>
- </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>
|