XdmType.UntypedDocument MethodXdmType.UntypedDocument MethodXdmType::UntypedDocument Method

Returns a reference to the document type with untyped element content.

Syntax

Public Shared Function UntypedDocument() As XdmType
public static XdmType UntypedDocument()
public:
static XdmType^ UntypedDocument()
 

Return Value

Type: XmlPrime.XdmTypeXmlPrime.XdmTypeXmlPrime::XdmType^

An XdmTypeXdmTypeXdmType instance representing the document type with untyped element content.

Remarks

This corresponds to the XPath 2.0 type document-node(element(*, xs:untyped)).