?? timestamp.xsd
字號(hào):
<?xml version="1.0"?>
<schema targetNamespace="http://ogsa.globus.org/types/profiling"
xmlns:timestamp-types="http://ogsa.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>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -