| การใช้ Parameter Entity | ใช้กำหนด entity เพื่อแทน ชนิดข้อมูล ของ element |
|---|
subject:การใช้ Parameter Entity
syntax:<!ENTITY %entityName "value" >
content:ใช้กำหนด entity เพื่อแทน ชนิดข้อมูล ของ element
example:<!ENTITY %detail "[stadium|manager,footballer]" > <!ELEMENT football %detail; > <!ELEMENT football [stadium|manager,footballer] >