📄 servicedata.xsd
字号:
<?xml version="1.0"?>
<schema targetNamespace="http://ogsa.globus.org/types/servicedata"
xmlns:tns="http://ogsa.globus.org/types/servicedata"
xmlns:sd="http://www.gridforum.org/namespaces/2003/03/serviceData"
xmlns="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified">
<complexType name="PersistentServiceDataType">
<sequence>
<any namespace="##any" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="name" type="QName"/>
<attribute name="mutability" type="sd:MutabilityType"/>
<attribute name="modifiable" type="boolean" default="false"/>
<attribute name="notifiable" type="boolean" default="false"/>
</complexType>
</schema>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -