ngeo
    Preparing search index...

    Interface GmfOgcServerAttribute

    interface GmfOgcServerAttribute {
        alias?: string;
        minOccurs?: string;
        namespace: string;
        type: string;
    }
    Index

    Properties

    alias?: string

    The attribute alias.

    minOccurs?: string

    If not '0', then the attribute is considered required.

    namespace: string

    The attribute namespace.

    type: string

    The attribute type (in namespace).