What does nillable mean in schema? How to specify it in instance document?
In database systems, we use NULL to represent the value of an attribute that is unknown or not applicable. In XML Schema, we can use nillable attribute to indicate that whether the element’s content could be nil, as in