<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> |