Skip to content

Commit f816403

Browse files
authored
Fix headline
1 parent 16b5f1c commit f816403

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,8 @@ are all integer types, then the narrowest integer type will be used that can fit
479479

480480
Note that semantic issues might arise with this approach. For example, `DateTime` values are serialized with both date and time information included. See discussion at [#397](https://github.com/mganss/XmlSchemaClassGenerator/issues/397).
481481

482-
### Restriction attributes
482+
Restriction attributes
483+
----------------------
483484

484485
When `EmitMetadataAttributes` is enabled, the generator emits custom attributes for XML schema restrictions that aren't covered by standard DataAnnotations. For example, `xs:fractionDigits` becomes `FractionDigitsAttribute`.
485486

0 commit comments

Comments
 (0)