| namespace | http://www.fundsxml.org/XMLSchema/3.2.1 | ||||||||||||
| type | restriction of xs:string | ||||||||||||
| properties |
|
||||||||||||
| used by |
|
||||||||||||
| facets |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <xs:simpleType name="YesNoReferType"> <xs:annotation> <xs:documentation>YES or NO or REFER TO FUND ORDER DESK</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="YES"/> <xs:enumeration value="NO"/> <xs:enumeration value="REFER TO FUND ORDER DESK"/> </xs:restriction> </xs:simpleType> |