xml - ignore case in xs:unique? -


Is it possible to use xs: unique to ignore this matter? , Double copy flags which differ only in capitalization?

No, not so, take a look at MSDN where states:

XSD: Unique Element

Specifies that a property or element value (or combination of attribute or element values) should be unique within the specified area. Value should be unique or zero.

It is assumed that the following code should be case-sensitive under the following code:

& lt; Xs: unique name = "exclusive quarantine" & gt; & Lt; XS: Annotation & gt; & Lt; XS: Documentation & gt; The counter name should be unique within the counter set Name is case-sensitive. & Lt; / XS: Documentation & gt; & Lt; / XS: Annotation & gt; & Lt; Xs: Selector xpath = "./ man: Counter" /> & Lt; Xs: field xpath = "@ name" /> & Lt; / XS: Unique & gt;

Comments