Skip to content

Commit

Permalink
Create ProfileIdentifierType.md (#249)
Browse files Browse the repository at this point in the history
* Create ProfileIdentifierType.md

An arbitrary string for profile identifier, is going to cause too many snags, with arbitrary matching and capitalization.     Recommend restricting this down to the agreed on set of formal names for profiles.

* Update profile.md

Change range to be a ProfileIdentifierType rather than an XSD string type.

* Delete ProfileIdentifier.md

Make the profile identifier a set of enumerated values, rather than arbitrary string.    Added a Vocabulary of ProfileIdentifierType and remove the class which references a string type.
  • Loading branch information
kestewart committed May 2, 2023
1 parent 475d887 commit a406640
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 20 deletions.
19 changes: 0 additions & 19 deletions model/Core/Classes/ProfileIdentifier.md

This file was deleted.

2 changes: 1 addition & 1 deletion model/Core/Properties/profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ This field provides information about which profiles the Element belongs to.

- name: profile
- Nature: DataProperty
- Range: ProfileIdentifier
- Range: ProfileIdentifierType

27 changes: 27 additions & 0 deletions model/Core/Vocabularies/ProfileIdentifierType.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
SPDX-License-Identifier: Community-Spec-1.0

# ProfileIdentifierType

## Summary

Enumeration of the valid profiles that an element can be specified to be part of.

## Description

There are a set of profiles that have been defined to be valid for a specific release This file enumerates the values that have been agreed on, and may be applied to the creation information for an an element.

## Metadata

- name: ProfileIdentifierType

## Entries

- core: TODODescription
- software: TODODescription
- licensing: TODODescription
- security: TODODescription
- build: TODODescription
- ai: TODODescription
- dataset: TODODescription
- usage: TODODescription
- extension: TODODescription

0 comments on commit a406640

Please sign in to comment.