You've already forked lazarus-ccr
+NCName support
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4625 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -42,6 +42,7 @@ type
|
|||||||
anyURI = type string;
|
anyURI = type string;
|
||||||
token = type string;
|
token = type string;
|
||||||
language = type string;
|
language = type string;
|
||||||
|
NCName = type string;
|
||||||
nonNegativeInteger = type LongWord;
|
nonNegativeInteger = type LongWord;
|
||||||
positiveInteger = type nonNegativeInteger;
|
positiveInteger = type nonNegativeInteger;
|
||||||
float = Single;
|
float = Single;
|
||||||
|
@@ -535,6 +535,7 @@ begin
|
|||||||
AddAlias('language','string',Result);
|
AddAlias('language','string',Result);
|
||||||
AddAlias('anyURI','string',Result);
|
AddAlias('anyURI','string',Result);
|
||||||
AddAlias('ID','string',Result);
|
AddAlias('ID','string',Result);
|
||||||
|
AddAlias('NCName','string',Result);
|
||||||
//AddAlias('float','Single',Result);
|
//AddAlias('float','Single',Result);
|
||||||
AddAlias('integer','int',Result);
|
AddAlias('integer','int',Result);
|
||||||
AddAlias('nonNegativeInteger','LongWord',Result);
|
AddAlias('nonNegativeInteger','LongWord',Result);
|
||||||
|
Reference in New Issue
Block a user