<!ATTLIST price currency (USD | EUR | JPY) #REQUIRED>
| Default Declaration | Explanation |
|---|---|
| #REQUIRED | Attribute is required |
| #IMPLIED | Attribute is optional |
| N | Default attribute, used if attribute not specified |
| #FIXED N | Attribute must either be unspecified or contain this value |