Return to List
Login to Post Comment
The example in section 5.9 shows this: job-constraints-supported= { resolver-name=“A” sides= { "two-sided-long-edge" "two-sided-short-edge" } media-col= { media-type="transparency" } } It should instead show this for "sides" because it is supposed to be illustrating the "1setOf" optional structure. Curly braces are for collections, not sets. job-constraints-supported= { resolver-name=“A” sides="two-sided-long-edge","two-sided-short-edge" media-col= { media-type="transparency" } }