open-nav
    Preparing search index...

    Interface SimpleDescriptor

    interface SimpleDescriptor {
        enumValues?: string[];
        fractionDigits?: number;
        kind: "simple";
        length?: number;
        maxExclusive?: string;
        maxInclusive?: string;
        maxLength?: number;
        minExclusive?: string;
        minInclusive?: string;
        minLength?: number;
        name: string;
        ns: NsKey;
        pattern?: string;
        primitive: PrimitiveKind;
        totalDigits?: number;
        tsName: string;
    }
    Index
    enumValues?: string[]

    Permitted values, when the type is an enumeration.

    fractionDigits?: number
    kind: "simple"
    length?: number
    maxExclusive?: string
    maxInclusive?: string
    maxLength?: number
    minExclusive?: string
    minInclusive?: string
    minLength?: number
    name: string
    ns: NsKey
    pattern?: string

    Most derived xs:pattern of the restriction chain.

    primitive: PrimitiveKind
    totalDigits?: number
    tsName: string