Skip to content

Incorrect value of kind attribute in spring-batch-3.0.xsd #1479

Closed
@spring-projects-issues

Description

@spring-projects-issues

Harold Thor Eyrich opened BATCH-2117 and commented

The value "parent" is not valid for attribute kind on the annotation for element flow in spring-batch-2.2.xsd. Attribute definition from spring-tool-3.1.xsd:
<xsd:attribute name="kind" default="direct">
xsd:simpleType
<xsd:restriction base="xsd:string">
<xsd:enumeration value="ref"/>
<xsd:enumeration value="direct"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>


Attachments:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions