525-00 : EDGAR Filer Manual v65 5.2.5 page 5-28

Created by: SEC Office of Structured Disclosure

Inline XBRL Documents

The Inline XBRL document format is based on HTML and can be viewed in a browser and used in all the same ways that an HTML document can be viewed and used. As compared to HTML, however, an Inline XBRL document contains additional XML elements and XML attributes that allow the document to be validated and processed as an XBRL instance document. As a result, filers that submit an Inline XBRL document are not required to submit a separate instance document as described in Chapter 6, "Interactive Data," and EDGAR will not accept an Inline XBRL document that includes a separate instance document in the submission process.

EDGAR validates a file attachment with suffix ".htm" as an Inline XBRL document when its root element is "html" in namespace "http://www.w3.org/1999/xhtml" (its namespace prefix must be empty, an exception to Section 6.2) and it contains any element in namespace "http://www.xbrl.org/2013/inlineXBRL". An ".htm" attachment that does not meet these two criteria is validated as described above in Section 5.2.2 and is not an Inline XBRL document.

A submission may have more than one attached document formatted using Inline XBRL. The set of Inline XBRL formatted attachments are processed and validated together as a set, as defined by section 3.1 of the Inline XBRL 1.1 Specification, producing a single target instance document. For submissions with an Inline XBRL attachment, all references to "official HTML/ASCII document" in Chapter 6 should be read as "Inline XBRL attachments." All of the validations that apply in Chapter 6 apply to the target instance document. If a submission has one Inline XBRL attachment with an XBRL error, then EDGAR will suspend the entire submission.

Many submission types allow the primary document to be formatted using Inline XBRL. Submission types that allow an Inline XBRL document as the primary document will also allow an Inline XBRL document for any public exhibit that allows HTML. A submission may have an XBRL primary document not formatted using Inline XBRL and an Inline XBRL exhibit document. Non-public exhibits such as COVER and CORRESPONDENCE cannot be Inline XBRL documents.

However, a submission type that does not allow the primary document to be formatted using Inline XBRL will not allow any public exhibits to be formatted using Inline XBRL.

5.2.5.1 The <DOCTYPE> declaration not supported

If an .htm attachment has a <DOCTYPE> declaration, the attachment is not a valid Inline XBRL document.

5.2.5.2 Inline XBRL validation

An Inline XBRL document must be valid with respect to the Inline XBRL 1.1 specification available at http://specifications.xbrl.org/work-product-index-inline-xbrl-inline-xbrl-1.1.html , and with respect to the additional restrictions below.

5.2.5.3 Element <head> content

The <head> element must contain a <meta> element as shown:

<meta http-equiv="Content-Type" content="text/html" />

This helps Internet browsers to interpret the file's HTML tags and ignore the Inline XBRL elements for display purposes.

Note that Inline XBRL must be well-formed XML, therefore the meta tag ends with "/>".

5.2.5.4 HTML syntax not allowed in Inline XBRL Documents in EDGAR

Because Inline XBRL must be well-formed XML, HTML entities such as &nbsp; are not allowed.

Entity Category Examples HTML Inline XBRL
XML predefined entities &quot; &amp; &apos; &lt; &gt; allowed allowed
XML numeric character references &#xAE; &#174; (both representing ® ) allowed allowed
HTML predefined entities &nbsp; &ldots; &trade; et al. allowed disallowed

5.2.5.5 HTML tags allowed in Inline XBRL Documents

As detailed in Section 5.2.2.2, there are restrictions on HTML tags in EDGAR and these restrictions generally apply also to Inline XBRL documents. The following table lists the HTML tags that EDGAR, will accept along with each tag's corresponding Inline XBRL status in EDGAR. Note that Inline XBRL allows only the lowercase version of each tag.

