---
title: "What is Element and attributes in XML?"  
description: "What is Element and attributes in XML?"  
author: "Vijay Shukla"  
published: 2013-04-02  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/1699/what-is-element-and-attributes-in-xml  
category: "xml"  
tags: ["xml"]  
reading_time: 2 minutes  

---

# What is Element and attributes in XML?

The basic building blocks of XML Schemas are elements and attributes. Data types define the valid content that elements and attributes contain. When you create XML Schemas, you define the individual elements and attributes and assign valid types to them. Elements describe data, whereas attributes are like properties of an element, in that they provide further definition about the element the way that properties describe characteristics of objects and classes.

An element describes the data that it contains. Elements can also contain other elements and attributes.

An attribute is a named simple-type definition that cannot contain other elements. Attributes can also be assigned an optional default value and they must appear at the bottom of complex-type definitions.

## Answers

### Answer by Vijay Shukla

The basic building blocks of XML Schemas are elements and attributes. Data types define the valid content that elements and attributes contain. When you create XML Schemas, you define the individual elements and attributes and assign valid types to them. Elements describe data, whereas attributes are like properties of an element, in that they provide further definition about the element the way that properties describe characteristics of objects and classes.

An element describes the data that it contains. Elements can also contain other elements and attributes.

An attribute is a named simple-type definition that cannot contain other elements. Attributes can also be assigned an optional default value and they must appear at the bottom of complex-type definitions.


---

Original Source: https://www.mindstick.com/interview/1699/what-is-element-and-attributes-in-xml

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
