?? query.xsd
字號:
<?xml version="1.0"?>
<schema targetNamespace="http://ogsa.globus.org/types/query"
xmlns:tns="http://ogsa.globus.org/types/query"
xmlns="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified">
<element name="queryByServiceDataXPath" type="tns:ServiceDataXPathQueryExpressionType"/>
<complexType name="ServiceDataXPathQueryExpressionType">
<sequence>
<element name="name" type="QName"/>
<element name="xpath" type="string"/>
<element name="namespaces" type="string" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>
</schema>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -