nonnum:escapedItemType

escapedItemType specializes string. There is no constraint on whether the content resulting
from XML un-escaping is well-formed or not. It is a suitable base type for (say) a data type whose unescaped content must
conform to an SGML DTD.

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="escapedItemType" id="escapedItemType">
  <annotation>
    <documentation xml:lang="en">escapedItemType specializes string. There is no constraint on whether the content resulting from XML un-escaping is well-formed or not. It is a suitable base type for (say) a data type whose unescaped content must conform to an SGML DTD.</documentation>
  </annotation>
  <simpleContent>
    <restriction base="xbrli:stringItemType">
      <attributeGroup ref="xbrli:nonNumericItemAttrs"/>
    </restriction>
  </simpleContent>
</complexType>