I have generated an XSD file from an XML snippet using xsd.exe /out
What its done is created maxOccurs="unbounded" properties for certain elements.
If I only want the element to appear once, and not be a collection do I set the maxOccurs like this?
maxOccurs="1"
Thanks