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. |
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' |
Complex Types | nonnum:textBlockItemType, nonnum:xmlItemType |
<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> |