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