2.2.4.31 ArrayOfguid

The ArrayOfguid complex type specifies a collection of guid complex types.

The following is the XML schema definition of the ArrayOfguid complex type.

       <xs:complexType name="ArrayOfguid">
         <xs:sequence>
           <xs:element minOccurs="0" maxOccurs="unbounded" name="guid" type="ser:guid"/>
         </xs:sequence>
       </xs:complexType>

guid: Specifies the guid complex type.