| Name | Type | Description | Notes |
|---|---|---|---|
| errors | List<SfvbErrorDetail> | Problems that will prevent a write. | [optional] |
| usedElements | List<String> | Element types found in the document, sorted. | [optional] |
| valid | Boolean | True when there are no errors. Warnings do not affect this flag. | [optional] |
| warnings | List<SfvbErrorDetail> | Quality problems that will not prevent a write but should be addressed. | [optional] |