Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
Question38018419 xsi:ni with other attributes by dbc_MinLength
Original XML: 
<locations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance">
    <location country="PARAGUAY" city="Ciudad del Este" state="Alto Parana"/>
    <location country="PARAGUAY" city="Ciudad del Este" state="Alto Parana"/>
    <location country="BRAZIL" city="Passo Fundo" state="Rio Grande do Sul" xsi:nil="true"/>
    <location country="PARAGUAY" city="Ciudad del Este" state="Alto Parana"/>
    <location country="BRAZIL" city="Passo Fundo" state="Rio Grande do Sul" xsi:nil="true"/>
    <location country="PARAGUAY" city="Ciudad del Este" state="Alto Parana"/>
    <location country="PARAGUAY" city="Ciudad del Este" state="Alto Parana"/>
</locations>

Deserialized and re-serialized LocationList XML: 
<?xml version="1.0" encoding="utf-16"?>
<locations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <location city="Ciudad del Este" country="PARAGUAY" state="Alto Parana" />
    <location city="Ciudad del Este" country="PARAGUAY" state="Alto Parana" />
    <location xsi:nil="true" city="Passo Fundo" country="BRAZIL" state="Rio Grande do Sul" />
    <location city="Ciudad del Este" country="PARAGUAY" state="Alto Parana" />
    <location xsi:nil="true" city="Passo Fundo" country="BRAZIL" state="Rio Grande do Sul" />
    <location city="Ciudad del Este" country="PARAGUAY" state="Alto Parana" />
    <location city="Ciudad del Este" country="PARAGUAY" state="Alto Parana" />
</locations>

Deserialized and re-serialized LocationListLocationsIsNullableTrue XML: 
<?xml version="1.0" encoding="utf-16"?>
<locations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <location city="Ciudad del Este" country="PARAGUAY" state="Alto Parana" />
    <location city="Ciudad del Este" country="PARAGUAY" state="Alto Parana" />
    <location xsi:nil="true" />
    <location city="Ciudad del Este" country="PARAGUAY" state="Alto Parana" />
    <location xsi:nil="true" />
    <location city="Ciudad del Este" country="PARAGUAY" state="Alto Parana" />
    <location city="Ciudad del Este" country="PARAGUAY" state="Alto Parana" />
</locations>
Cached Result
Last Run: 12:50:40 pm
Compile: 0.158s
Execute: 0.198s
Memory: 5.16Mb
CPU: 0.125s