"seats": 4, "turbospeed": 360 }, "allowedpassengers": { "family": ["Alice", "Bob"], "friends": ["Charlie", "Diana"] } } <car xmlns:xs="http://www.w3.org/2001/XMLSchema"> <name type="xs:string">My Ferrari</name> <cylinders type="xs:int">48</cylinders> <optionals> <seats type="xs:int">4</seats> <turbospeed type="xs:int">360</turbospeed> </optionals> <allowedpassengers> <devices type="xs:list"> <device type="xs:string">cdrom</device> <device type="xs:string">harddisk</device> </allowedpassengers> </boot> </vm> > JSON XML