Unqualified types
Primitive value wrappers — amounts, identifiers, text, dates, indicators (XML namespace udt).
Generated reference
These tables are generated from src/lib/models/facturx/unqualifiedTypes.ts and always match the code. See Models for the conceptual overview and a build-an-invoice example.
AmountType MINIMUM
A monetary amount, optionally tagged with its ISO 4217 currency.
| Property | Type | Required |
|---|---|---|
value | number | required |
currencyID | string | optional |
BinaryObjectType EN 16931
An embedded binary attachment (e.g. a supporting document or image) with its MIME type and filename.
| Property | Type | Required |
|---|---|---|
value | string | required |
mimeCode | string | required |
filename | string | required |
CodeType BASIC WL
A coded value drawn from a code list, optionally identifying the list and its version.
| Property | Type | Required |
|---|---|---|
value | string | required |
listID | string | optional |
listVersionID | string | optional |
DateTimeType MINIMUM
A date/time value paired with a format code describing how its string is encoded.
| Property | Type | Required |
|---|---|---|
dateTimeString | string | required |
format | string | required |
DateType EN 16931
A date value paired with a format code describing how its string is encoded.
| Property | Type | Required |
|---|---|---|
dateString | string | required |
format | string | required |
IDType MINIMUM
An identifier value, optionally qualified by the scheme under which it is issued.
| Property | Type | Required |
|---|---|---|
value | string | required |
schemeID | string | optional |
IndicatorType BASIC WL
A boolean flag.
| Property | Type | Required |
|---|---|---|
indicator | boolean | required |
MeasureType EXTENDED
A measured physical quantity, optionally tagged with its unit of measure.
| Property | Type | Required |
|---|---|---|
value | number | required |
unitCode | string | optional |
NumericType EXTENDED
A plain numeric value.
| Property | Type | Required |
|---|---|---|
value | number | required |
PercentType BASIC WL
A percentage value.
| Property | Type | Required |
|---|---|---|
value | number | required |
QuantityType BASIC
A counted quantity, optionally tagged with its unit of measure.
| Property | Type | Required |
|---|---|---|
value | number | required |
unitCode | string | optional |
RateType EXTENDED
A rate value, such as a currency conversion rate.
| Property | Type | Required |
|---|---|---|
value | number | required |
TextType MINIMUM
A free-text string value.
| Property | Type | Required |
|---|---|---|
value | string | required |