Specify whether to show which component redefines this component and where (see also below).

Applies To:

Documenting of Redefined Components

A schema component may redefine other component when it is declared within an XSD <xs:redefine> element. When the XML schema, which is being redefined by this element, also contains a component with that name, such a component becomes redefined. It will be completely replaced by the redefining component within the namespace scope targeted by the schema.

The redefining component is typically based on the original component it redefines (it just extends or restricts it). Because of this, FlexDoc/XML XSDDoc will document both components.