Service Link Type Schema (Version 1.1)
From Business Process Execution Language for Web Services [BPEL4WS] Version 1.1. 31 March 2003. Copyright (c) 2002, 2003 BEA Systems, International Business Machines Corporation, Microsoft Corporation, SAP AG, Siebel Systems Appendix D - XSD Schemas http://ifr.sap.com/bpel4ws/BPEL%20V1-1%20March%2031%202003.doc See: http://xml.coverpages.org/ni2003-04-16-a.html
<?xml version='1.0' encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:slnk="http://schemas.xmlsoap.org/ws/2003/03/service-link/"
targetNamespace="http://schemas.xmlsoap.org/ws/2003/03/service-link/"
elementFormDefault="qualified">
<element name="serviceLinkType" type="slnk:tServiceLinkType"/>
<complexType name="tServiceLinkType">
<sequence>
<element name="role" type="slnk:tRole" minOccurs="1" maxOccurs="2"/>
</sequence>
<attribute name="name" type="NCName" use="required"/>
</complexType>
<complexType name="tRole">
<sequence>
<element name="portType" minOccurs="1" maxOccurs="unbounded">
<complexType>
<attribute name="name" type="QName" use="required"/>
</complexType>
</element>
</sequence>
<attribute name="name" type="NCName" use="required"/>
</complexType>
</schema>