2.2.4.15 t:ArrayOfUrlsType Complex Type

The ArrayOfUrlsType complex type specifies an array of URLs.<44>

 <xs:complexType name="ArrayOfUrlsType">
     <xs:sequence>
       <xs:element name="Url" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
     </xs:sequence>
   </xs:complexType>

Url: An element of type string, as defined in [XMLSCHEMA2] section 3.2.1, that specifies a single URL.