namespace FSharpWcfServiceApplicationTemplate.Contracts open System.Runtime.Serialization open System.ServiceModel // Note: When running serialization code in partial trust, you may need to convert // this to a class with a default constructor. [] type CompositeType = { [] mutable BoolValue : bool [] mutable StringValue : string }