← Prev in month ← Prev in thread
Next in thread → Next in month →

FW: [uddi-spec] WG: Demo Mtg #2 - Gartner Application and WS Submit - Presentation by the OASIS UDDI Spec TC

From
Luc Clement <>
Date
2004-09-09T17:56:29+00:00
ID
Thread
FW: [uddi-spec] WG: Demo Mtg #2 - Gartner Application and WS Submit - Presentation by the OASIS UDDI Spec TC
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema targetNamespace="urn:unitspace-com:bcrauth" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:bcrauth="urn:unitspace-com:bcrauth" elementFormDefault="qualified" attributeFormDefault="unqualified" version="V3R4" id="bcrauth">
	<xsd:annotation>
		<xsd:documentation>UnitSpace BCR authentication data structures</xsd:documentation>
	</xsd:annotation>

	<xsd:attribute name="userID" type="xsd:string"/>
	<xsd:attribute name="cred" type="xsd:string"/>
	<xsd:element name="authInfo" type="xsd:string"/>

	<xsd:element name="get_authToken" type="bcrauth:get_authToken"/>
	<xsd:complexType name="get_authToken">
		<xsd:attribute ref="bcrauth:userID" use="required"/>
		<xsd:attribute ref="bcrauth:cred" use="required"/>
	</xsd:complexType>
	<xsd:element name="discard_authToken" type="bcrauth:discard_authToken"/>
	<xsd:complexType name="discard_authToken">
		<xsd:sequence>
			<xsd:element ref="bcrauth:authInfo"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="authToken" type="bcrauth:authToken"/>
	<xsd:complexType name="authToken">
		<xsd:sequence>
			<xsd:element ref="bcrauth:authInfo"/>
		</xsd:sequence>
	</xsd:complexType>

</xsd:schema>
← Prev in month ← Prev in thread
Next in thread → Next in month →