Possible Duplicates:
How to design storing complex object settings in an xml
XML attribute vs XML element
What's the criteria to use when deciding whether something should be done like this:
<Blur Type="Gaussian", Amount=5></Blur>
or
<Blur>Gaussian, 5</Blur>
If it's #1, then what would you put inside the brackets?
Also I don't know what values inside the brackets are called (Gaussian, 5
): inside properties
?