timestamp.xsd

来自「globus4.0.4在windows平台下的安装程序」· XSD 代码 · 共 35 行

XSD
35
字号
<?xml version="1.0"?><!--   Portions of this file Copyright 1999-2005 University of Chicago  Portions of this file Copyright 1999-2005 The University of Southern California.    This file or a portion of this file is licensed under the  terms of the Globus Toolkit Public License, found at  http://www.globus.org/toolkit/download/license.html.  If you redistribute this file, with or without  modifications, you must include this notice in the file.--><schema targetNamespace="http://wsrf.globus.org/types/profiling"  xmlns:timestamp-types="http://wsrf.globus.org/types/profiling"  xmlns="http://www.w3.org/2001/XMLSchema"  elementFormDefault="qualified">  <complexType name="TimestampType">    <sequence>      <element name="timestamp" type="timestamp-types:Timestamp"/>    </sequence>  </complexType>  <complexType name="Timestamp">    <sequence>      <element name="startTime" type="long"/>      <element name="availableMemory" type="long"/>      <element name="threadID" type="string"/>      <element name="messageContextHash" type="string"/>      <element name="serviceURL" type="string"/>      <element name="operation" type="string"/>      <element name="originType" type="int"/>      <element name="messageType" type="int"/>      <element name="endTime" type="long"/>    </sequence>  </complexType></schema>

⌨️ 快捷键说明

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