What is the default max length of xsd string if max length is not specified?
https://www.w3schools.com/xml/schema_facets.asp
maxLength - Specifies the maximum number of characters or list items allowed. Must be equal to or greater than zero.
Is it zero if not specified?
The default is unlimited length - the spec say that xs:string
is '...finite-length sequences of characters...'