userentity.xsd

来自「基于sqlserver2k,reporting service的扩展(auth,」· XSD 代码 · 共 30 行

XSD
30
字号
<?xml version="1.0" encoding="utf-8" ?>
<xs:schema id="UserEntity" targetNamespace="http://tempuri.org/User.xsd" elementFormDefault="qualified"
	xmlns="http://tempuri.org/Operations.xsd" xmlns:mstns="http://tempuri.org/User.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema"
	xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop">
	<xs:element name="User">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="Identity" type="xs:string" />
				<xs:element name="Name" type="xs:string" nillable="true" msprop:nullValue="_null" />
			</xs:sequence>
		</xs:complexType>
		<xs:key name="UserKey1" msdata:PrimaryKey="true">
			<xs:selector xpath="." />
			<xs:field xpath="mstns:Identity" />
		</xs:key>
	</xs:element>
	<xs:element name="Operations">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="Id" type="xs:int" />
				<xs:element name="Name" type="xs:string" />
				<xs:element name="Description" type="xs:string" />
			</xs:sequence>
		</xs:complexType>
		<xs:key name="OperationsKey1" msdata:PrimaryKey="true">
			<xs:selector xpath="." />
			<xs:field xpath="mstns:Id" />
		</xs:key>
	</xs:element>
</xs:schema>

⌨️ 快捷键说明

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