XmlStandalone Enumeration (Compact 7)
3/12/2014
This structure lists the valid values for the standalone attribute in the XML declaration.
Syntax
enum XmlStandalone {
XmlStandalone_Omit = 0,
XmlStandalone_Yes = 1,
XmlStandalone_No = 2} ;
Values
- XmlStandalone_Omit
Omits the standalone attribute
- XmlStandalone_Yes
Writes the standalone attribute with the value "yes"
- XmlStandalone_No
Writes the standalone attribute with the value "no"