<PackageReference Include="NETStandard.Library" Version="2.0.2" />

System.Xml.Serialization.XmlArrayItemAttribute

public string DataType { get; set; }

public string ElementName { get; set; }

public XmlSchemaForm Form { get; set; }

public bool IsNullable { get; set; }

public string Namespace { get; set; }

public int NestingLevel { get; set; }

public Type Type { get; set; }

public XmlArrayItemAttribute(string elementName)

public XmlArrayItemAttribute(string elementName, Type type)