# SoftwareDevelopmentStandard
nformation on the infrastructure and development tools used to ensure code quality
Implementation of SoftwareDevelopment
# Properties
| Property | Definition | Type | Cardinality | ValueFrom |
|---|---|---|---|---|
| codeRepository | Name of the code repository | string | 0..1 | CodeRepositories |
| codeRepositoryUrl | URL of the code repository | string (format=url) | 0..1 | |
| softwareAccess | Conditions of access to the source code | string | 1..1 | SoftwareAccess |
| versionControlTool | Using a version control tool | string | 0..1 | VersionControls |
| softwareTest | Types of test method used to ensure the quality of the code | string | 0..* | SoftwareTestTypes |
| continuousIntegrationTool | Name of the continuous integration tool | string | 0..1 | IntegrationTools |
| 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 |