open-nav
    Preparing search index...

    Interface FieldDescriptor

    interface FieldDescriptor {
        maxOccurs?: number;
        name: string;
        ns: NsKey;
        optional?: boolean;
        repeated?: boolean;
        type: string;
    }
    Index
    maxOccurs?: number

    Upper bound when the schema states a finite one.

    name: string

    Element local name.

    ns: NsKey

    Namespace that declares this element, which may differ from its parent's.

    optional?: boolean

    minOccurs="0". Choice members are always optional.

    repeated?: boolean

    maxOccurs greater than one, or unbounded.

    type: string

    Key into the TYPES table, or an xs: primitive.