northwindservice3.xsd

来自「C#高级编程第6版随书源代码 值得下载」· XSD 代码 · 共 15 行

XSD
15
字号
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/System.Runtime.InteropServices" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/System.Runtime.InteropServices" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="CurrencyWrapper">
    <xs:sequence>
      <xs:element name="m_WrappedObject" type="xs:decimal" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CurrencyWrapper" nillable="true" type="tns:CurrencyWrapper" />
  <xs:complexType name="ErrorWrapper">
    <xs:sequence>
      <xs:element name="m_ErrorCode" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ErrorWrapper" nillable="true" type="tns:ErrorWrapper" />
</xs:schema>

⌨️ 快捷键说明

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