xbrli:contextEntityType

The type for the entity element, used to describe the reporting entity.
Note that the scheme attribute is required and cannot be empty.

Complex Type Information

Model

Used By

Source

<complexType name="contextEntityType">
  <annotation>
    <documentation>The type for the entity element, used to describe the reporting entity. Note that the scheme attribute is required and cannot be empty.</documentation>
  </annotation>
  <sequence>
    <element name="identifier">
      <complexType>
        <simpleContent>
          <extension base="token">
            <attribute name="scheme" use="required">
              <simpleType>
                <restriction base="anyURI">
                  <minLength value="1"/>
                </restriction>
              </simpleType>
            </attribute>
          </extension>
        </simpleContent>
      </complexType>
    </element>
    <element ref="xbrli:segment" minOccurs="0"/>
  </sequence>
</complexType>