-
Notifications
You must be signed in to change notification settings - Fork 6
CodeValue updates #59
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
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
ed9b896
TypeOfVersionNumber should be a CodeValueType
DanSmith 9e5e34d
TypeOfUserID and TypeOfUserVersion should be CodeValueType
DanSmith 5eb9d21
Allow vocabulary instance URIs in code value
DanSmith d0a0cf7
Use common reference naming convention
DanSmith File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
@@ -1,9 +1,6 @@ | ||
Name,DataType,MinCardinality,MaxCardinality,Description,Ordered,AllowSubtypes,MinLength,MaxLength,Enumeration,Pattern,MinInclusive,MinExclusive,MaxInclusive,MaxExclusive,DeprecatedNamespace,DeprecatedElementOrAttribute,DeprecatedChoiceGroup | ||
StringValue,string,0,1,,,,,,,,,,,,,, | ||
ControlledVocabularyID,string,0,1,The ID of the controlled vocabulary that the content was taken from.,,,,,,,,,,,,a, | ||
ControlledVocabularyName,string,0,1,The name of the controlled vocabulary.,,,,,,,,,,,,a, | ||
ControlledVocabularyAgencyName,string,0,1,The name of the agency maintaining the controlled vocabulary.,,,,,,,,,,,,a, | ||
ControlledVocabularyVersionID,string,0,1,The version number of the controlled vocabulary.,,,,,,,,,,,,a, | ||
OtherValue,string,0,1,"If the value of the string is ""Other"" or the equivalent from the controlled vocabulary, this attribute can provide a more specific value not found in the controlled vocabulary.",,,,,,,,,,,,a, | ||
ControlledVocabularyURN,string,0,1,The URN of the controlled vocabulary.,,,,,,,,,,,,a, | ||
ControlledVocabularySchemeURN,string,0,1,"If maintained within a scheme, the URN of the scheme containing the controlled vocabulary.",,,,,,,,,,,,a, | ||
StringValue,string,0,1,The code term as it appears in the controlled vocabulary,,,,,,,,,,,,, | ||
OtherValue,string,0,1,"If the value of the string is ""Other"" or the equivalent from the controlled vocabulary, this attribute can provide a more specific value not found in the controlled vocabulary.",,,,,,,,,,,,, | ||
ControlledVocabularyCodeListReference,CodeList,0,1,A DDI CodeList representation of the controlled vocabulary that the content was taken from.,,,,,,,,,,,,, | ||
ControlledVocabularyURI,string,0,1,"Specifies the URI location for the full controlled vocabulary, usually represented in an RDF SKOS or XKOS representation.",,,,,,,,,,,,, | ||
ControlledVocabularyInstanceURI,string,0,1,"Specifies the identification URI of the term/code within the controlled vocabulary if available.",,,,,,,,,,,,, |
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name,DataType,MinCardinality,MaxCardinality,Description,Ordered,AllowSubtypes,MinLength,MaxLength,Enumeration,Pattern,MinInclusive,MinExclusive,MaxInclusive,MaxExclusive,DeprecatedNamespace,DeprecatedElementOrAttribute,DeprecatedChoiceGroup | ||
StringValue,string,0,1,,,,,,,,,,,,,, | ||
TypeOfUserID,string,1,1,This is a required attribute containing the local user identification system that maintains and defines the UserID.,,,,,,,,,,,,a, | ||
TypeOfUserID,CodeValueType,1,1,This is a required attribute containing the local user identification system that maintains and defines the UserID.,,,,,,,,,,,,a, | ||
UserIDVersion,string,0,1,The UserID may designate the version number of the UserID. This is important in cases where the DDI identification system and the UserID system use different structures to record version numbers or if there is a difference between the DDI version number and the UserID's version number.,,,,,,,,,,,,a, | ||
TypeOfUserVersion,string,0,1,"This is the name of the versioning scheme as defined by the user's system, in cases where the user's system employs more than one versioning scheme. It is specific to the system identified by the typeOfUserID attribute",,,,,,,,,,,,a, | ||
TypeOfUserVersion,CodeValueType,0,1,"This is the name of the versioning scheme as defined by the user's system, in cases where the user's system employs more than one versioning scheme. It is specific to the system identified by the typeOfUserID attribute",,,,,,,,,,,,a, |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes look good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me