FXSend/gsoap_public/h.xsd
2025-02-28 17:05:50 +08:00

23 lines
983 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<schema targetNamespace="http://websrv.cs.fsu.edu/~engelen/h.xsd"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:h="http://websrv.cs.fsu.edu/~engelen/h.xsd"
xmlns:ns1="http://tempuri.org/ns1.xsd"
xmlns="http://www.w3.org/2001/XMLSchema"
elementFormDefault="unqualified"
attributeFormDefault="unqualified">
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
<complexType name="authentication"><!-- h__authentication -->
<sequence>
</sequence>
<attribute name="userid" type="xsd:string" use="optional"/><!-- h__authentication::userid -->
<attribute name="passwd" type="xsd:string" use="optional"/><!-- h__authentication::passwd -->
</complexType>
<element name="credentials" type="h:authentication"/>
</schema>