diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 8aa754a..894ecf8 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: Set up JDK 11 uses: actions/setup-java@v3 with: diff --git a/pom.xml b/pom.xml index 989d423..d452aed 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ repository-util orchestra-common interfaces-util - orchestra2doc + UTF-8 diff --git a/repository/src/main/resources/xsd/repositorytypes.xsd b/repository/src/main/resources/xsd/repositorytypes.xsd index 70c7f11..43efcde 100644 --- a/repository/src/main/resources/xsd/repositorytypes.xsd +++ b/repository/src/main/resources/xsd/repositorytypes.xsd @@ -716,7 +716,16 @@ Numeric identifier generally must be unique within a file for an element type, e.g. unique field tag - + + + Name generally must be unique within a file for an element type, e.g. unique field name. + + + + + Arbitrary name of the element that can be used for documentation or display purposes. + +