Element HTML Inline XBRL
<a> allowed allowed
<address> allowed allowed
<b> allowed allowed
<big> allowed allowed
<blockquote> allowed allowed
<br> allowed allowed
<caption> allowed allowed
<center> allowed allowed
<cite> allowed not allowed
<code> allowed allowed
<dd> allowed not allowed
<dfn> allowed allowed
<i> allowed allowed
<dir> allowed not allowed
<div> allowed allowed
<dl> allowed allowed
<dt> allowed allowed
<em> allowed allowed
<font> allowed not allowed
<h1> allowed allowed
<h2> allowed allowed
<h3> allowed allowed
<h4> allowed allowed
<h5> allowed allowed
<h6> allowed allowed
<hr> allowed allowed
<i> allowed allowed
<img src=> allowed allowed
<kbd> allowed allowed
<li> allowed allowed
<menu> allowed not allowed
<ol> allowed allowed
<ul> allowed allowed
<listing> allowed not allowed
<p> allowed allowed
<plaintext> allowed not allowed
<pre> allowed allowed
<samp> allowed allowed
<small> allowed allowed
<strike> allowed not allowed
<strong> allowed allowed
<sub> allowed allowed
<sup> allowed allowed
<table> allowed allowed
<td> allowed allowed
<th> allowed allowed
<tr> allowed allowed
<tt> allowed allowed
<u> allowed not allowed
<ul> allowed allowed
<var> allowed allowed
<xmp> allowed not allowed

5.2.5.6 HTML tags that are not allowed in Inline XBRL Documents

As detailed in Section 5.2.2.4, there are restrictions on HTML tags in EDGAR and these restrictions generally apply also to Inline XBRL documents, with the exception of <span> and certain table elements. The following table lists the HTML tags that EDGAR will accept along with each tag's corresponding Inline XBRL status in EDGAR.

Element HTML Inline XBRL
<acronym> disallowed disallowed
<applet> disallowed disallowed
<area> disallowed disallowed
<base> disallowed disallowed
<basefont> disallowed disallowed
<bdo> disallowed disallowed
<button> disallowed disallowed
<col> disallowed disallowed
<colgroup> disallowed disallowed
<del> disallowed disallowed
<fieldset> disallowed disallowed
<form> disallowed disallowed
<frame> disallowed disallowed
<frameset> disallowed disallowed
<iframe> disallowed disallowed
<input> disallowed disallowed
<ins> disallowed disallowed
<label> disallowed disallowed
<legend> disallowed disallowed
<map> disallowed disallowed
<meta http_equiv … > disallowed allowed (see Section 5.2.5.3)
<noframes> disallowed disallowed
<noscript> disallowed disallowed
<object> disallowed disallowed
<option> disallowed disallowed
<param> disallowed disallowed
<q> disallowed disallowed
<s> disallowed disallowed
<script> disallowed disallowed
<select> disallowed disallowed
<span> disallowed allowed
<style> disallowed disallowed
<tbody> disallowed allowed
<textarea> disallowed disallowed
<tfoot> disallowed allowed
<thead> disallowed allowed

5.2.5.7 Nested HTML table elements are not allowed

Section 5.2.2.1 notes that the HTML <table> tag cannot be nested (that is, it cannot have a <table> element as an ancestor). This applies also to Inline XBRL documents.

5.2.5.8 Restrictions on HTML bookmark positions

An HTML "bookmark" is an <a> tag without the href attribute. In an Inline XBRL document, bookmarks must have no ancestor tags other than <html>, <body>, and <div> tags.

5.2.5.9 HTML attributes allowed in Inline XBRL Documents

As detailed in Section 5.2.2.5, there are restrictions on HTML tag attributes. The following table lists the HTML tag attributes that EDGAR will accept along with each tag's corresponding Inline XBRL status in EDGAR.

Note that Inline XBRL does not allow certain older attributes such as bgcolor and nowrap whose functions are performed in modern HTML using the style attribute, and does not allow the lang attribute in favor of the xml:lang attribute.

HTML Attribute

Inline XBRL Parent Tag(s)

align <thead>, <tfoot>, <tbody>, <tr>, <th>, <td>
alink
alt <img>
bgcolor

 

