simpleType SignaturType
namespace http://www.fundsxml.org/XMLSchema/3.0.6
type restriction of xs:string
properties
base xs:string
used by
elements SubscriptionRedemptionType/Subscription/InitialInvestment/SignatureType SubscriptionRedemptionType/Subscription/SubsequentInvestment/SignatureType SubscriptionRedemptionType/Redemption/SignatureType
facets
Kind Value Annotation
enumeration NONE
enumeration ELECTRONIC
enumeration ORIGINAL
enumeration DIGITAL
annotation
documentation
Type of Signature (NONE, ORIGINAL, ELECTRONIC, DIGITAL)
source <xs:simpleType name="SignaturType">
 
<xs:annotation>
   
<xs:documentation>Type of Signature (NONE, ORIGINAL, ELECTRONIC, DIGITAL)</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="NONE"/>
   
<xs:enumeration value="ELECTRONIC"/>
   
<xs:enumeration value="ORIGINAL"/>
   
<xs:enumeration value="DIGITAL"/>
 
</xs:restriction>
</xs:simpleType>


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