Skip to content

when xs:group tag include an array , it will generate wrong #284

Description

@ypptidyce18786

Describe the bug
when xs:group tag include an array , it will generate wrong
the xs:group tag example:

<xs:group name="BaseBookingTravelerInfoA">
		<xs:sequence>
			<xs:element ref="BookingTravelerName"/>
			<xs:element ref="DeliveryInfo" minOccurs="0" maxOccurs="999"/>
			<xs:element ref="PhoneNumber" minOccurs="0" maxOccurs="999"/>
			<xs:element ref="Email" minOccurs="0" maxOccurs="999"/>
			<xs:element ref="LoyaltyCard" minOccurs="0" maxOccurs="999"/>
			<xs:element ref="DiscountCard" minOccurs="0" maxOccurs="9"/>
		</xs:sequence>
	</xs:group>

image

I copied the contents of the xs: group tag to the place referenced by xs: group, and then it can be generated normally.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions