categories-dtd.html

This is a hypertext version of a P3P1.0 DTD. All links points to other hypertext documents. Actual DTDs, can be found at:

http://www.w3.org/TR/WD-P3P10-syntax-19980702/practices.dtd
http://www.w3.org/TR/WD-P3P10-syntax-19980702/categories.dtd
http://www.w3.org/TR/WD-P3P10-syntax-19980702/base.dtd
<!--
    This is the P3P 1.0 categories DTD. Categories are optionally
    used to describe a data set or data element.
          URL: http://www.w3.org/TR/WD-P3P10-syntax-19980702/categories.dtd
          Draft: $Date: 1998/07/02 21:43:12 $
          Authors: Joseph Reagle <reagle@w3.org>
    Typical usage:

    This is meant to be exported into 
    http://www.w3.org/TR/WD-P3P10-syntax-19980702/categories.dtd

-->
<!entity % categories
'category      ("0" | "Physical Contact Information") |
               ("1" | "Online Contact Information") |
               ("2" | "Unique Identifiers") |
               ("3" | "Financial Account Identifiers") |
               ("4" | "Computer Information") |
               ("5" | "Navigation and Click-stream Data") |
               ("6" | "Transaction Data") |
               ("7" | "Preference Data") |
               ("8" | "Demographic and SocioEconomic Data") |
               ("9" | "Content")  #IMPLIED'
>