WS_ELEMENT_DESCRIPTION structure
Represents a mapping between a C data type and an XML element.
Syntax
struct WS_ELEMENT_DESCRIPTION { WS_XML_STRING* elementLocalName; WS_XML_STRING* elementNs; WS_TYPE type; void* typeDescription; };
Members
- elementLocalName
-
The local name of the XML element.
- elementNs
-
The namespace of the XML element.
- type
-
The type that corresponds to this XML element.
Not all types support being read and written as an element. If the documentation for the WS_TYPE indicates it supports WS_ELEMENT_TYPE_MAPPING, then it can be used with this structure.
- typeDescription
-
Additional information about the type. Each type has a different description structure. This may be NULL, depending on the WS_TYPE.
Requirements
|
Minimum supported client | Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Header |
|