2.2.4.11 mrasUriType
The schema definition for the mrasUriType data type is as follows:
<xs:simpleType name='mrasUriType'> <xs:restriction base='xs:anyURI'> <xs:maxLength value='10000'></xs:maxLength> </xs:restriction> </xs:simpleType>
The mrasUriType data type is defined as an anyURI type, as specified in [XMLSCHEMA2/2] section 3.2.17, with a length restriction of 10,000 characters.