by Eric van der Vlist is published by O'Reilly & Associates (ISBN: 0596004214)
<xsd:simpleType name="ENTITY" id="ENTITY"> <xsd:restriction base="xsd:NCName"/> </xsd:simpleType> |
xsd:ENTITY is an entity reference. It is a nonqualified name (xsd:NCName) that has been declared as an unparsed entity in an internal or external DTD.
Unparsed entities are defined in XML 1.0 as a way to include non-XML content in an XML document, but most of the applications prefer to define links (such as those defined in (X)HTML to include images or other multimedia objects).
The W3C XML Schema doesn't provide alternative ways to declare unparsed entities; a DTD is needed to do so.
This text is released under the Free Software Foundation GFDL.