XML File Format Schema
HowToCalculateTotal Element
Namespace (none)
Type
Restriction of xs:string
Overview
HowToCalculateTotal Restriction of xs:string
Source
<xs:element name="HowToCalculateTotal" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="Manager" />
      <!--ManagerSetNumericRange-->
      <xs:enumeration value="Average" />
      <xs:enumeration value="Sum" />
      <xs:enumeration value="" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
EvaluationPolicy ElementEvaluationPoliciesList ElementSyncDataSet ElementXML File Format Schema

 

 


© 2015 All Rights Reserved.

Send comments on this topic.