The type for the period element, used to describe the reporting date info. |
Element | xbrli:context/xbrli:period |
<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> |