simpleType YesNoReferType
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type restriction of xs:string
properties
base xs:string
used by
element RestrictionType/Holding/HoldingTransferable
facets
Kind Value Annotation
enumeration YES
enumeration NO
enumeration REFER TO FUND ORDER DESK
annotation
documentation
YES or NO or REFER TO FUND ORDER DESK
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>


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