Interface GmfOgcServerAttribute

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

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).