# SoftwareDevelopmentStandard
nformation on the infrastructure and development tools used to ensure code quality
Implementation de SoftwareDevelopment
# Properties
| Property | Definition | Type | Cardinality | ValueFrom |
|---|---|---|---|---|
| codeRepository | Name of the code repository | string | 0..1 | |
| codeRepositoryUrl | URL of the code repository | string (format=url) | 0..1 | |
| softwareAccess | Conditions of access to the source code | string | 1..1 | |
| versionControlTool | Using a version control tool | string | 0..1 | |
| softwareTest | Types of test method used to ensure the quality of the code | string | 0..* | |
| continuousIntegrationTool | Name of the continuous integration tool | string | 0..1 | |
| continuousIntegrationUrl | URL to the continuous integration service | string (format=url) | 0..1 | |
| description | Additional information on the choice of development tools and methods | string | 0..1 |