simpleType DividendPolicyType
namespace http://www.fundsxml.org/XMLSchema/3.0.6
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
annotation
documentation
Dividend policy: CASH, UNIT or BOTH
source <xs:simpleType name="DividendPolicyType">
 
<xs:annotation>
   
<xs:documentation>Dividend policy: CASH, UNIT or BOTH</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="CASH"/>
   
<xs:enumeration value="UNIT"/>
   
<xs:enumeration value="BOTH"/>
 
</xs:restriction>
</xs:simpleType>


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