> <x:meta property="[property name -- maybe a CURIE?]">value of the > property</x:meta> > > This element would make an assertion about it's containing element, > any of: feed, entry or link. The property value is always a simple > string. The property attribute should , I suppose, be a CURIE, but > I'd guess it could be a simple string as well.
That is exactly what a simple extension element does. RFC 4287, Section 6.4.1: "The element can be interpreted as a simple property (or name/value pair) of the parent element that encloses it." <ns:property-name>value of the property</ns:property-name> - Brian
