Skip to content

Commit

Permalink
Change ExternalRef locator to be of type xsd:string
Browse files Browse the repository at this point in the history
Partial fix for issue #81

Signed-off-by: Gary O'Neall <[email protected]>
  • Loading branch information
goneall committed Sep 12, 2023
1 parent 00a8448 commit 2349209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion model/Core/Classes/ExternalRef.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ that provides additional characteristics of an Element.
- type: ExternalRefType
- maxCount: 1
- locator
- type: xsd:anyURI
- type: xsd:string
- contentType
- type: MediaType
- maxCount: 1
Expand Down
2 changes: 1 addition & 1 deletion model/Core/Properties/locator.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ A locator provides the location of an external reference.

- name: locator
- Nature: DataProperty
- Range: xsd:anyURI
- Range: xsd:string

0 comments on commit 2349209

Please sign in to comment.