2.1.4.17 UrlString

Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog

Referenced by: Action

A simple type used to restrict the length of URL attributes.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xs:simpleType name="UrlString">
   <xs:restriction base="xs:string">
     <xs:minLength value="1"/>
     <xs:maxLength value="2080"/>
   </xs:restriction>
 </xs:simpleType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).