📄 notification.xsd
字号:
<?xml version="1.0" encoding="UTF-8"?>
<schema targetNamespace="http://ogsa.globus.org/types/notification"
xmlns:tns="http://ogsa.globus.org/types/notification"
xmlns="http://www.w3.org/2001/XMLSchema"
attributeFormDefault="qualified"
elementFormDefault="qualified">
<!-- Notification Types -->
<element name="notificationSourceTopicElement"
type="tns:NotificationSourceTopicElement"/>
<complexType name="NotificationSourceTopicElement">
<sequence>
<element name="notificationSourceTopic" type="tns:NotificationSourceTopicType"/>
</sequence>
</complexType>
<complexType name="NotificationSourceTopicType">
<attribute name="messageType" type="QName" use="required"/>
</complexType>
</schema>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -