module Attributes open System type OwnerAttribute(name : string) = inherit System.Attribute() type CompanyAttribute(name : string) = inherit System.Attribute() [] [] type SomeType1 = class end [] type TypeWithFlagAttribute = class member this.X = "F#" end