Skip to content

Is it possible to remove generation of classes which only contains text (Value) #554

@yodiz

Description

@yodiz

Not an issue, more of a question:
So for example this would be a simple string instead of TaxableAmount.

[GeneratedCodeAttribute("XmlSchemaClassGenerator", "2.1.1181.0")]
[SerializableAttribute()]
[XmlTypeAttribute("TaxableAmount", Namespace="")]
[DebuggerStepThroughAttribute()]
[DesignerCategoryAttribute("code")]
public partial class TaxableAmount
{
    
    /// <summary>
    /// <para xml:lang="en">Gets or sets the text value.</para>
    /// </summary>
    [XmlTextAttribute()]
    public string Value { get; set; }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions