2025-11-20 22:33:08 +01:00

17 lines
564 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://xmlns.oracle.com/ParserAS400/">
<xsd:element name="ParserAS400Process">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="input" type="xsd:anyType" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="ParserAS400ProcessResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="result" type="xsd:anyType" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>