📄 listing 16-1.txt
字号:
<?xml version="1.0"?>
<schema targetNamespace="http://mycompany.com/pricing/schemas"
xmlns="http://www.w3.org/2000/10/XMLSchema">
<element name="ProductPriceRequest">
<complexType>
<all>
<element name="ProductID" type="string"/>
</all>
</complexType>
</element>
<element name="ProductPrice">
<complexType>
<all>
<element name="UnitPrice" type="float"/>
</all>
</complexType>
</element>
</schema>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -