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

AdaptationSet should have the "profiles" attribute #36

Open
thenewguy opened this issue Jul 19, 2020 · 0 comments
Open

AdaptationSet should have the "profiles" attribute #36

thenewguy opened this issue Jul 19, 2020 · 0 comments

Comments

@thenewguy
Copy link
Contributor

RepresentationBase() maps "profile" to "@profiles" at

self.profiles = parse_attr_value(xmlnode, 'profile', str)

and

write_attr_value(xmlnode, 'profile', self.profiles)

Adaptation Sets can have the profiles attribute to signal conformance per

10.2.3.4. Adaptation Set Constraints
The @profiles parameter may be present to signal the constraints for the Adaptation Set

Probably a typo since there is @profile and also @profiles depending on the element

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