border <table>
cellpadding <table>
cellspacing <table>
class MANY including <span>, <thead>, <tfoot>, <tbody>
clear

 

color

 

colspan <td>, <th>
compact

 

content <meta>
dir MANY including <span>, <thead>, <tfoot>, <tbody>
height
href <a>
id MANY including <span>, <thead>, <tfoot>, <tbody>

lang

 

link

 

name

<meta>

noshade

 

nowrap

 

prompt

 

rel

<a>

rev

<a>

rowspan

<td>, <th>

size

 

src

<img>

start

 

style

MANY including <span>, <thead>, <tfoot>, <tbody>

text

 

title

MANY including <span>, <thead>, <tfoot>, <tbody>

type

 

valign

MANY including <thead>, <tfoot>, <tbody>

vlink

 

width

<table>

xml:lang

MANY including <span>, <thead>, <tfoot>, <tbody>

5.2.5.10 HTML attribute values that are not allowed in Inline XBRL Documents

Certain attributes are allowed, but their values are restricted in EDGAR.

Variations

Number Name Description References Data Inputs Result Outputs
_200gd All valid HTML tag and attribute combinations including span, thead, tbody, and tfoot, GOOD EFM-PASS-html-span-table-elements  
    valid
 
_201gd Valid @href attribute, GOOD EFM-PASS-html-legal-href-attribute Attribute href (on the 'a' tag) may only reference other HTML and ASCII documents that are local or are in previously filed submissions at http://www.sec.gov/Archives/edgar/data/. 
    valid
 
_202gd Valid image tag, GOOD EFM-PASS-html-valid-img-tag Attribute @src (on the img tag) may only locally reference jpeg and gif graphics. 
    valid
 
_203gd Valid escaped-chars-in-test-block, GOOD EFM-PASS-html-valid-escaped-chars-in-test-block Valid escaped chars in test block 
    valid
 
_204gd inline document with ifrs taxonomy, GOOD EFM-PASS-inline-ifrs IFRS filings can be inline documents. 
    valid
 
_210gd Inline document with xml lang attributes, GOOD EFM-PASS-inline-lang-attributes lang and xml:lang attributes in footnotes and text blocks. 
    valid
 
_211gd Inline document with xml lang attributes, GOOD EFM-PASS-inline-lang-attributes  
    valid
 
