Skip to content

Commit

Permalink
Update documentation (#112)
Browse files Browse the repository at this point in the history
Optional name references for objects
  • Loading branch information
kleihan committed Oct 27, 2023
1 parent 2c9dd2e commit 8f62281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repository/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For use with Java 11 or later, the name of the produced Java module is `orchestr

### Maven dependency

This Maven module may be included as a dependency in a project as follows (substitute current verion as needed):
This Maven module may be included as a dependency in a project as follows (substitute current version as needed):

```xml
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion repository/src/main/resources/xsd/repositorytypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@
</xs:attribute>
<xs:attribute name="name" type="fixr:Name_t">
<xs:annotation>
<xs:documentation>Name is optional for convenience, but it is not enforced by referential integrity. Only the name of the referred object is authoritative.</xs:documentation>
<xs:documentation>The name is optional as part of a reference and only for convenience. It is not enforced by referential integrity. However, the name of the referred object is authoritative. A validator may check the consistency between the name used for the reference and the name of the referred object.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="scenario" type="fixr:Name_t" default="base">
Expand Down

0 comments on commit 8f62281

Please sign in to comment.