Modelina
    Preparing search index...

    Interface XsdAny

    interface XsdAny {
        maxOccurs?: string | number;
        minOccurs?: string | number;
        namespace?: string;
        processContents?: string;
    }
    Index

    Properties

    maxOccurs?: string | number
    minOccurs?: string | number
    namespace?: string
    processContents?: string