14 lines
483 B
XML
14 lines
483 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:element name="SignatureInfo" type="doc:SignatureInfo">
|
|
|
|
</xs:element>
|
|
|
|
</xs:schema> |