Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
属性がxmlには存在するが、xsdには存在しない場合はどうなりますか上記が可能な場合は、いくつかの例を挙げてください
属性が xml には存在するが xsd には存在しない場合
検証は確実に失敗します!
ただし、未知の属性に対してワイルドカード宣言を使用することは可能です。<xs:anyAttribute/>
<xs:anyAttribute/>
参照: http://msdn.microsoft.com/en-us/library/ms256443.aspx