Enum UnknownXmlKind
The reason a piece of source XML was preserved opaquely instead of being parsed into the document model.
public enum UnknownXmlKind
Fields
Element = 0An element DocWright does not model; the island holds its complete outer XML.
UnmappedAttributes = 1A modeled element that carried attributes DocWright does not map; the island holds the element's complete outer XML so the extra attributes survive round-trip.
ContainerWrapper = 2A transparent container (for example w:smartTag or w:customXml) whose content was parsed into the model; the island holds only the wrapper element without its content.