Definition Type: ComplexType
Name: contextPeriodType
Namespace: http://www.xbrl.org/2003/instance
Containing Schema: xbrl-instance-2003-12-31.xsd
Abstract
Documentation:
The type for the period element, used to describe the reporting date info.
Collapse XSD Schema Diagram:
Drilldown into forever in schema xbrl-instance-2003-12-31_xsd Drilldown into instant in schema xbrl-instance-2003-12-31_xsd Drilldown into endDate in schema xbrl-instance-2003-12-31_xsd Drilldown into startDate in schema xbrl-instance-2003-12-31_xsdXSD Diagram of contextPeriodType in schema xbrl-instance-2003-12-31_xsd (XBRL eXtensible Business Reporting Language)
Collapse XSD Schema Code:
<complexType name="contextPeriodType">
    <annotation>
        <documentation>
      The type for the period element, used to describe the reporting date info.
      </documentation>
    </annotation>
    <choice>
        <sequence>
            <element name="startDate" type="xbrli:dateUnion" />
            <element name="endDate" type="xbrli:dateUnion" />
        </sequence>
        <element name="instant" type="xbrli:dateUnion" />
        <element name="forever">
            <complexType />
        </element>
    </choice>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
startDate xbrli:startDate (1) (1)
endDate xbrli:endDate (1) (1)
instant xbrli:instant (1) (1)
forever xbrli:forever (1) (1)
Collapse Derivation Tree:
Collapse References:
xbrli:period