UrlType
OFX / Types / UrlType
Minimum length: 1
Maximum length: 255
Usages:
- MessageSetCore URL
- ProfileResponse URL
XSD
<xsd:simpleType name="UrlType"> <xsd:annotation> <xsd:documentation>The OFX element "URL" is of type "UrlType"</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:minLength value="1"/> <xsd:maxLength value="255"/> </xsd:restriction> </xsd:simpleType>