rips.gwsdl

来自「factorization.zip」· GWSDL 代码 · 共 104 行

GWSDL
104
字号
<?xml version="1.0" encoding="UTF-8"?><definitions    name="ResourceInformationProvider"    targetNamespace="http://www.globus.org/namespaces/2003/04/rips"    xmlns:tns="http://www.globus.org/namespaces/2003/04/rips"    xmlns:ogsi="http://www.gridforum.org/namespaces/2003/03/OGSI"    xmlns:provider="http://www.globus.org/namespaces/2003/04/service_data_provider_execution"    xmlns:gwsdl="http://www.gridforum.org/namespaces/2003/03/gridWSDLExtensions"    xmlns:xsd="http://www.w3.org/2001/XMLSchema"    xmlns="http://schemas.xmlsoap.org/wsdl/"><types>  <xsd:schema targetNamespace="http://www.globus.org/namespaces/2003/04/rips"              xmlns:tns="http://www.globus.org/namespaces/2003/04/rips"              attributeFormDefault="qualified"              elementFormDefault="qualified"              xmlns:xsd="http://www.w3.org/2001/XMLSchema">	<xsd:simpleType name="GramStatusType">            <xsd:restriction base="xsd:string">                <xsd:enumeration value="Pending" />                <xsd:enumeration value="Active" />                <xsd:enumeration value="Failed" />                <xsd:enumeration value="Done" />                <xsd:enumeration value="Suspended" />                <xsd:enumeration value="Invalid" />            </xsd:restriction>	</xsd:simpleType>		<xsd:complexType name="JobType">            <xsd:attribute name="jobID" type="xsd:string" />            <xsd:attribute name="username" type="xsd:string" />	            <xsd:sequence>                <xsd:element name="jobname" type="xsd:string" />                <xsd:element name="count" type="xsd:string"/>                <xsd:element name="requesteddmemory" type="xsd:string" />			                <xsd:element name="requestedtime" type="xsd:string" />	                <xsd:element name="elapsedtime" type="xsd:string" />				                <xsd:element name="status" type="xsd:string" />                <xsd:element name="gramStatus" type="tns:GramStatusType" />			             </xsd:sequence>	</xsd:complexType>        <xsd:complexType name="JobElement">            <xsd:sequence>                <xsd:element name="Job" type="tns:JobType"/>            </xsd:sequence>        </xsd:complexType> 	<xsd:complexType name="QueueType">            <xsd:sequence>                <xsd:element name="totalnodes" type="xsd:string" />                <xsd:element name="freenodes" type="xsd:string"/>                <xsd:element name="maxtime" type="xsd:string" />			                <xsd:element name="maxCPUtime" type="xsd:string" />	                <xsd:element name="maxCount" type="xsd:string" />				                <xsd:element name="maxReqNodes" type="xsd:string" />                <xsd:element name="maxRunningJobs" type="xsd:string" />                <xsd:element name="maxJobsInQueue" type="xsd:string" />                <xsd:element name="maxTotalMemory" type="xsd:string" />                <xsd:element name="maxSingleMemory" type="xsd:string" />                <xsd:element name="whenActive" type="xsd:string" />                <xsd:element name="status" type="xsd:string" />                <xsd:element name="dispatchType" type="xsd:string" />            </xsd:sequence>	</xsd:complexType>        <xsd:complexType name="QueueElement">            <xsd:sequence>                <xsd:element name="Queue" type="tns:QueueType"/>            </xsd:sequence>        </xsd:complexType> 		<xsd:complexType name="SchedulerType">            <xsd:sequence>                <xsd:element                    name="Queues"                    type="tns:QueueType"                    minOccurs="0"                    maxOccurs="unbounded" />                <xsd:element                    name="Jobs"                    type="tns:JobType"                    minOccurs="0"                    maxOccurs="unbounded" />            </xsd:sequence>        </xsd:complexType>    <xsd:element name="Scheduler" type="tns:SchedulerType" />	  </xsd:schema></types>    <import location="../../ogsi/ogsi.gwsdl"         namespace="http://www.gridforum.org/namespaces/2003/03/OGSI"/>   <import location="../../base/provider/service_data_provider_execution_port_type.gwsdl"         namespace="http://www.globus.org/namespaces/2003/04/service_data_provider_execution"/><gwsdl:portType name="ResourceInformationProviderServicePortType"                 extends="ogsi:NotificationSource                         provider:ServiceDataProviderExecutionPortType"/>	        </definitions>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?