xdmp:element-content-type( $element as element() ) as xs:string
Returns the schema-defined content-type of an element ("empty", "simple", "element-only", or "mixed").
Parameters | |
---|---|
element | An element node. |
xdmp:element-content-type(<html xmlns="http://www.w3.org/1999/xhtml"/>) => "element-only"
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.