2.2.3.2.10 ArrayOfUrl Complex Type

The ArrayOfUrl type contains zero or more Url elements, as specified in section 2.2.3.1.34.

 <xs:complexType name="ArrayOfUrl">
     <xs:sequence>
         <xs:element minOccurs="0" maxOccurs="unbounded" name="Url" 
             nillable="true" type="Url" />
     </xs:sequence>
 </xs:complexType>

Url: An element of the Url complex type, as defined in section 2.2.3.2.24, that contains information about a single URL.