Used for an island of context to which facts can be related.
XSD Schema Diagram:
XSD Schema Code:
<element name="context">
<annotation>
<documentation>
Used for an island of context to which facts can be related.
</documentation>
</annotation>
<complexType>
<sequence>
<element name="entity" type="xbrli:contextEntityType" />
<element name="period" type="xbrli:contextPeriodType" />
<element name="scenario" type="xbrli:contextScenarioType" minOccurs="0" />
</sequence>
<attribute name="id" type="ID" use="required" />
</complexType>
</element>