xbrli:contextPeriodType

The type for the period element, used to describe the reporting date info.

Complex Type Information

Model

Used By

Source

<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>