0
我想修改我的XSD以適應相應的XML文件(Test_1.xml
)。這裏的要點是,在XML中我遇到一個屬性(屬性的名稱是「類型」)與xsi
名稱空間 ...但我不知道如何指定模式定義中的屬性的名稱空間分開?XSD命名空間問題
代碼片段:
<ns:return xsi:type="ax261:StatisticsReturnWS"
xmlns:ax259="http://ws.transverse.ese.esepa.soprabanking.com/xsd"
xmlns:ax263="http://error.transverse.ese.esepa.soprabanking.com/xsd"
xmlns:ax262="http://retour.socle.ws.ese.esepa.soprabanking.com/xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ax261="http://retour.ws.ese.esepa.soprabanking.com/xsd">
<ax262:returnCode>0</ax262:returnCode>
<ax261:statisticMessageWS **xsi:type="ax261:StatisticMessageWS"**>
的可能重複的[如何定義的xsi:?類型如XML的模式的屬性(http://stackoverflow.com/questions/21216778/how-to-define-xsitype-as-an -attribute功能於XML的架構) – kjhughes