dei:fiscalPeriodItemType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
contextRef IDREF required
id country:ID optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.xbrl.org/2003/instance'

Used By

Source

<xs:complexType name="fiscalPeriodItemType">
  <xs:simpleContent>
    <xs:restriction base="xbrli:tokenItemType">
      <xs:enumeration value="FY"/>
      <xs:enumeration value="Q1"/>
      <xs:enumeration value="Q2"/>
      <xs:enumeration value="Q3"/>
      <xs:enumeration value="Q4"/>
      <xs:enumeration value="H1"/>
      <xs:enumeration value="H2"/>
      <xs:enumeration value="M9"/>
      <xs:enumeration value="T1"/>
      <xs:enumeration value="T2"/>
      <xs:enumeration value="T3"/>
      <xs:enumeration value="M8"/>
      <xs:enumeration value="CY"/>
      <xs:attributeGroup ref="xbrli:nonNumericItemAttrs"/>
    </xs:restriction>
  </xs:simpleContent>
</xs:complexType>