poses.dtd 408 B

12345678910111213141516
  1. <!ELEMENT poses (pose*)>
  2. <!ELEMENT pose (name, joints*)>
  3. <!ELEMENT joints (joint*)>
  4. <!ELEMENT joint (name, positionX, positionY, positionZ, orientationX, orientationY, orientationZ)>
  5. <!ELEMENT name (#PCDATA)>
  6. <!ELEMENT positionX (#PCDATA)>
  7. <!ELEMENT positionY (#PCDATA)>
  8. <!ELEMENT positionZ (#PCDATA)>
  9. <!ELEMENT orientationX (#PCDATA)>
  10. <!ELEMENT orientationY (#PCDATA)>
  11. <!ELEMENT orientationZ (#PCDATA)>