Skip to content

doc.header.languages = "ger" #86

@kuhntob

Description

@kuhntob

Hi,

Thanks for the work building that library.

There is a minor issue with "doc.header.languages". It's defined as a MultiStringField, but should be a StringField because only one language is allowed: <xs:element name="LanguageID" type="udt:IDType" minOccurs="0"/>.

The change will also affect the example in the README: 'doc.header.languages.add("de") need to be doc. header. languages = "ger" (the value for the language "DE" is showing an error in Valitool, and I think it should be "ger" instead of "DE").

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions