Documentation / @facturometro/einvoice / LexicalSpace
Type Alias: LexicalSpace ​
LexicalSpace =
"xs:boolean"|"xs:date"|"xs:decimal"
Defined in: packages/validator/src/engine/issue.ts:69
The XSD datatypes whose lexical space the engine checks, named as the schema names them.
Example ​
ts
import type { LexicalSpace } from '@facturometro/validator';
const space: LexicalSpace = 'xs:decimal';