Interface XsdChoice

interface XsdChoice {
    any?: XsdAny[];
    elements?: XsdElement[];
}

Properties

Properties

any?: XsdAny[]
elements?: XsdElement[]