-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use model-driven standard approach for 23-050
- Loading branch information
Showing
3 changed files
with
39 additions
and
899 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
packages: | ||
# - Temporal # This is the root package that contains | ||
- ReferenceSystem | ||
- Temporal Objects | ||
- ISO 19107 | ||
- ISO 19108 | ||
- ISO 19111 | ||
# external_classes: | ||
# Boolean: "_boolean" | ||
# Character: "_character" | ||
# Characterstring: "_characterstring" | ||
# CharacterString: "_characterstring" | ||
# Date: "_date" | ||
# Datetime: "_datetime" | ||
# DateTime: "_datetime" | ||
# Decimal: "_decimal" | ||
# integer: "_integer" | ||
# Integer: "_integer" | ||
# number: "_number" | ||
# Number: "_number" | ||
# Real: "_real" | ||
# Time: "_time" | ||
# Uri: "_uri" | ||
# URI: "_uri" | ||
section_depth: 2 | ||
render_nested_packages: true | ||
# render_style: data_dictionary | ||
# include_root: true | ||
# ea_extension: | ||
# - "ISO19103MDG v1.0.0-beta.xml" | ||
# template_path: "../../sources/liquid_templates" | ||
# guidance: "../../sources/guidance/guidance.yaml" |
Oops, something went wrong.