2023-INGIPRO-docs/XSD/forms/GenericEntry.xsd

15 lines
610 B
XML
Raw Normal View History

2024-06-07 20:33:18 +03:00
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:doc="http://www.ingipro.com/test/doc"
xmlns:forms="http://www.ingipro.com/test/forms"
targetNamespace="http://www.ingipro.com/test/forms">
<xs:import namespace="http://www.ingipro.com/test/doc" schemaLocation="D:\DEV\!WORK\INGIPRO\XSD\platform\DocumentationElements.xsd"/>
<xs:import namespace="http://www.ingipro.com/test/sem" schemaLocation="D:\DEV\!WORK\INGIPRO\XSD\platform\SemanticElements.xsd"/>
<xs:element name="JournalEntry" type="doc:JournalEntry">
</xs:element>
</xs:schema>