WSDXML_ATTRIBUTE structure (wsdxmldom.h)
Describes an XML attribute.
Syntax
typedef struct _WSDXML_ATTRIBUTE {
WSDXML_ELEMENT *Element;
WSDXML_ATTRIBUTE *Next;
WSDXML_NAME *Name;
WCHAR *Value;
} WSDXML_ATTRIBUTE;
Members
Element
Reference to a WSDXML_ELEMENT structure that specifies parent element of the attribute.
Next
Reference to a WSDXML_ATTRIBUTE structure that specifies the next sibling attribute, if any.
Name
Reference to a WSDXML_NAME structure that specifies the qualified name of the attribute.
Value
The value of the attribute.
Remarks
WSDXML_ATTRIBUTE is used to describe attribute values in an XML element.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | wsdxmldom.h |