decimal.xsd

来自「开源的axis2框架的源码。用于开发WEBSERVER」· XSD 代码 · 共 19 行

XSD
19
字号
<xsd:schema elementFormDefault="qualified"
           xmlns:xsd="http://www.w3.org/2001/XMLSchema"
           xmlns:tns="http://tempuri.org/boolean1"
           targetNamespace="http://tempuri.org/boolean1">

    <xsd:complexType name="ArrayOfDecimal">
        <xsd:sequence>
            <xsd:element maxOccurs="unbounded" minOccurs="0" name="decimal" nillable="true" type="xsd:decimal"/>
        </xsd:sequence>
    </xsd:complexType>

    <xsd:element name="getHistoricNavResponse">
        <xsd:complexType>
            <xsd:sequence>
                <xsd:element maxOccurs="1" minOccurs="1" name="out" nillable="true" type="tns:ArrayOfDecimal"/>
            </xsd:sequence>
        </xsd:complexType>
    </xsd:element>
</xsd:schema>

⌨️ 快捷键说明

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