Property Attributes on a non-empty Property Element

report=This example shows Property Attributes on a non-empty Property 
Element. 
http://www.w3.org/TR/rdf-syntax-grammar/#section-Syntax-property-attributes-on-property-element 
implies that it is only valid to have Property Attributes on an empty 
Property Element. Did I misunderstand, or is the validator erroreously 
allowing this case?

---Jim des Rivieres

RDF=<?xml version="1.0">
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc="http://purl.org/dc/elements/1.1/">
<jp:CompactRendering
   xmlns:jp="http://jazz.net/xmlns/prod/jazz/presentation/1.0/"
   rdf:about="http://tc1.eg.com/workitem/12345">

    <jp:largePreview
          rdf:resource="http://tc1.eg.com/workitem/12345?hover=large"
          jp:preferred_width="500"
          jp:preferred_height="100" />

</jp:CompactRendering>
</rdf:RDF>
 

Received on Thursday, 1 October 2009 07:05:49 UTC