1
夥計們,我需要你的幫助以下。 我的XML看起來是這樣的:xsd限制值
<Images>
<Image ImageId="1" ImageFile="a.png"/>
<Image ImageId="2" ImageFile="b.png"/>
<Image ImageId="3" ImageFile="c.png"/>
<Image ImageId="4" ImageFile="d.png"/>
<Image ImageId="5" ImageFile="e.png"/>
</Images>
<Banners>
<Banner BannerId="1" ImageId="2"/>
<Banner BannerId="43" ImageId="3"/>
<Banner BannerId="45" ImageId="4"/>
<Banner BannerId="596" ImageId="2"/>
<Banner BannerId="6" ImageId="2"/>
</Banners>
我需要創建一個XSD將在橫幅元素限制圖像標識值的出現在圖片。可能嗎?
感謝,這工作。我原來的錯誤是試圖使用./Banner和./Image代替完整路徑。 – atarno 2013-03-15 14:40:37