<Order>
    <Account>
        <AccountID>1234-6789</AccountID>
        <Payment>
            <CardId>9999-5678-9123-4567</CardId>
            <CVV2>123</CVV2>
            <ValidBy>02/05/1999</ValidBy> 
            <CardName>visa</CardName>
        </Payment>
    </Account>
    <Items>
        <Item name="Mashu">
            <ItemId>123-456-789</ItemId>
            <Quantity>10</Quantity>
        </Item>
    </Items>
</Order>
