Searched the Web, but didn't find a clear answer to the question.
Let's say I have an element and there's no maxLength property defined:
<xs:element name="Name" type="xs:string">
</xs:element>
Should this element map to nvarchar(MAX) SQL data type?