【发布时间】:2016-03-03 20:17:19
【问题描述】:
如何为下面的 xml 创建 xml 架构我面临创建带有命名空间前缀的架构的问题:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<sch:GET_ACCT xmlns:sch="http://www.schamst.com/webservice/schemas">
<sch:STATUS>true</sch:STATUS>
<sch:ERRORs/>
</sch:GET_ACCT>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
【问题讨论】: