UrlType

OFX / Types / UrlType

Minimum length: 1

Maximum length: 255

Usages:
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>

© Copyright 2023. All Rights Reserved.