If the XML Schema contains an element defined using a built-in type, the instance of that element in the XML document is created using the minimum value of the range specified for that type. For example, if the XML Schema contains a <part>
element defined as type="xs:integer"
, the <part>
element in the resulting XML document appears as <part>-9223372036854775808</part>
.