Skip to content

Commit

Permalink
Update codelists
Browse files Browse the repository at this point in the history
  • Loading branch information
dodinh committed May 31, 2023
1 parent 0b98069 commit 127cd74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions drafts/0.0.1-draft-0.1/api-plu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ components:
docType:
description: Type of document in relation to spatial planning or participation procedures
type: string
# enum: [4001, 4002, 4003, 4004, ...]
# enum: [4001, 4002, 4003, ..., 9000]
example: 4001
xml:
prefix: plu
Expand Down Expand Up @@ -845,7 +845,7 @@ components:
processStepType:
description: Type of the process step for spatial planning and participation procedures
type: string
enum: [3001, 3002, 3003, 3004, 3005, 3006]
enum: [3001, 3002, 3003, 3004, 3005, 3006, 9000]
example: 3001
xml:
prefix: plu
Expand Down Expand Up @@ -983,7 +983,7 @@ components:
procedureType:
description: Type of the process for the establishment of the spatial plan
type: string
enum: [1001, 1002, 1003, 1004]
enum: [1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 9000]
example: 1001
xml:
prefix: plu
Expand Down Expand Up @@ -1021,15 +1021,15 @@ components:
planState:
description: Status of the plan
type: string
enum: [3001, 3002, 3003]
enum: [3001, 3002, 9000]
example: 3001
xml:
prefix: plu
name: planState
procedureState:
description: Status of the procedure
type: string
enum: [2001, 2002, 2003, 2004]
enum: [2001, 2002, 2003, 9000]
example: 2002
xml:
prefix: plu
Expand Down
4 changes: 2 additions & 2 deletions drafts/0.0.1-draft-0.1/doc-plu.html
Original file line number Diff line number Diff line change
Expand Up @@ -968,8 +968,8 @@ <h3 id="codelist-pluProcedureType">Codeliste für die Arten von Verfahren zur Au
<tr><td>1001</td> <td>normales Verfahren</td></tr>
<tr><td>1002</td> <td>vereinfachtes Verfahren</td></tr>
<tr><td>1003</td> <td>Bebauungsplan der Innenentwicklung</td></tr>
<tr><td>1004</td> <td>Änderung</td></tr>
<tr><td>1005</td> <td>Einbeziehung von Außenbereichsflächen in das beschleunigte Verfahren</td></tr>
<tr><td>1004</td> <td>Einbeziehung von Außenbereichsflächen in das beschleunigte Verfahren</td></tr>
<tr><td>1005</td> <td>Änderung</td></tr>
<tr><td>1006</td> <td>Teilfortschreibung</td></tr>
<tr><td>1007</td> <td>Neuaufstellung</td></tr>
<tr><td>1008</td> <td>Gesamtfortschreibung</td></tr>
Expand Down

0 comments on commit 127cd74

Please sign in to comment.