Example repository:
index | >> categories << | search
All >
Relax NG >
Semantics - Built-in datatype library
Test 267
(
Root element "foo" can contain only a string.
)
Test 268
(
Root element "foo" can contain only a data of the type "token".
)
Test 269
(
Root element "foo" can contain only the string "x".
Type "string" means that whitespace characters are not
normalized.
)
Test 270
(
Root element "foo" can contain only the string " x".
Type "string" means that whitespace characters are not
normalized.
)
Test 271
(
Root element "foo" can contain only the token "x".
Type "token" means that whitespace characters are normalized
before comparison.
)
Test 272
(
Root element "foo" must contain the tokens "x y".
Type "token" means that whitespace characters are normalized
before comparison.
)
Test 273
(
Root element "foo" can contain only the token "x".
Type "token" means that whitespace characters are normalized
before comparison (in both schema and instance document).
)
Test 274
(
Root element "foo" must contain the tokens "x y".
Type "token" means that whitespace characters are normalized
before comparison (in both schema and instance document).
)
Test 275
(
The built-in datatype library defines only "string"
and "token" datatype. "decimal" is not defined.
)
Test 276
(
The built-in datatype library defines only "string"
and "token" datatype. "decimal" is not defined.
)
Test 277
(
No parameter is allowed for "string" or "token" built-in datatype.
)
Test 278
(
No parameter is allowed for "string" or "token" built-in datatype.
)