I created an XSD file from an XML fragment using xsd.exe /out
What it is made of, the properties maxOccurs="unbounded" for certain elements.
If I want the item to be displayed once, and not be a collection, I set maxOccurs as follows:
MaxOccurs = "1"
xml xsd
Jl.
source share