Skip to content

Commit

Permalink
model: Core: DateTime: Inherit from xsd:dateTimeStamp
Browse files Browse the repository at this point in the history
Inherit from xsd:dateTimeStamp instead of xsd:string. The XSD definition
is compatible with the SPDX definition, and this will allow code
generation tools to map the value to a code-native datatype.
  • Loading branch information
JPEWdev committed Mar 19, 2024
1 parent de1540b commit ff10549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/Core/Datatypes/DateTime.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The specific format is one of the most commonly used ISO-8601 formats.
## Metadata

- name: DateTime
- SubclassOf: xsd:string
- SubclassOf: xsd:dateTimeStamp

## Format

Expand Down

0 comments on commit ff10549

Please sign in to comment.