Skip to content

Commit

Permalink
Remove SGML keywords from XML Schema keyword list.
Browse files Browse the repository at this point in the history
  • Loading branch information
zufuliu committed Dec 31, 2024
1 parent 8395427 commit a03703c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/EditAutoC_Data0.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ static NP2_KEYWORDS kwXmlSchema = {
"xpath namespace processContents use schemaLocation public system source itemType memberTypes "
, // value
"anyType anySimpleType duration dateTime time date gYear gYearMonth gMonth gMonthDay gDay "
"boolean base64Binary hexBinary float double anyURI QName NOTATION "
"boolean base64Binary hexBinary float double anyURI QName "
"decimal integer long int short byte nonPositiveInteger negativeInteger nonNegativeInteger positiveInteger "
"unsignedLong unsignedInt unsignedShort unsignedByte "
"string normalizedString token language NMTOKEN NMTOKENS Name NCName ID IDREF IDREFS ENTITY ENTITIES "
"equal ordered bounded cardinality numeric " " preserve replace collapse "
"string normalizedString token language Name NCName "
"equal ordered bounded cardinality numeric preserve replace collapse "
"unqualified qualified strict skip lax prohibited optional required "
//"blockSet complexDerivationSet XPathExpr URIref "
, nullptr
Expand Down

0 comments on commit a03703c

Please sign in to comment.