{sections}

 

{lessontitle}

1.3 XML Review

Recall from the Basic Configuration course, CHPS uses XML to structure the configuration files of the system. Here is a quick review:

XML XML is a data container. XSD provides structure to XML. XSD is the standard schema for XML documents.
XML stands for eXtensible Markup Language. Extensible means the language is extendable. XML carries data; it structures, stores, and transports information. The XML language (itself) has no predefined tags; however, each XML configuration in CHPS adheres to a XSD schema. XML Schema Definition (XSD) language is the current standard schema language for all XML documents and data.

Note: If you need a refresher, please review the material in the Basic Configuration Course before continuing this training. It is imperative the CHPS Focal Points have a strong comprehension of XML before manipulating configuration files.