Skip to content

Commit a03703c

Browse files
committed
Remove SGML keywords from XML Schema keyword list.
1 parent 8395427 commit a03703c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/EditAutoC_Data0.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ static NP2_KEYWORDS kwXmlSchema = {
2525
"xpath namespace processContents use schemaLocation public system source itemType memberTypes "
2626
, // value
2727
"anyType anySimpleType duration dateTime time date gYear gYearMonth gMonth gMonthDay gDay "
28-
"boolean base64Binary hexBinary float double anyURI QName NOTATION "
28+
"boolean base64Binary hexBinary float double anyURI QName "
2929
"decimal integer long int short byte nonPositiveInteger negativeInteger nonNegativeInteger positiveInteger "
3030
"unsignedLong unsignedInt unsignedShort unsignedByte "
31-
"string normalizedString token language NMTOKEN NMTOKENS Name NCName ID IDREF IDREFS ENTITY ENTITIES "
32-
"equal ordered bounded cardinality numeric " " preserve replace collapse "
31+
"string normalizedString token language Name NCName "
32+
"equal ordered bounded cardinality numeric preserve replace collapse "
3333
"unqualified qualified strict skip lax prohibited optional required "
3434
//"blockSet complexDerivationSet XPathExpr URIref "
3535
, nullptr

0 commit comments

Comments
 (0)