SchemaReferenceType
Indicates how a schema is referenced.
This enumeration filters the references of a schema by the kind of use in another schema.
Values
- Name
This value displays all schemas that use the current schema as a name.
Such references are generated in the Xml Schema Definition by means of the attribute references:requiredSchema for an xlink:objectReference.
- Content
This value displays all schemas that use the current schema as content.
Such references are generated in the Xml Schema Definition by means of the elements xsd:include, xsd:import or xsd:redefine.