⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 listing 16-1.txt

📁 关于j2me的midlet事例源码, 能帮助你晋级!
💻 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 + -