simpleType DividendPolicyType
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type restriction of xs:string
properties
base xs:string
used by
element FundDetailsType/Distribution/DividendPolicy
facets
Kind Value Annotation
enumeration CASH
enumeration UNIT
enumeration BOTH
enumeration N/A
annotation
documentation
Dividend policy: CASH, UNIT, BOTH or N/A
source <xs:simpleType name="DividendPolicyType">
 
<xs:annotation>
   
<xs:documentation>Dividend policy: CASH, UNIT, BOTH or N/A</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="CASH"/>
   
<xs:enumeration value="UNIT"/>
   
<xs:enumeration value="BOTH"/>
   
<xs:enumeration value="N/A"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy