This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components.
      
<Operator />
    | Element type | Anonymous | 
| Namespace | urn:schemas-microsoft-com:office:excel | 
| Schema name | XML Spreadsheet 2000 | 
| Element | Description | 
|---|---|
| PLTotal | This element or attribute is not created or processed by Excel. It is designed to be used by external applications and components. | 
None.
None.
      
<xsd:element name="Operator" default="Sum" minOccurs="0" >
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="Count" />
      <xsd:enumeration value="Max" />
      <xsd:enumeration value="Min" />
      <xsd:enumeration value="Sum" />
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>