http://schemas.microsoft.com/2003/10/Serialization/Arrays
http://schemas.microsoft.com/2003/10/Serialization/Arrays / ArrayOfguid Complex Type
In This Topic
    ArrayOfguid Complex Type
    In This Topic
    Namespace http://schemas.microsoft.com/2003/10/Serialization/Arrays
    Overview
    Used By
    Source
    <xs:complexType name="ArrayOfguid" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="guid" type="ser:guid" />
      </xs:sequence>
    </xs:complexType>
    See Also