I'm trying to understand the concept of XSD token. Could someone explain what it is and how it's used in the context of XML Schema Definition?
7 answers
SsangyongSpirit
Sat Nov 02 2024
The xs:token is a specialized type derived from xs:normalizedString.
GangnamGlitzGlamour
Fri Nov 01 2024
It ensures that the normalized value does not include certain characters.
DigitalTreasureHunter
Fri Nov 01 2024
The definition of whitespace here follows XML 1.0 specifications, not XML 1.1.
NebulaChaser
Fri Nov 01 2024
Furthermore, xs:token does not allow sequences of two or more spaces.
MysticStar
Fri Nov 01 2024
Specifically, xs:token does not permit line feed (#xA) or tab (#x9) characters.