Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid generating min/max occurs for 0/unbounded values #297

Closed
tefra opened this issue Oct 16, 2020 · 0 comments
Closed

Avoid generating min/max occurs for 0/unbounded values #297

tefra opened this issue Oct 16, 2020 · 0 comments

Comments

@tefra
Copy link
Owner

tefra commented Oct 16, 2020

   dress_size: List[str] = field(
        default_factory=list,
        metadata=dict(
            type="Element",
            min_occurs=0,
            max_occurs=9223372036854775807,
        )
    )
tefra added a commit that referenced this issue Oct 16, 2020
Notes:
Add a comma for all field metadata properties.
tefra added a commit that referenced this issue Oct 26, 2020
Notes:
Add a comma for all field metadata properties.
@tefra tefra closed this as completed in 97e9381 Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant