Definition Type: ComplexType
Name: contextEntityType
Namespace: http://www.xbrl.org/2003/instance
Containing Schema: xbrl-instance-2003-12-31.xsd
Abstract
Documentation:
The type for the entity element, used to describe the reporting entity. Note that the scheme attribute is required and cannot be empty.
Collapse XSD Schema Diagram:
Drilldown into segment in schema xbrl-instance-2003-12-31_xsd Drilldown into identifier in schema xbrl-instance-2003-12-31_xsdXSD Diagram of contextEntityType in schema xbrl-instance-2003-12-31_xsd (XBRL eXtensible Business Reporting Language)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
identifier xbrli:identifier (1) (1)
segment xbrli:segment 0 (1)
Collapse Derivation Tree:
Collapse References:
xbrli:entity