xmldsig-filter2.xsd

来自「开放源代码的基于SAML的单点登录系统」· XSD 代码 · 共 28 行

XSD
28
字号
<?xml version="1.0" encoding="utf-8"?><!DOCTYPE schema [    <!ATTLIST schema    xmlns:xf CDATA #FIXED "http://www.w3.org/2002/06/xmldsig-filter2">    <!ENTITY xf 'http://www.w3.org/2002/06/xmldsig-filter2'>    <!ENTITY % p ''>    <!ENTITY % s ''>]><schema targetNamespace="http://www.w3.org/2002/06/xmldsig-filter2" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:xf="http://www.w3.org/2002/06/xmldsig-filter2" elementFormDefault="qualified" version="0.1">    <element name="XPath" type="xf:XPathType"/>    <complexType name="XPathType">        <simpleContent>            <extension base="string">                <attribute name="Filter">                    <simpleType>                        <restriction base="string">                            <enumeration value="intersect"/>                            <enumeration value="subtract"/>                            <enumeration value="union"/>                        </restriction>                    </simpleType>                </attribute>            </extension>        </simpleContent>    </complexType></schema>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?