When is an attribute an attribute?
Murray Maloney
murray at muzmo.com
Tue Apr 7 17:33:04 BST 1998
At 10:21 AM 4/7/98 -0400, Tyler Baker wrote:
>If you are modeling an object which will never change at all
>(like a Rectangle) then you would be best to do something like this:
>
><RECTANGLE x="0" y="0" width="0" height="0"/>
>
This is a very good example of when attributes are optimal.
In this case, the attributes are object properties,
rather than children of the object.
Even so, a RECTANGLE element could use containment
to better advantage for cases where there are many,
possibly disjoint name/value pairs or collections.
<RECTANGLE>
<ORIGIN><X>0</X><Y>0</Y></ORIGIN>
<SIZE><DX>7in</DX><DY>9in</DY></SIZE>
<LABEL>My Pretty Rectangle</LABEL>
<IMAGE>floral.jpeg</IMAGE>
<BACKGROUND>gold</BACKGROUND>
<FOREGROUND>blue</FOREGROUND>
<FORM><SUBMIT/></FORM>
<ETC>...</ETC>
</RECTANGLE>
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Murray Maloney Email: murray at muzmo.com
Technical Director Phone: (905) 509-9120
Veo Systems Fax: (905) 509-8637
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Make a Tax-Deductible Donation
Yuri Rubinsky Insight Foundation
http://www.yuri.org/donate.html
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list