simpleType YesNoVariableType
namespace http://www.fundsxml.org/XMLSchema/3.2.1
type restriction of xs:string
properties
base xs:string
used by
element FundDetailsType/EUSavingsDirective
facets
Kind Value Annotation
enumeration YES
enumeration NO
enumeration VARIABLE
annotation
documentation
YES, NO or VARIABLE
source <xs:simpleType name="YesNoVariableType">
 
<xs:annotation>
   
<xs:documentation>YES, NO or VARIABLE</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="YES"/>
   
<xs:enumeration value="NO"/>
   
<xs:enumeration value="VARIABLE"/>
 
</xs:restriction>
</xs:simpleType>


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