Attribute Groups docs has missing code fragment
Brought to you by:
dkuhlman
The Attribute Groups docs section seems to have some missing code in one of the fragments:
https://www.davekuhlman.org/generateDS.html#attribute-groups
<xs:element name="person"> <xs:complexType mixed="0"> <xs:attributeGroup ref="favorites" /> o o o
Should this be fixed?
John,
Thanks for your report.
With respect to the
attributeGroup
, I've modified example so that it looks like the following:Is that a little more clear?
Dave
Yes, this is a lot more clear. Thanks.