store the type and value of an XML attribute inside a XNameContainer More...
import "AttributeData.idl";
| Public Attributes | |
| string | Namespace | 
| the namespace of this XML attribute. | |
| string | Type | 
| the type of this XML attribute. | |
| string | Value | 
| the string value of this XML attribute. | |
store the type and value of an XML attribute inside a XNameContainer
| string Namespace | 
the namespace of this XML attribute.
This string can be empty if you are not using namespaces.
| string Type | 
the type of this XML attribute.
For non validating parsers this must be CDATA.
| string Value | 
the string value of this XML attribute.