15 lines
610 B
XML
15 lines
610 B
XML
<?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> |