open-nav
    Preparing search index...

    Interface ValidatorComplexDescriptor

    interface ValidatorComplexDescriptor {
        attributes?: ValidatorAttributeDescriptor[];
        choiceGroups?: ValidatorChoiceGroup[];
        content: "simple" | "element";
        contentType?: string;
        fields: ValidatorFieldDescriptor[];
        kind: "complex";
        name: string;
    }
    Index
    choiceGroups?: ValidatorChoiceGroup[]
    content: "simple" | "element"
    contentType?: string
    kind: "complex"
    name: string