Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing text format facets and data types #88

Open
stratosn opened this issue Oct 3, 2024 · 0 comments
Open

Missing text format facets and data types #88

stratosn opened this issue Oct 3, 2024 · 0 comments

Comments

@stratosn
Copy link
Collaborator

stratosn commented Oct 3, 2024

Comparing to the SDMX 3.0 schemas, the following text format facets are missing:

interval (xs:decimal)
timeInterval (xs:duration)
isMultiLingual (xs:boolean)

compared to:

class FusionTextFormat(msgspec.Struct, frozen=True):

In the concept facets the above are supported, except the isMultilingual.

class Facets(Struct, frozen=True, omit_defaults=True):

Furthermore, in the Data Type the following are missing:

Count
InclusiveValueRange
ExclusiveValueRange
Incremental
StandardTimePeriod
BasicTimePeriod
GregorianTimePeriod
ReportingTimePeriod
ReportingYear
ReportingSemester
ReportingTrimester
ReportingQuarter
ReportingMonth
ReportingWeek
ReportingDay
TimeRange
Duration
GeospatialInformation
XHTML
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant