object_modeling_new.xsd 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
  3. xmlns:p5om="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/object_modeling/object_modeling.xsd"
  4. xmlns:p5omn="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/object_modeling_new/object_modeling_new.xsd"
  5. xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  6. targetNamespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/object_modeling_new/object_modeling_new.xsd"
  7. vc:minVersion="1.1" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  8. xmlns:p5build_SE="http://biuro.biall-net.pl/build_SE.xsd">
  9. <xs:annotation>
  10. <xs:documentation>To define main function modelling for merging objects into system schema parameters</xs:documentation>
  11. </xs:annotation>
  12. <xs:import schemaLocation="../object_modeling/object_modeling.xsd"
  13. namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/object_modeling/object_modeling.xsd"/>
  14. <xs:import namespace="http://biuro.biall-net.pl/build_SE.xsd"
  15. schemaLocation="../../build_SE.xsd"/>
  16. <xs:element name="object_modeling_new.build_from_typespecial_refs">
  17. <xs:annotation>
  18. <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>
  19. </xs:annotation>
  20. <xs:complexType>
  21. <xs:attribute ref="p5om:TargetNamespaceBindingsApi.typespecial_refs"/>
  22. <xs:attribute ref="p5om:NamespaceObjectInstanceType.typespecial_refs"/>
  23. <xs:attribute ref="p5om:NamespaceDatabaseStorageDefinitionPrefix.typespecial_refs"/>
  24. <xs:attribute
  25. ref="p5om:NamespaceObjectInstanceTable_RegexString.ignore.typespecial_refs"/>
  26. <xs:attribute ref="p5om:NamespaceObjectInstanceTable_RegexString.typespecial_refs"/>
  27. <xs:attribute ref="p5om:targetNamespace.base.typespecial_refs"/>
  28. <xs:attribute
  29. ref="p5om:build_object_modeling_build_infrastructure_child.xml.typespecial_refs"/>
  30. <xs:attribute ref="p5om:object_modeling.Error.Handling.typespecial_refs"/>
  31. <xs:attribute ref="p5om:merge_priority.typespecial_refs"/>
  32. <xs:attribute ref="p5om:suppres_saving.typespecial_refs"/>
  33. </xs:complexType>
  34. </xs:element>
  35. <xs:simpleType name="NamespaceObjectInstanceTable">
  36. <xs:annotation>
  37. <xs:documentation>value="Rozdzielcza_Kabel_swiatl_obcy"</xs:documentation>
  38. </xs:annotation>
  39. <xs:restriction base="xs:string"/>
  40. </xs:simpleType>
  41. <xs:simpleType name="prototype_object_namespace">
  42. <xs:annotation>
  43. <xs:documentation>value="https://biuro.biall-net.pl/wfs/default_db/Types/infrastructure.xsd"</xs:documentation>
  44. </xs:annotation>
  45. <xs:restriction base="p5build_SE:prototype_object_namespace.default.default"/>
  46. </xs:simpleType>
  47. <xs:simpleType name="TargetNamespaceBindingsApi">
  48. <xs:annotation>
  49. <xs:documentation>value="https://biuro.biall-net.pl/wfs"</xs:documentation>
  50. </xs:annotation>
  51. <xs:restriction base="xs:string"/>
  52. </xs:simpleType>
  53. <xs:simpleType name="NamespaceDatabaseStorageDefinitionPrefix">
  54. <xs:annotation>
  55. <xs:documentation>value="default_db"</xs:documentation>
  56. </xs:annotation>
  57. <xs:restriction base="xs:string"/>
  58. </xs:simpleType>
  59. <xs:simpleType name="NamespaceObjectInstanceType">
  60. <xs:annotation>
  61. <xs:documentation>value="table"</xs:documentation>
  62. </xs:annotation>
  63. <xs:restriction base="xs:string"/>
  64. </xs:simpleType>
  65. <xs:simpleType name="targetNamespace.base">
  66. <xs:annotation>
  67. <xs:documentation>value="https://biuro.biall-net.pl/xmlschema_procesy5/default_db"</xs:documentation>
  68. </xs:annotation>
  69. <xs:restriction base="xs:string"/>
  70. </xs:simpleType>
  71. <xs:simpleType name="object_modeling.Error.Handling">
  72. <xs:restriction base="xs:string">
  73. <xs:enumeration value="ERROR"/>
  74. <xs:enumeration value="IGNORE"/>
  75. </xs:restriction>
  76. </xs:simpleType>
  77. </xs:schema>