Skip to content

Handle correctly white spaces #8

@adinapoli

Description

@adinapoli

To reproduce:

<xs:element name="start" type="StartType" minOccurs="1" maxOccurs="1" />
<xs:element name="service" type="ServiceType" minOccurs="0" maxOccurs="bounded" />
<xs:element name="decision" type="DecisionType" minOccurs="0" maxOccurs="bounded" />
<xs:element name="connect" type="ConnectType" minOccurs="0" maxOccurs="very bounded" />

Here I've substituted the content of maxOccurs with "very bounded" but just the last occurrence was changed correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions