liberty-idwsf-disco-svc-exts-v1.2.xsd
来自「Java有关XML编程需要用到axis 的源代码 把里面bin下的包导入相应」· XSD 代码 · 共 38 行
XSD
38 行
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="urn:liberty:disco:2004-04"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:md="urn:liberty:metadata:2003-08"
xmlns:ds11="urn:liberty:disco:2004-04"
xmlns:disco="urn:liberty:disco:2003-08"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:include schemaLocation="liberty-idwsf-utility-v1.1.xsd"/>
<xs:import namespace="urn:liberty:metadata:2003-08"
schemaLocation="liberty-metadata-v1.1.xsd"/>
<xs:import namespace="urn:liberty:disco:2003-08"
schemaLocation="liberty-idwsf-disco-svc-v1.2.xsd"/>
<xs:annotation>
<xs:documentation>
XML Schema from Liberty Discovery Service Specification.
### NOTICE ###
Copyright (c) 2004 Liberty Alliance participants, see
http://www.projectliberty.org/specs/idwsf_1_1_copyrights.php
</xs:documentation>
</xs:annotation>
<!-- For use in ModifyResponse Extension field -->
<xs:element name="Keys" type="ds11:KeysType"/>
<xs:complexType name="KeysType">
<xs:sequence>
<xs:element ref="md:KeyDescriptor" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:element name="SendSingleLogOut" type="disco:DirectiveType"/>
<xs:element name="GenerateBearerToken" type="disco:DirectiveType"/>
</xs:schema>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?