_301ng The document is inline XBRL but there is a DOCTYPE declaration, NOGOOD EFM-FAIL-doctype-declaration There must be no <DOCTYPE> declaration   
_302ng The root element is html in the xhtml namespace, there are elements in the ix namespace, but the <,meta> tag content-type value is not text/html.NOGOOD EFM-FAIL-meta-content-type The <meta> tag must have content-type equal to text/html.   
_303ng There are elements in the ix namespace but the root element is not html in the xhtml namespace, NOGOOD EFM-FAIL-unsupported-document The root element of an inline XBRL document must be <html>.   
_304gw Unhandled error, GOOD WITH WARNING EFM-WARN-unhandled-error If an internal error occurs during validation, the submission is considered to have passed.   
_305ng illegal anchor with external href, NOGOOD EFM-FAIL-html-illegal-anchor-href Attribute href (on <a>) may only reference other HTML and ASCII documents that are local or are in previously filed submissions at http://www.sec.gov/Archives/edgar/data/.   
_306ng invalid external image source, NOGOOD EFM-FAIL-invalid-img-src Attribute @src (on the img tag) may only locally reference jpeg and gif graphics.   
_307ng disallowed <font> tag, NOGOOD EFM-FAIL-disallowed-font-tag Element <font> is no longer allowed in modern HTML dialects such XHTML 1.1, on which Inline XBRL is based 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_308ng disallowed <u> tag, NOGOOD EFM-FAIL-disallowed-u-tag Element <u> is no longer allowed in modern HTML dialects such XHTML 1.1, on which Inline XBRL is based 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_309ng disallowed clear attribute of the br tag, NOGOOD EFM-FAIL-disallowed-br-clear-attribute Element <br> does not allow attribute clear in EDGAR 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_310ng disallowed active content(javascript) in image source, NOGOOD EFM-FAIL-disallowed-active-content No Active Content (Actions, embedded JavaScript, etc.) is allowed.   
_311ng disallowed xmp tag, NOGOOD EFM-FAIL-disallowed-xmp-tag Element is not allowed in EDGAR HTML 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_312ng disallowed strike tag, NOGOOD EFM-FAIL-disallowed-strike-tag Element is not allowed in EDGAR HTML 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_313ng disallowed plaintext tag, NOGOOD EFM-FAIL-disallowed-plaintext-tag Element is not allowed in EDGAR HTML 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_314ng disallowed listing tag, NOGOOD EFM-FAIL-disallowed-listing-tag Element is not allowed in EDGAR HTML 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_315ng disallowed menu tag, NOGOOD EFM-FAIL-disallowed-menu-tag Element is not allowed in EDGAR HTML 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_316ng disallowed dir tag, NOGOOD EFM-FAIL-disallowed-dir-tag Element is not allowed in EDGAR HTML 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_317ng disallowed cite tag, NOGOOD EFM-FAIL-disallowed-cite-tag Element is not allowed in EDGAR HTML   
_318ng disallowed dd tag, NOGOOD EFM-FAIL-disallowed-dd-tag Element is not allowed in EDGAR HTML   
_319ng disallowed acronym tag, NOGOOD EFM-FAIL-disallowed-acronym-tag Element is not allowed in EDGAR HTML   
_320ng disallowed applet tag, NOGOOD EFM-FAIL-disallowed-applet-tag Active content is not allowed 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_321ng disallowed area tag, NOGOOD EFM-FAIL-disallowed-area-tag Active content is not allowed   
_322ng disallowed base tag, NOGOOD EFM-FAIL-disallowed-base-tag Element is not allowed in EDGAR HTML   
_323ng disallowed basefont tag, NOGOOD EFM-FAIL-disallowed-basefont-tag Element is not allowed in EDGAR HTML 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_324ng disallowed bdo tag, NOGOOD EFM-FAIL-disallowed-bdo-tag Active content is not allowed   
_325ng disallowed button tag, NOGOOD EFM-FAIL-disallowed-button-tag Active content is not allowed   
_326ng disallowed col tag, NOGOOD EFM-FAIL-disallowed-col-tag Element is not allowed in EDGAR HTML   
_327ng disallowed colgroup tag, NOGOOD EFM-FAIL-disallowed-colgroup-tag Element is not allowed in EDGAR HTML   
_328ng disallowed del tag, NOGOOD EFM-FAIL-disallowed-del-tag Element is not allowed in EDGAR HTML   
_329ng disallowed fieldset tag, NOGOOD EFM-FAIL-disallowed-fieldset-tag Active content is not allowed   
_330ng disallowed form tag, NOGOOD EFM-FAIL-disallowed-form-tag Active content is not allowed   
_331ng disallowed frame tag, NOGOOD EFM-FAIL-disallowed-frame-tag Element is not allowed in EDGAR HTML 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_332ng disallowed frameset tag, NOGOOD EFM-FAIL-disallowed-frameset-tag Element is not allowed in EDGAR HTML 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_333ng disallowed iframe tag, NOGOOD EFM-FAIL-disallowed-iframe-tag Element is not allowed in EDGAR HTML 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_334ng disallowed input tag, NOGOOD EFM-FAIL-disallowed-input-tag Active content is not allowed   
_335ng disallowed ins tag, NOGOOD EFM-FAIL-disallowed-ins-tag Element is not allowed in EDGAR HTML   
_336ng disallowed label tag, NOGOOD EFM-FAIL-disallowed-label-tag Element is not allowed in EDGAR HTML   
_337ng disallowed legend tag, NOGOOD EFM-FAIL-disallowed-legend-tag Element is no longer allowed in modern HTML dialects such XHTML 1.1, on which Inline XBRL is based   
_338ng disallowed map tag, NOGOOD EFM-FAIL-disallowed-map-tag Active content is not allowed   
_339ng disallowed noframes tag, NOGOOD EFM-FAIL-disallowed-noframes-tag Element is not allowed in EDGAR HTML 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_340ng disallowed noscript tag, NOGOOD EFM-FAIL-disallowed-noscript-tag Element is not allowed in EDGAR HTML. 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_341ng disallowed object tag, NOGOOD EFM-FAIL-disallowed-object-tag Active content is not allowed   
_342ng disallowed option tag, NOGOOD EFM-FAIL-disallowed-option-tag Active content is not allowed   
_343ng disallowed param tag, NOGOOD EFM-FAIL-disallowed-param-tag Active content is not allowed   
_344ng disallowed q tag, NOGOOD EFM-FAIL-disallowed-q-tag Element is no longer allowed in modern HTML dialects such XHTML 1.1, on which Inline XBRL is based   
_345ng disallowed s tag, NOGOOD EFM-FAIL-disallowed-s-tag Element is no longer allowed in modern HTML dialects such XHTML 1.1, on which Inline XBRL is based 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_346ng disallowed script tag, NOGOOD EFM-FAIL-disallowed-script-tag Active content is not allowed   
_347ng disallowed select tag, NOGOOD EFM-FAIL-disallowed-select-tag Active content is not allowed   
_348ng disallowed style tag, NOGOOD EFM-FAIL-disallowed-style-tag Element is not allowed in EDGAR HTML.   
_349ng disallowed textarea tag, NOGOOD EFM-FAIL-disallowed-textarea-tag Active content is not allowed   
_350ng disallowed embed tag, NOGOOD EFM-FAIL-disallowed-embed-tag Active content is not allowed   
_351ng disallowed alink attribute of the body tag, NOGOOD EFM-FAIL-disallowed-body-alink-attribute Attribute is not allowed in EDGAR IXBRL parent tag 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_352ng disallowed bgcolor attribute of the body tag, NOGOOD EFM-FAIL-disallowed-body-bgcolor-attribute Attribute is not allowed in EDGAR IXBRL parent tag 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_353ng disallowed bgcolor attribute of the table tag, NOGOOD EFM-FAIL-disallowed-table-bgcolor-attribute Attribute is not allowed in EDGAR IXBRL parent tag 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_354ng disallowed compact attribute of the dl tag, NOGOOD EFM-FAIL-disallowed-dl-compact-attribute Attribute is not allowed in EDGAR IXBRL parent tag 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_355ng disallowed compact attribute of the ol tag, NOGOOD EFM-FAIL-disallowed-ol-compact-attribute Attribute is not allowed in EDGAR IXBRL parent tag 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_356ng disallowed compact attribute of the ul tag, NOGOOD EFM-FAIL-disallowed-ul-compact-attribute Attribute is not allowed in EDGAR IXBRL parent tag 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_357ng disallowed link attribute of the body tag, NOGOOD EFM-FAIL-disallowed-body-link-attribute Attribute is not allowed in EDGAR IXBRL parent tag   
_358ng disallowed name attribute of the a tag, NOGOOD EFM-FAIL-disallowed-a-name-attribute Attribute is not allowed in EDGAR IXBRL parent tag   
_359ng disallowed noshade attribute of the hr tag, NOGOOD EFM-FAIL-disallowed-hr-noshade-attribute Attribute is not allowed in EDGAR IXBRL parent tag 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_360ng disallowed nowrap attribute of the td tag, NOGOOD EFM-FAIL-disallowed-td-nowrap-attribute Attribute is not allowed in EDGAR IXBRL parent tag 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_361ng disallowed nowrap attribute of the th tag, NOGOOD EFM-FAIL-disallowed-th-nowrap-attribute Attribute is not allowed in EDGAR IXBRL parent tag 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_362ng disallowed rel attribute of the link tag, NOGOOD EFM-FAIL-disallowed-link-rel-attribute Attribute is not allowed in EDGAR IXBRL parent tag   
_363ng disallowed rev attribute of the link tag, NOGOOD EFM-FAIL-disallowed-link-rev-attribute Attribute is not allowed in EDGAR IXBRL parent tag   
_364ng disallowed size attribute of the hr tag, NOGOOD EFM-FAIL-disallowed-hr-size-attribute Attribute is not allowed in EDGAR IXBRL parent tag 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_365ng disallowed start attribute of the ol tag, NOGOOD EFM-FAIL-disallowed-ol-start-attribute Attribute is not allowed in EDGAR IXBRL parent tag 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_366ng disallowed text attribute of the body tag, NOGOOD EFM-FAIL-disallowed-body-text-attribute Attribute is not allowed in EDGAR IXBRL parent tag 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_367ng disallowed type attribute of the li tag, NOGOOD EFM-FAIL-disallowed-li-type-attribute Attribute is not allowed in EDGAR IXBRL parent tag 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_368ng disallowed type attribute of the ol tag, NOGOOD EFM-FAIL-disallowed-ol-type-attribute Attribute is not allowed in EDGAR IXBRL parent tag 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_369ng disallowed type attribute of the ul tag, NOGOOD EFM-FAIL-disallowed-ul-type-attribute Attribute is not allowed in EDGAR IXBRL parent tag 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_370ng disallowed vlink attribute of the body tag, NOGOOD EFM-FAIL-disallowed-body-vlink-attribute Attribute is not allowed in EDGAR IXBRL parent tag 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_371ng disallowed width attribute of the hr tag, NOGOOD EFM-FAIL-disallowed-hr-width-attribute Attribute is not allowed in EDGAR IXBRL parent tag 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_372ng disallowed width attribute of the td tag, NOGOOD EFM-FAIL-disallowed-td-width-attribute Attribute is not allowed in EDGAR IXBRL parent tag 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_373ng disallowed width attribute of the th tag, NOGOOD EFM-FAIL-disallowed-th-width-attribute Attribute is not allowed in EDGAR IXBRL parent tag 
  • Assertion
    ID: err, 99999, html:syntaxError
    FRD:ix
    Count satisfied0
    Count not satisfied1
 
