Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titleSample of either <restriction> or <extension> must be chosen as the content of <complexContent>
<complexContent
	id = ID
	mixed = boolean
	{any attributes with non-schema namespace…}>
Content: (annotation?, (restriction | extension))
</complexContent>
<restriction
	base = OName
	id = ID
	{any attributes with non-schema namespace…}>
	Content: (annotation?, (group | all | choice | sequence)?, ((attribute | attributeGroup)*, anyAttribute?))
</restriction>
<extension
	base = OName
	id = ID
	{any attributes with non-schema namespace…}>
	Content: (annotation?, ((group | all | choice | sequence)?, ((attribute | attributeGroup)*, anyAttribute?)))
</extension>
Image ModifiedExample of complexType UML model.

...