nonnum:xmlNodesItemType

xmlNodesItemType specializes escapedItemType. The unescaped content MUST be a sequence of XML
text and well-formed XML nodes. This content constraint cannot be captured by a finite length regular
expression.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
contextRef IDREF required
id country:ID optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.xbrl.org/2003/instance'

Used By

Source

<complexType name="xmlNodesItemType" id="xmlNodesItemType">
  <annotation>
    <documentation xml:lang="en">xmlNodesItemType specializes escapedItemType. The unescaped content MUST be a sequence of XML text and well-formed XML nodes. This content constraint cannot be captured by a finite length regular expression.</documentation>
  </annotation>
  <simpleContent>
    <restriction base="nonnum:escapedItemType">
      <attributeGroup ref="xbrli:nonNumericItemAttrs"/>
    </restriction>
  </simpleContent>
</complexType>