1 2 3 4 5 6 7 8 9 10
<!DOCTYPE arbor [ <!ELEMENT arbor EMPTY> <!ATTLIST arbor type (fruit | vegetable) "fruit" > <!-- tests the 'must match one of the nmtokens included in the declaration' part of the "Enumeration" VC --> ]> <arbor type="money"/>