using System.ComponentModel; namespace Xsd2Code.Library.Helpers { /// /// Identifies subtype of a message /// [DefaultValue(Unspecified)] public enum MessageSubtype { /// /// Unspecified /// Unspecified } }