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

System.Xml.Schema.XmlSchemaParticle

public abstract class XmlSchemaParticle : XmlSchemaAnnotated
namespace System.Xml.Schema { public abstract class XmlSchemaParticle : XmlSchemaAnnotated { public decimal MaxOccurs { get; set; } public string MaxOccursString { get; set; } public decimal MinOccurs { get; set; } public string MinOccursString { get; set; } protected XmlSchemaParticle(); } }