在我的XML架構我有如下定義: <xs:element name="otherResultData">
<xs:any processContents="lax" minOccurs="0" />
</xs:element>
這將給驗證錯誤: The content of 'otherResultData' must match (annotation?, (simpleType
我正在研究一種數據模型的XML模式,該數據模型涉及基本上來自所有Unicode字符的不區分大小寫的鍵。在這種情況下,根據Unicode規範無匹配匹配算法(Chapter 3 of version 10.0 of the Unicode specification中的定義D145)定義「不區分大小寫」。無匹配匹配與XSD 1.1身份約束不匹配,所以我正在考慮用於定義必要的密鑰唯一性約束的各種備選方案