module Xml_light_types:sig
..end
types shared by the Xml and Dtd modules
type
xml =
| |
Element of |
| |
PCData of |
type
dtd_child =
| |
DTDTag of |
| |
DTDPCData |
| |
DTDOptional of |
| |
DTDZeroOrMore of |
| |
DTDOneOrMore of |
| |
DTDChoice of |
| |
DTDChildren of |
type
dtd_element_type =
| |
DTDEmpty |
| |
DTDAny |
| |
DTDChild of |
type
dtd_attr_default =
| |
DTDDefault of |
| |
DTDRequired |
| |
DTDImplied |
| |
DTDFixed of |
type
dtd_attr_type =
| |
DTDCData |
| |
DTDNMToken |
| |
DTDEnum of |
| |
DTDID |
| |
DTDIDRef |
type
dtd_item =
| |
DTDAttribute of |
| |
DTDElement of |
typedtd =
dtd_item list