<xsd:complexType name="CT_PageField">
<xsd:sequence minOccurs="0">
<xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList">
<xsd:annotation>
<xsd:documentation>Future Feature Data Storage Area</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="fld" use="required" type="xsd:int">
<xsd:annotation>
<xsd:documentation>Field</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="item" use="optional" type="xsd:unsignedInt">
<xsd:annotation>
<xsd:documentation>Item Index</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="hier" type="xsd:int">
<xsd:annotation>
<xsd:documentation>OLAP Hierarchy Index</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="name" type="ST_Xstring">
<xsd:annotation>
<xsd:documentation>Hierarchy Unique Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="cap" type="ST_Xstring">
<xsd:annotation>
<xsd:documentation>Hierarchy Display Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|