XHTML 1.0 in XML Schema

Re: http://www.w3.org/TR/2002/NOTE-xhtml1-schema-20020902



The
<xs:element name="title">
in the file
http://www.w3.org/2002/08/xhtml/xhtml1-transitional.xsd
contains an "id" attribute
but HTML 4.01 does not !

Maybe the following is HTML 4.01:

------------------------------------------
 <xs:element name="title">
  <xs:complexType>
   <xs:simpleContent>
    <xs:extension base="xs:string">
     <xs:attributeGroup ref="i18n"/>
    </xs:extension>
   </xs:simpleContent>
  </xs:complexType>
 </xs:element>
------------------------------------------


Also the
<xs:element name="head">
here contains an "id" attribute
but HTML 4.01 does not !



Please send me an answer
if I am failing or if this was
intended and no error (reason?)!




With many Greetings

Received on Wednesday, 11 September 2002 01:25:31 UTC