PHPackages                             cmaymard/php-xml-schema - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. cmaymard/php-xml-schema

ActiveLibrary

cmaymard/php-xml-schema
=======================

Provides support to parse and create an in-memory representation of a XML Schema document.

015PHPCI failing

Since Apr 19Pushed 6y ago1 watchersCompare

[ Source](https://github.com/christophemaymard/php-xml-schema)[ Packagist](https://packagist.org/packages/cmaymard/php-xml-schema)[ RSS](/packages/cmaymard-php-xml-schema/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

PhpXmlSchema
============

[](#phpxmlschema)

[![Latest Release](https://camo.githubusercontent.com/143fa1a595c35f8045e7128bbd9c4e0c00ba3c0b199a87291b73f6a1389eccd9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636d61796d6172642f7068702d786d6c2d736368656d613f6c6162656c3d52656c65617365267374796c653d706c6173746963)](https://packagist.org/packages/cmaymard/php-xml-schema)[![PHP Version](https://camo.githubusercontent.com/e2b9532ee081218a4eab5ac7b47fe3f77bd75549f600150c23a9cb09e5f6e92f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f636d61796d6172642f7068702d786d6c2d736368656d613f636f6c6f723d696e666f726d6174696f6e616c266c6162656c3d504850267374796c653d706c6173746963)](https://www.php.net/)[![PHP Extensions](https://camo.githubusercontent.com/faa00c6a5e82f57e1f13c8d48c56e3eb0ab82dedcff60a89acf836ef1f6b7cdf/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76313f6c6162656c3d504850253230657874266d6573736167653d474d5026636f6c6f723d696e666f726d6174696f6e616c267374796c653d706c6173746963)](https://www.php.net/)[![License](https://camo.githubusercontent.com/b3880eb23c6bded15c0f5dbd7c4e5baff6de183d41a2d2123ad7f97ec9d9adce/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6368726973746f7068656d61796d6172642f7068702d786d6c2d736368656d613f6c6162656c3d4c6963656e7365267374796c653d706c6173746963)](LICENSE)

Provides support to parse and create an in-memory representation of a XML Schema document.

Installation
------------

[](#installation)

```
composer require cmaymard/php-xml-schema

```

Usage
-----

[](#usage)

### Parse a XML Schema 1.0 document

[](#parse-a-xml-schema-10-document)

```
