We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
pysdmx/src/pysdmx/io/json/fusion/messages/core.py
Line 32 in 5aab145
In the concept facets the above are supported, except the isMultilingual.
isMultilingual
pysdmx/src/pysdmx/model/concept.py
Line 72 in 5aab145
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Comparing to the SDMX 3.0 schemas, the following text format facets are missing:
compared to:
pysdmx/src/pysdmx/io/json/fusion/messages/core.py
Line 32 in 5aab145
In the concept facets the above are supported, except the
isMultilingual
.pysdmx/src/pysdmx/model/concept.py
Line 72 in 5aab145
Furthermore, in the Data Type the following are missing:
The text was updated successfully, but these errors were encountered: