exsom v0.2.1 Exsom.XSD.Model

Model utilities.

For the cases where a manual schema needs to be supplied (ex. cannot parse).

Summary

Functions

Adds a simplified version of the W3C XMLSchema to an existing model

Merges two models

Functions

add_xml_schema(model)

Specs

add_xml_schema(model :: Exsom.model) :: Exsom.model

Adds a simplified version of the W3C XMLSchema to an existing model.

merge(model_1, model_2)

Specs

merge(model_1 :: Exsom.model, model_2 :: Exsom.model) :: Exsom.model

Merges two models.