Modelina
    Preparing search index...

    Interface XsdSimpleContent

    interface XsdSimpleContent {
        extension?: { attributes?: XsdAttribute[]; base?: string };
        restriction?: {
            attributes?: XsdAttribute[];
            base?: string;
            enumeration?: string[];
            maxInclusive?: number;
            maxLength?: number;
            minInclusive?: number;
            minLength?: number;
            pattern?: string;
        };
    }
    Index

    Properties

    extension?: { attributes?: XsdAttribute[]; base?: string }
    restriction?: {
        attributes?: XsdAttribute[];
        base?: string;
        enumeration?: string[];
        maxInclusive?: number;
        maxLength?: number;
        minInclusive?: number;
        minLength?: number;
        pattern?: string;
    }