go-xml
go-xml copied to clipboard
add parse documentation for each enumeration value
Add parse documentation when annotation tag is inner tag enumeration.
Example:
<restriction base="string">
<enumeration value="FIRST">
<annotation>
<documentation>Documentation to value FIRST</documentation>
</annotation>
</enumeration>
</restriction>