---
title: "Explain why XML Schemas are Extensible?"  
description: "Explain why XML Schemas are Extensible?"  
author: "Anonymous User"  
published: 2012-03-12  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/1408/explain-why-xml-schemas-are-extensible  
category: "xml"  
tags: ["xml"]  
reading_time: 1 minute  

---

# Explain why XML Schemas are Extensible?

There are some following reason which made XML Schema are Extensible such as...\

- We can reuse our XML Schema with in other XML Schema.
- We can made our own data types which are derived from standard types.
- We can refer multiple schema in an same XML document.

## Answers

### Answer by Anonymous User

There are some following reason which made XML Schema are Extensible such as...\

- We can reuse our XML Schema with in other XML Schema.
- We can made our own data types which are derived from standard types.
- We can refer multiple schema in an same XML document.


---

Original Source: https://www.mindstick.com/interview/1408/explain-why-xml-schemas-are-extensible

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
