Documentation for this section has not yet been entered.
The XmlArrayItemAttribute.Namespace property conforms to the World Wide Web Consortium (www.w3.org) specification named Namespaces in XML.
To create prefixed namespaces in the XML document, create an System.Xml.Serialization.XmlSerializerNamespaces object that contains all the prefix-namespace pairs. The namespace you set for each System.Xml.Serialization.XmlArrayAttribute must be contained in the System.Xml.Serialization.XmlSerializerNamespaces object. When the System.Xml.Serialization.XmlSerializer generates the document, it correctly prefixes the element name for each array item.