_374ng disallowed lang attribute of the html tag, NOGOOD EFM-FAIL-disallowed-html-lang-attribute Attribute is not allowed in EDGAR IXBRL parent tag   
_375ng EFM disallowed nested table, NOGOOD EFM-FAIL-disallowed-nested-table No nested TABLE tags   
_376gw EFM warns if schemaLocation appears, GOOD WITH WARNING EFM-WARN-schemaLocation-hint Attribute xsi:schemaLocation should not be used in an Inline XBRL document.   
_377gw EFM warns if <a> appears with ancestors other than html, body, or div, GOOD WITH WARNING EFM-WARN-anchor-position If element <a> does not have attribute @href, it must not have any ancestors other than html, body, or div.   
_378ng invalid image file type, NOGOOD EFM-FAIL-invalid-img-file-type Attribute @src (on the img tag) may only locally reference jpeg and gif graphics.   
_379ng x: prefix for html namespace, NOGOOD EFM-FAIL-standard-namespace-prefix EFM 6.2 specifies empty as the prefix for the xhtml namespace.   
_380ng ix11 prefix for inline xbrl 1.1 namespace, NOGOOD EFM-FAIL-standard-namespace-prefix EFM 6.2 specifies ix as the prefix for inline XBRL 1.1 namespace.   
_381ng ixt3 prefix for inline transformations namespace, NOGOOD EFM-FAIL-standard-namespace-prefix EFM 6.2 specifies ixt as the prefix for inline XBRL transformations.   
_382ng ixt3 prefix for SEC ix transformations namespace, NOGOOD EFM-FAIL-standard-namespace-prefix EFM 5.2.5 specifies ixt-sec as the prefix for SEC inline XBRL transformations.   
_383ng image file source empty, NOGOOD EFM-FAIL-empty-img-file Attribute @src (on the img tag) may only locally reference jpeg and gif graphics.