---
title: "How does the XML structure is defined?"  
description: "How does the XML structure is defined?"  
author: "Anonymous User"  
published: 2012-03-12  
updated: 2020-09-14  
canonical: https://www.mindstick.com/interview/1402/how-does-the-xml-structure-is-defined  
category: "xml"  
tags: ["xml"]  
reading_time: 1 minute  

---

# How does the XML structure is defined?

XML document will have a structure which has to be defined before we can create the documents and work with them. The structural rules can be defined using many available technologies, but the following are popular way of doing so-\
\

- Document Type Definition (DTD)
- Schema

## Answers

### Answer by Anonymous User

XML document will have a structure which has to be defined before we can create the documents and work with them. The structural rules can be defined using many available technologies, but the following are popular way of doing so-\
\

- Document Type Definition (DTD)
- Schema


---

Original Source: https://www.mindstick.com/interview/1402/how-does-the-xml-structure-is-defined

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
