| namespace | http://www.fundsxml.org/XMLSchema/3.1.1 | |||||||||||||||
| type | restriction of xs:string | |||||||||||||||
| properties |
|
|||||||||||||||
| used by | ||||||||||||||||
| facets |
|
|||||||||||||||
| annotation |
|
|||||||||||||||
| source | <xs:simpleType name="SignatureType"> <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> |