📄 货币.xsd
字号:
<?xml version="1.0" ?>
<xs:schema id="Currencies" targetNamespace="http://tempuri.org/璐у竵.xsd" xmlns:mstns="http://tempuri.org/璐у竵.xsd"
xmlns="http://tempuri.org/璐у竵.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"
attributeFormDefault="qualified" elementFormDefault="qualified">
<xs:element name="Currencies" msdata:IsDataSet="true" msdata:Locale="zh-CN" msdata:EnforceConstraints="False">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="Currency">
<xs:complexType>
<xs:sequence>
<xs:element name="Unit" type="xs:string" minOccurs="0" msdata:Ordinal="0" />
<xs:element name="SmallUnit" type="xs:string" minOccurs="0" msdata:Ordinal="1" />
</xs:sequence>
<xs:attribute name="Country" form="unqualified" type="xs:string" />
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -