nillable schema element:
<element maxOccurs="unbounded" minOccurs="0" name="alternativeGeographicIdentifier" type="xs:string"/>
throws error when database contains null in the column this maps to
w3.org/2001/XMLSchema:string is not nillable
NB - single value in column in source database, maps to schema that allows multiple values.
nillable schema element:
<element maxOccurs="unbounded" minOccurs="0" name="alternativeGeographicIdentifier" type="xs:string"/>
throws error when database contains null in the column this maps to
w3.org/2001/XMLSchema:string is not nillable
NB - single value in column in source database, maps to schema that allows multiple values.