The documentation tools that extract elements from the schema files and inserts them into our API docs requires that the element be of type xs:complexType. However, I frequently encounter situations in which the to-be-documented element is a simple xs:element type. Is there anything we can do to capture these as well?
Now it may be that we don’t want to capture all simple elements, so could we add an attribute, such as ‘doc=”true”’?