<?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="http://www.w3.org/2001/XMLSchema" elementFormDefault="unqualified" attributeFormDefault="unqualified"> <import namespace="http://schemas.xmlsoap.org/soap/encoding/" schemaLocation="http://schemas.xmlsoap.org/soap/encoding/"/> <complexType name="authentication"><!-- h__authentication --> <sequence> <element name="userid" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/><!-- h__authentication::userid --> <element name="passwd" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/><!-- h__authentication::passwd --> </sequence> </complexType> <element name="credentials" type="h:authentication"/> </schema>