SessionCookieType
OFX / Types / SessionCookieType
Minimum length: 1
Maximum length: 1000
Usages:
- SignonRequest SESSCOOKIE
- SignonResponse SESSCOOKIE
XSD
<xsd:simpleType name="SessionCookieType"> <xsd:annotation> <xsd:documentation> The OFX element "SESSCOOKIE" is of type "SessionCookieType" </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:minLength value="1"/> <xsd:maxLength value="1000" /> </xsd:restriction> </xsd:simpleType>