Metadata


Name
lutaml-model
Version
0.8.19
Platform
ruby
Authors
Ribose Inc.
Bindir
exe
Date
2026-07-27 00:00:00 UTC
Dependencies
base64 (>= 0)
bigdecimal (>= 0)
canon (>= 0)
concurrent-ruby (>= 0)
liquid (>= 4.0, < 6.0)
moxml (~> 0.1.25)
ostruct (>= 0)
rubyzip (~> 2.3)
thor (>= 0)
Description
LutaML creating data models in Ruby
Email
open.source@ribose.com
Executables
lutaml-model
Files
.envrc
.github/workflows/dependent-repos-todo.json
.github/workflows/dependent-repos.json
.github/workflows/dependent-tests.yml
.github/workflows/docs.yml
.github/workflows/downstream-performance.yml
.github/workflows/js-pr-check.yml
.github/workflows/js-sync.yml
.github/workflows/opal.yml
.github/workflows/performance.yml
.github/workflows/rake.yml
.github/workflows/release.yml
.gitignore
.gitmodules
.irbrc
.pryrc
.rspec
.rspec-opal
.rubocop.yml
.rubocop_todo.yml
CODE_OF_CONDUCT.md
Gemfile
LICENSE.md
README.adoc
RELEASE_NOTES.adoc
Rakefile
bench/baselines/.gitkeep
bench/bench_all.rb
bench/bench_common.rb
bench/bench_compare.rb
bench/bench_mml.rb
bench/bench_niso.rb
bench/bench_sts.rb
bench/bench_unitsml.rb
bench/bench_xmi.rb
bench/gate_config.rb
benchmark/quick_benchmark.rb
benchmark/serialization_benchmark.rb
bin/console
bin/setup
docs/.rubocop.yml
docs/.rubocop_todo.yml
docs/Gemfile
docs/PERFORMANCE_METHODOLOGY.md
docs/_config.yml
docs/_guides/advanced-mapping.adoc
docs/_guides/builder-dsl.adoc
docs/_guides/character-encoding.adoc
docs/_guides/collection-serialization.adoc
docs/_guides/creating-xsd.adoc
docs/_guides/document-validation.adoc
docs/_guides/index.adoc
docs/_guides/jsonld-serialization.adoc
docs/_guides/keyvalue-serialization.adoc
docs/_guides/liquid-templates.adoc
docs/_guides/missing-values-handling.adoc
docs/_guides/ooxml-examples.adoc
docs/_guides/opal.adoc
docs/_guides/rdf-serialization.adoc
docs/_guides/schema-generation.adoc
docs/_guides/schema-import.adoc
docs/_guides/turtle-serialization.adoc
docs/_guides/value-transformations.adoc
docs/_guides/xml-mapping.adoc
docs/_guides/xml-mappings-guide.adoc
docs/_guides/xml-namespace-declarations.adoc
docs/_guides/xml-namespace-qualification.adoc
docs/_guides/xml-namespaces.adoc
docs/_guides/xml/namespace-presentation.adoc
docs/_guides/xml/namespace-semantics.adoc
docs/_guides/xml/reusable-mapping-classes.adoc
docs/_guides/xml/schema-location.adoc
docs/_guides/xml/type-namespaces.adoc
docs/_guides/xml_mappings/01_introduction.adoc
docs/_guides/xml_mappings/02_core_concepts.adoc
docs/_guides/xml_mappings/03_architecture.adoc
docs/_guides/xml_mappings/04_xml_namespace_class.adoc
docs/_guides/xml_mappings/05_common_patterns.adoc
docs/_guides/xml_mappings/06_migration_guide.adoc
docs/_guides/xml_mappings/07_best_practices.adoc
docs/_guides/xml_mappings/08_troubleshooting.adoc
docs/_migrations/0-1-0-migrate-from-shale.adoc
docs/_migrations/0-8-0-namespace-restructuring.adoc
docs/_migrations/0-8-0-xsd-features.adoc
docs/_migrations/index.adoc
docs/_migrations/xsd-type-migration.adoc
docs/_pages/attributes.adoc
docs/_pages/breaking-changes.adoc
docs/_pages/collections.adoc
docs/_pages/comparison-with-shale.adoc
docs/_pages/configuration.adoc
docs/_pages/consolidation-mapping.adoc
docs/_pages/importable_models.adoc
docs/_pages/index.adoc
docs/_pages/installation.adoc
docs/_pages/models.adoc
docs/_pages/quick-start.adoc
docs/_pages/serialization_adapters.adoc
docs/_pages/troubleshooting.adoc
docs/_pages/validation.adoc
docs/_pages/value_types.adoc
docs/_pages/xml-conformance.adoc
docs/_references/architecture.adoc
docs/_references/custom_adapters.adoc
docs/_references/custom_registers.adoc
docs/_references/data-modeling-in-a-nutshell.adoc
docs/_references/format-independent-features.adoc
docs/_references/index.adoc
docs/_references/instance-serialization.adoc
docs/_references/lutaml-namespace-planning.md
docs/_references/parent-root-context.adoc
docs/_references/rdf-namespaces.adoc
docs/_references/reference_type.adoc
docs/_references/serialization-model-mappings.adoc
docs/_references/three-phase-namespace-architecture.adoc
docs/_references/xml-w3c-namespace-qualification.adoc
docs/_references/xsd-generation-with-namespace-support.adoc
docs/_references/xsd-schema-parsing.adoc
docs/_references/xsd-type-architecture.adoc
docs/_tutorials/basic-model-definition.adoc
docs/_tutorials/custom-types-tutorial.adoc
docs/_tutorials/first-json-serialization.adoc
docs/_tutorials/first-xml-serialization.adoc
docs/_tutorials/index.adoc
docs/_tutorials/lutaml-xml-architecture.adoc
docs/_tutorials/polymorphic-models-tutorial.adoc
docs/_tutorials/schema-compiler-module-namespaces.adoc
docs/_tutorials/validation-basics.adoc
docs/_tutorials/working-with-collections.adoc
docs/_tutorials/xml-element-attribute-namespace-guide.adoc
docs/_tutorials/xml-namespaces-basics.adoc
docs/_tutorials/xml-schema-primer-style-guide.adoc
docs/architecture.md
docs/bugreports/BUGREPORT_element_order_render_empty.md
docs/cli_compare.adoc
docs/collection_validation.adoc
docs/index.adoc
docs/key_value_data_model.adoc
docs/model_transforms.adoc
docs/namespace-management.adoc
docs/xml-schema-qualification.md
docs/yamls_sequence.adoc
exe/lutaml-model
flake.lock
flake.nix
lib/compat/opal/generate_boot.rb
lib/compat/opal/js_bundle_entry.rb
lib/compat/opal/lutaml_model_boot.rb
lib/compat/opal/moxml_boot.rb
lib/compat/opal/yaml_compat.rb
lib/lutaml/hash_format.rb
lib/lutaml/hash_format/adapter.rb
lib/lutaml/hash_format/adapter/document.rb
lib/lutaml/hash_format/adapter/mapping.rb
lib/lutaml/hash_format/adapter/mapping_rule.rb
lib/lutaml/hash_format/adapter/standard_adapter.rb
lib/lutaml/hash_format/adapter/transform.rb
lib/lutaml/hash_format/type/serializers.rb
lib/lutaml/json.rb
lib/lutaml/json/adapter.rb
lib/lutaml/json/adapter/document.rb
lib/lutaml/json/adapter/mapping.rb
lib/lutaml/json/adapter/mapping_rule.rb
lib/lutaml/json/adapter/multi_json_adapter.rb
lib/lutaml/json/adapter/oj_adapter.rb
lib/lutaml/json/adapter/standard_adapter.rb
lib/lutaml/json/adapter/transform.rb
lib/lutaml/json/schema.rb
lib/lutaml/json/schema/json_schema.rb
lib/lutaml/json/type/serializers.rb
lib/lutaml/jsonl.rb
lib/lutaml/jsonl/adapter.rb
lib/lutaml/jsonl/adapter/document.rb
lib/lutaml/jsonl/adapter/mapping.rb
lib/lutaml/jsonl/adapter/mapping_rule.rb
lib/lutaml/jsonl/adapter/standard_adapter.rb
lib/lutaml/jsonl/adapter/transform.rb
lib/lutaml/jsonld.rb
lib/lutaml/jsonld/adapter.rb
lib/lutaml/key_value.rb
lib/lutaml/key_value/adapter.rb
lib/lutaml/key_value/adapter/hash.rb
lib/lutaml/key_value/adapter/hash/document.rb
lib/lutaml/key_value/adapter/hash/mapping.rb
lib/lutaml/key_value/adapter/hash/mapping_rule.rb
lib/lutaml/key_value/adapter/hash/standard_adapter.rb
lib/lutaml/key_value/adapter/hash/transform.rb
lib/lutaml/key_value/adapter/json.rb
lib/lutaml/key_value/adapter/json/document.rb
lib/lutaml/key_value/adapter/json/mapping.rb
lib/lutaml/key_value/adapter/json/mapping_rule.rb
lib/lutaml/key_value/adapter/json/multi_json_adapter.rb
lib/lutaml/key_value/adapter/json/oj_adapter.rb
lib/lutaml/key_value/adapter/json/standard_adapter.rb
lib/lutaml/key_value/adapter/json/transform.rb
lib/lutaml/key_value/adapter/jsonl.rb
lib/lutaml/key_value/adapter/jsonl/document.rb
lib/lutaml/key_value/adapter/jsonl/mapping.rb
lib/lutaml/key_value/adapter/jsonl/mapping_rule.rb
lib/lutaml/key_value/adapter/jsonl/standard_adapter.rb
lib/lutaml/key_value/adapter/jsonl/transform.rb
lib/lutaml/key_value/adapter/toml.rb
lib/lutaml/key_value/adapter/toml/document.rb
lib/lutaml/key_value/adapter/toml/mapping.rb
lib/lutaml/key_value/adapter/toml/mapping_rule.rb
lib/lutaml/key_value/adapter/toml/toml_rb_adapter.rb
lib/lutaml/key_value/adapter/toml/tomlib_adapter.rb
lib/lutaml/key_value/adapter/toml/transform.rb
lib/lutaml/key_value/adapter/yaml.rb
lib/lutaml/key_value/adapter/yaml/document.rb
lib/lutaml/key_value/adapter/yaml/mapping.rb
lib/lutaml/key_value/adapter/yaml/mapping_rule.rb
lib/lutaml/key_value/adapter/yaml/standard_adapter.rb
lib/lutaml/key_value/adapter/yaml/transform.rb
lib/lutaml/key_value/adapter/yamls.rb
lib/lutaml/key_value/adapter/yamls/document.rb
lib/lutaml/key_value/adapter/yamls/mapping.rb
lib/lutaml/key_value/adapter/yamls/mapping_rule.rb
lib/lutaml/key_value/adapter/yamls/standard_adapter.rb
lib/lutaml/key_value/adapter/yamls/transform.rb
lib/lutaml/key_value/data_model.rb
lib/lutaml/key_value/data_model/element.rb
lib/lutaml/key_value/document.rb
lib/lutaml/key_value/mapping.rb
lib/lutaml/key_value/mapping_rule.rb
lib/lutaml/key_value/transform.rb
lib/lutaml/key_value/transformation.rb
lib/lutaml/key_value/transformation/collection_serializer.rb
lib/lutaml/key_value/transformation/rule_compiler.rb
lib/lutaml/key_value/transformation/value_serializer.rb
lib/lutaml/key_value/transformation_builder.rb
lib/lutaml/model.rb
lib/lutaml/model/adapter_resolver.rb
lib/lutaml/model/adapter_scope.rb
lib/lutaml/model/attribute.rb
lib/lutaml/model/attribute_validator.rb
lib/lutaml/model/cached_type_resolver.rb
lib/lutaml/model/cached_type_resolver/concurrent_map_cache.rb
lib/lutaml/model/cached_type_resolver/mutex_hash_cache.rb
lib/lutaml/model/choice.rb
lib/lutaml/model/cli.rb
lib/lutaml/model/collection.rb
lib/lutaml/model/collection_handler.rb
lib/lutaml/model/comparable_model.rb
lib/lutaml/model/comparable_nil.rb
lib/lutaml/model/comparison.rb
lib/lutaml/model/compiled_rule.rb
lib/lutaml/model/config.rb
lib/lutaml/model/configuration.rb
lib/lutaml/model/consolidation/attribute_grouper.rb
lib/lutaml/model/consolidation/dispatcher.rb
lib/lutaml/model/consolidation/engine.rb
lib/lutaml/model/consolidation/pattern_chunker.rb
lib/lutaml/model/consolidation_map.rb
lib/lutaml/model/consolidation_rule.rb
lib/lutaml/model/consolidation_rule/dispatch_block.rb
lib/lutaml/model/consolidation_rule/gather_rule.rb
lib/lutaml/model/consolidation_rule/pattern_content_rule.rb
lib/lutaml/model/consolidation_rule/pattern_element_rule.rb
lib/lutaml/model/constants.rb
lib/lutaml/model/context_registry.rb
lib/lutaml/model/deep_dupable.rb
lib/lutaml/model/error.rb
lib/lutaml/model/error/choice_lower_bound_error.rb
lib/lutaml/model/error/choice_upper_bound_error.rb
lib/lutaml/model/error/collection_count_out_of_range_error.rb
lib/lutaml/model/error/collection_true_missing_error.rb
lib/lutaml/model/error/element_count_out_of_range_error.rb
lib/lutaml/model/error/format_adapter_not_specified_error.rb
lib/lutaml/model/error/import_model_with_root_error.rb
lib/lutaml/model/error/incorrect_mapping_argument_error.rb
lib/lutaml/model/error/incorrect_sequence_error.rb
lib/lutaml/model/error/invalid_attribute_name_error.rb
lib/lutaml/model/error/invalid_attribute_options_error.rb
lib/lutaml/model/error/invalid_attribute_type_error.rb
lib/lutaml/model/error/invalid_choice_range_error.rb
lib/lutaml/model/error/invalid_format_error.rb
lib/lutaml/model/error/invalid_value_error.rb
lib/lutaml/model/error/liquid_class_not_found_error.rb
lib/lutaml/model/error/liquid_drop_already_registered_error.rb
lib/lutaml/model/error/liquid_not_enabled_error.rb
lib/lutaml/model/error/mapping_already_exists_error.rb
lib/lutaml/model/error/mapping_attribute_missing_error.rb
lib/lutaml/model/error/mapping_attribute_type_error.rb
lib/lutaml/model/error/mixed_content_collection_error.rb
lib/lutaml/model/error/multiple_mappings_error.rb
lib/lutaml/model/error/no_attributes_defined_liquid_error.rb
lib/lutaml/model/error/no_mapping_found_error.rb
lib/lutaml/model/error/no_root_mapping_error.rb
lib/lutaml/model/error/no_root_namespace_error.rb
lib/lutaml/model/error/ordered_content_mapping_error.rb
lib/lutaml/model/error/pattern_not_matched_error.rb
lib/lutaml/model/error/polymorphic_error.rb
lib/lutaml/model/error/register/not_registrable_class_error.rb
lib/lutaml/model/error/required_attribute_missing_error.rb
lib/lutaml/model/error/reverse_transform_block_not_defined_error.rb
lib/lutaml/model/error/reverse_transformation_declaration_error.rb
lib/lutaml/model/error/sorting_configuration_conflict_error.rb
lib/lutaml/model/error/transform_block_not_defined_error.rb
lib/lutaml/model/error/type.rb
lib/lutaml/model/error/type/invalid_value_error.rb
lib/lutaml/model/error/type/max_bound_error.rb
lib/lutaml/model/error/type/max_length_error.rb
lib/lutaml/model/error/type/min_bound_error.rb
lib/lutaml/model/error/type/min_length_error.rb
lib/lutaml/model/error/type/pattern_not_matched_error.rb
lib/lutaml/model/error/type_error.rb
lib/lutaml/model/error/type_not_enabled_error.rb
lib/lutaml/model/error/type_only_mapping_error.rb
lib/lutaml/model/error/type_only_namespace_error.rb
lib/lutaml/model/error/undefined_attribute_error.rb
lib/lutaml/model/error/union_schema_unsupported_error.rb
lib/lutaml/model/error/unknown_adapter_type_error.rb
lib/lutaml/model/error/unknown_sequence_mapping_error.rb
lib/lutaml/model/error/unknown_type_error.rb
lib/lutaml/model/error/unresolvable_type_error.rb
lib/lutaml/model/error/validation_error.rb
lib/lutaml/model/error/validation_failed_error.rb
lib/lutaml/model/errors.rb
lib/lutaml/model/finalization_cache.rb
lib/lutaml/model/format_registry.rb
lib/lutaml/model/global_context.rb
lib/lutaml/model/global_register.rb
lib/lutaml/model/hash.rb
lib/lutaml/model/import_registry.rb
lib/lutaml/model/instrumentation.rb
lib/lutaml/model/json.rb
lib/lutaml/model/json_adapter.rb
lib/lutaml/model/jsonl.rb
lib/lutaml/model/liquefiable.rb
lib/lutaml/model/liquid.rb
lib/lutaml/model/liquid/indexed_access.rb
lib/lutaml/model/liquid/mapping.rb
lib/lutaml/model/mapping/listener.rb
lib/lutaml/model/mapping/mapping.rb
lib/lutaml/model/mapping/mapping_rule.rb
lib/lutaml/model/mapping/model_mapping.rb
lib/lutaml/model/mapping/model_mapping_rule.rb
lib/lutaml/model/mapping_hash.rb
lib/lutaml/model/model_transformer.rb
lib/lutaml/model/one_entry_cache.rb
lib/lutaml/model/organization.rb
lib/lutaml/model/register.rb
lib/lutaml/model/register/model_tree_importer.rb
lib/lutaml/model/register/namespace_binding.rb
lib/lutaml/model/registrable.rb
lib/lutaml/model/render_policy.rb
lib/lutaml/model/runtime_compatibility.rb
lib/lutaml/model/schema.rb
lib/lutaml/model/schema/base_schema.rb
lib/lutaml/model/schema/class_loader.rb
lib/lutaml/model/schema/compiled_output.rb
lib/lutaml/model/schema/decorators.rb
lib/lutaml/model/schema/decorators/attribute.rb
lib/lutaml/model/schema/decorators/choices.rb
lib/lutaml/model/schema/decorators/class_definition.rb
lib/lutaml/model/schema/decorators/definition_collection.rb
lib/lutaml/model/schema/definitions.rb
lib/lutaml/model/schema/definitions/attribute.rb
lib/lutaml/model/schema/definitions/choice.rb
lib/lutaml/model/schema/definitions/facet.rb
lib/lutaml/model/schema/definitions/group_import.rb
lib/lutaml/model/schema/definitions/member_walk.rb
lib/lutaml/model/schema/definitions/model.rb
lib/lutaml/model/schema/definitions/namespace.rb
lib/lutaml/model/schema/definitions/restricted_type.rb
lib/lutaml/model/schema/definitions/sequence.rb
lib/lutaml/model/schema/definitions/simple_content.rb
lib/lutaml/model/schema/definitions/transform_facet.rb
lib/lutaml/model/schema/definitions/type_ref.rb
lib/lutaml/model/schema/definitions/union_type.rb
lib/lutaml/model/schema/definitions/xml_root.rb
lib/lutaml/model/schema/file_writer.rb
lib/lutaml/model/schema/generator.rb
lib/lutaml/model/schema/generator/definition.rb
lib/lutaml/model/schema/generator/definitions_collection.rb
lib/lutaml/model/schema/generator/properties_collection.rb
lib/lutaml/model/schema/generator/property.rb
lib/lutaml/model/schema/generator/ref.rb
lib/lutaml/model/schema/helpers.rb
lib/lutaml/model/schema/helpers/template_helper.rb
lib/lutaml/model/schema/json_schema.rb
lib/lutaml/model/schema/json_schema_parser.rb
lib/lutaml/model/schema/module_nesting.rb
lib/lutaml/model/schema/namespace_naming.rb
lib/lutaml/model/schema/registry_generator.rb
lib/lutaml/model/schema/renderer.rb
lib/lutaml/model/schema/renderers.rb
lib/lutaml/model/schema/renderers/base.rb
lib/lutaml/model/schema/renderers/mappings.rb
lib/lutaml/model/schema/renderers/member_decls.rb
lib/lutaml/model/schema/renderers/model.rb
lib/lutaml/model/schema/renderers/namespace.rb
lib/lutaml/model/schema/renderers/registration.rb
lib/lutaml/model/schema/renderers/required_files_calculator.rb
lib/lutaml/model/schema/renderers/restricted_type.rb
lib/lutaml/model/schema/renderers/union.rb
lib/lutaml/model/schema/rnc_compiler.rb
lib/lutaml/model/schema/rnc_compiler/source_resolver.rb
lib/lutaml/model/schema/rng_compiler.rb
lib/lutaml/model/schema/rng_compiler/define_classifier.rb
lib/lutaml/model/schema/rng_compiler/element_visitor.rb
lib/lutaml/model/schema/rng_compiler/member_collector.rb
lib/lutaml/model/schema/rng_compiler/rng_helpers.rb
lib/lutaml/model/schema/rng_compiler/value_type_resolver.rb
lib/lutaml/model/schema/schema_builder/nokogiri.rb
lib/lutaml/model/schema/schema_builder/oga.rb
lib/lutaml/model/schema/shared_methods.rb
lib/lutaml/model/schema/templates.rb
lib/lutaml/model/schema/templates/model.erb
lib/lutaml/model/schema/xml_compiler.rb
lib/lutaml/model/schema/xml_compiler/element_order.rb
lib/lutaml/model/schema/xml_compiler/registry_generator.rb
lib/lutaml/model/schema/xml_compiler/spec_builder.rb
lib/lutaml/model/schema/xml_compiler/spec_builder/complex_types.rb
lib/lutaml/model/schema/xml_compiler/spec_builder/members.rb
lib/lutaml/model/schema/xml_compiler/spec_builder/simple_types.rb
lib/lutaml/model/schema/xml_compiler/supported_data_types.rb
lib/lutaml/model/schema/yaml_schema.rb
lib/lutaml/model/schema_location.rb
lib/lutaml/model/sequence.rb
lib/lutaml/model/serializable.rb
lib/lutaml/model/serialization_adapter.rb
lib/lutaml/model/serialize.rb
lib/lutaml/model/serialize/attribute_definition.rb
lib/lutaml/model/serialize/builder.rb
lib/lutaml/model/serialize/deserialization_context.rb
lib/lutaml/model/serialize/enum_handling.rb
lib/lutaml/model/serialize/format_conversion.rb
lib/lutaml/model/serialize/initialization.rb
lib/lutaml/model/serialize/model_import.rb
lib/lutaml/model/serialize/transformation_builder.rb
lib/lutaml/model/serialize/value_mapping.rb
lib/lutaml/model/services.rb
lib/lutaml/model/services/base.rb
lib/lutaml/model/services/logger.rb
lib/lutaml/model/services/rule_value_extractor.rb
lib/lutaml/model/services/transformer.rb
lib/lutaml/model/services/type.rb
lib/lutaml/model/services/type/validator.rb
lib/lutaml/model/services/type/validator/number.rb
lib/lutaml/model/services/type/validator/string.rb
lib/lutaml/model/services/type/validator/symbol.rb
lib/lutaml/model/services/validator.rb
lib/lutaml/model/store.rb
lib/lutaml/model/toml.rb
lib/lutaml/model/transform.rb
lib/lutaml/model/transform/xml_transform.rb
lib/lutaml/model/transformation.rb
lib/lutaml/model/transformation_builder.rb
lib/lutaml/model/transformation_registry.rb
lib/lutaml/model/type.rb
lib/lutaml/model/type/base64_binary.rb
lib/lutaml/model/type/boolean.rb
lib/lutaml/model/type/date.rb
lib/lutaml/model/type/date_time.rb
lib/lutaml/model/type/decimal.rb
lib/lutaml/model/type/duration.rb
lib/lutaml/model/type/float.rb
lib/lutaml/model/type/hash.rb
lib/lutaml/model/type/hex_binary.rb
lib/lutaml/model/type/integer.rb
lib/lutaml/model/type/qname.rb
lib/lutaml/model/type/reference.rb
lib/lutaml/model/type/string.rb
lib/lutaml/model/type/symbol.rb
lib/lutaml/model/type/time.rb
lib/lutaml/model/type/time_without_date.rb
lib/lutaml/model/type/uninitialized_class_guard.rb
lib/lutaml/model/type/uri.rb
lib/lutaml/model/type/value.rb
lib/lutaml/model/type_context.rb
lib/lutaml/model/type_registry.rb
lib/lutaml/model/type_resolver.rb
lib/lutaml/model/type_substitution.rb
lib/lutaml/model/uninitialized_class.rb
lib/lutaml/model/union.rb
lib/lutaml/model/utils.rb
lib/lutaml/model/validation.rb
lib/lutaml/model/validation/concerns/has_issues.rb
lib/lutaml/model/validation/context.rb
lib/lutaml/model/validation/issue.rb
lib/lutaml/model/validation/layer_result.rb
lib/lutaml/model/validation/profile.rb
lib/lutaml/model/validation/registry.rb
lib/lutaml/model/validation/remediation.rb
lib/lutaml/model/validation/remediation_result.rb
lib/lutaml/model/validation/report.rb
lib/lutaml/model/validation/rule.rb
lib/lutaml/model/validation_framework.rb
lib/lutaml/model/value_transformer.rb
lib/lutaml/model/version.rb
lib/lutaml/model/yaml.rb
lib/lutaml/model/yamls.rb
lib/lutaml/rdf.rb
lib/lutaml/rdf/context.rb
lib/lutaml/rdf/error.rb
lib/lutaml/rdf/iri.rb
lib/lutaml/rdf/language_tagged.rb
lib/lutaml/rdf/linked_data_transform.rb
lib/lutaml/rdf/literal.rb
lib/lutaml/rdf/mapping.rb
lib/lutaml/rdf/mapping_rule.rb
lib/lutaml/rdf/member_rule.rb
lib/lutaml/rdf/namespace.rb
lib/lutaml/rdf/namespace_set.rb
lib/lutaml/rdf/namespaces.rb
lib/lutaml/rdf/namespaces/dcterms_namespace.rb
lib/lutaml/rdf/namespaces/owl_namespace.rb
lib/lutaml/rdf/namespaces/rdf_namespace.rb
lib/lutaml/rdf/namespaces/rdfs_namespace.rb
lib/lutaml/rdf/namespaces/skos_namespace.rb
lib/lutaml/rdf/namespaces/xsd_namespace.rb
lib/lutaml/rdf/term_definition.rb
lib/lutaml/rdf/transform.rb
lib/lutaml/toml.rb
lib/lutaml/toml/adapter.rb
lib/lutaml/toml/adapter/document.rb
lib/lutaml/toml/adapter/mapping.rb
lib/lutaml/toml/adapter/mapping_rule.rb
lib/lutaml/toml/adapter/toml_rb_adapter.rb
lib/lutaml/toml/adapter/tomlib_adapter.rb
lib/lutaml/toml/adapter/transform.rb
lib/lutaml/toml/type/serializers.rb
lib/lutaml/turtle.rb
lib/lutaml/turtle/adapter.rb
lib/lutaml/turtle/mapping.rb
lib/lutaml/turtle/transform.rb
lib/lutaml/xml.rb
lib/lutaml/xml/adapter.rb
lib/lutaml/xml/adapter/adapter_helpers.rb
lib/lutaml/xml/adapter/base_adapter.rb
lib/lutaml/xml/adapter/namespace_data.rb
lib/lutaml/xml/adapter/namespace_uri_collector.rb
lib/lutaml/xml/adapter/nokogiri_adapter.rb
lib/lutaml/xml/adapter/oga_adapter.rb
lib/lutaml/xml/adapter/ox_adapter.rb
lib/lutaml/xml/adapter/plan_based_builder.rb
lib/lutaml/xml/adapter/rexml_adapter.rb
lib/lutaml/xml/adapter/xml_parser.rb
lib/lutaml/xml/adapter/xml_serializer.rb
lib/lutaml/xml/adapter_element.rb
lib/lutaml/xml/adapter_loader.rb
lib/lutaml/xml/attribute_namespace_resolver.rb
lib/lutaml/xml/blank_namespace.rb
lib/lutaml/xml/blank_namespace_handler.rb
lib/lutaml/xml/builder.rb
lib/lutaml/xml/builder/base.rb
lib/lutaml/xml/builder/nokogiri.rb
lib/lutaml/xml/builder/oga.rb
lib/lutaml/xml/builder/ox.rb
lib/lutaml/xml/builder/rexml.rb
lib/lutaml/xml/configurable.rb
lib/lutaml/xml/data_model.rb
lib/lutaml/xml/decisions.rb
lib/lutaml/xml/decisions/decision.rb
lib/lutaml/xml/decisions/decision_context.rb
lib/lutaml/xml/decisions/decision_engine.rb
lib/lutaml/xml/decisions/decision_rule.rb
lib/lutaml/xml/decisions/element_prefix_resolver.rb
lib/lutaml/xml/decisions/rules.rb
lib/lutaml/xml/decisions/rules/attribute_usage_rule.rb
lib/lutaml/xml/decisions/rules/default_preference_rule.rb
lib/lutaml/xml/decisions/rules/element_form_default_rule.rb
lib/lutaml/xml/decisions/rules/element_form_default_unqualified_rule.rb
lib/lutaml/xml/decisions/rules/element_form_option_rule.rb
lib/lutaml/xml/decisions/rules/explicit_option_rule.rb
lib/lutaml/xml/decisions/rules/format_preservation_rule.rb
lib/lutaml/xml/decisions/rules/hoisted_on_parent_rule.rb
lib/lutaml/xml/decisions/rules/inherit_from_parent_rule.rb
lib/lutaml/xml/decisions/rules/inherit_parent_prefix_rule.rb
lib/lutaml/xml/decisions/rules/namespace_scope_rule.rb
lib/lutaml/xml/decisions/rules/reuse_parent_prefix_rule.rb
lib/lutaml/xml/decisions/rules/used_prefix_rule.rb
lib/lutaml/xml/declaration_handler.rb
lib/lutaml/xml/declaration_plan.rb
lib/lutaml/xml/declaration_plan/attribute_node.rb
lib/lutaml/xml/declaration_plan/element_node.rb
lib/lutaml/xml/declaration_plan_query.rb
lib/lutaml/xml/declaration_planner.rb
lib/lutaml/xml/doctype_extractor.rb
lib/lutaml/xml/document.rb
lib/lutaml/xml/element.rb
lib/lutaml/xml/element_prefix_resolver.rb
lib/lutaml/xml/encoding_normalizer.rb
lib/lutaml/xml/error/invalid_namespace_error.rb
lib/lutaml/xml/error/invalid_xsd_type_error.rb
lib/lutaml/xml/error/namespace_mismatch_error.rb
lib/lutaml/xml/error/schema_validation_error.rb
lib/lutaml/xml/error/xml_configuration_error.rb
lib/lutaml/xml/error/xml_error.rb
lib/lutaml/xml/format_chooser.rb
lib/lutaml/xml/hoisting_algorithm.rb
lib/lutaml/xml/listener.rb
lib/lutaml/xml/mapping.rb
lib/lutaml/xml/mapping_rule.rb
lib/lutaml/xml/model_transform.rb
lib/lutaml/xml/namespace.rb
lib/lutaml/xml/namespace_class_registry.rb
lib/lutaml/xml/namespace_collector.rb
lib/lutaml/xml/namespace_declaration.rb
lib/lutaml/xml/namespace_declaration_builder.rb
lib/lutaml/xml/namespace_declaration_data.rb
lib/lutaml/xml/namespace_inheritance_resolver.rb
lib/lutaml/xml/namespace_inheritance_strategy.rb
lib/lutaml/xml/namespace_needs.rb
lib/lutaml/xml/namespace_resolution_strategy.rb
lib/lutaml/xml/namespace_resolver.rb
lib/lutaml/xml/namespace_scope_config.rb
lib/lutaml/xml/namespace_type_resolver.rb
lib/lutaml/xml/namespace_usage.rb
lib/lutaml/xml/nokogiri.rb
lib/lutaml/xml/nokogiri/element.rb
lib/lutaml/xml/oga.rb
lib/lutaml/xml/oga/element.rb
lib/lutaml/xml/ox.rb
lib/lutaml/xml/ox/element.rb
lib/lutaml/xml/parsed_namespace_declaration.rb
lib/lutaml/xml/parsed_namespace_set.rb
lib/lutaml/xml/polymorphic_value_handler.rb
lib/lutaml/xml/qualified_inheritance_strategy.rb
lib/lutaml/xml/rexml.rb
lib/lutaml/xml/rexml/element.rb
lib/lutaml/xml/schema.rb
lib/lutaml/xml/schema/builder.rb
lib/lutaml/xml/schema/builder/nokogiri.rb
lib/lutaml/xml/schema/builder/oga.rb
lib/lutaml/xml/schema/builtin_types.rb
lib/lutaml/xml/schema/relaxng_schema.rb
lib/lutaml/xml/schema/xsd.rb
lib/lutaml/xml/schema/xsd/all.rb
lib/lutaml/xml/schema/xsd/annotation.rb
lib/lutaml/xml/schema/xsd/any.rb
lib/lutaml/xml/schema/xsd/any_attribute.rb
lib/lutaml/xml/schema/xsd/appinfo.rb
lib/lutaml/xml/schema/xsd/attribute.rb
lib/lutaml/xml/schema/xsd/attribute_group.rb
lib/lutaml/xml/schema/xsd/base.rb
lib/lutaml/xml/schema/xsd/choice.rb
lib/lutaml/xml/schema/xsd/complex_content.rb
lib/lutaml/xml/schema/xsd/complex_type.rb
lib/lutaml/xml/schema/xsd/documentation.rb
lib/lutaml/xml/schema/xsd/element.rb
lib/lutaml/xml/schema/xsd/enumeration.rb
lib/lutaml/xml/schema/xsd/errors.rb
lib/lutaml/xml/schema/xsd/errors/enhanced_error.rb
lib/lutaml/xml/schema/xsd/errors/error_context.rb
lib/lutaml/xml/schema/xsd/errors/message_builder.rb
lib/lutaml/xml/schema/xsd/errors/suggestion.rb
lib/lutaml/xml/schema/xsd/errors/troubleshooters/namespace_troubleshooter.rb
lib/lutaml/xml/schema/xsd/errors/troubleshooters/troubleshooting_handler.rb
lib/lutaml/xml/schema/xsd/extension_complex_content.rb
lib/lutaml/xml/schema/xsd/extension_simple_content.rb
lib/lutaml/xml/schema/xsd/field.rb
lib/lutaml/xml/schema/xsd/file_validation_result.rb
lib/lutaml/xml/schema/xsd/fraction_digits.rb
lib/lutaml/xml/schema/xsd/glob.rb
lib/lutaml/xml/schema/xsd/group.rb
lib/lutaml/xml/schema/xsd/import.rb
lib/lutaml/xml/schema/xsd/include.rb
lib/lutaml/xml/schema/xsd/key.rb
lib/lutaml/xml/schema/xsd/keyref.rb
lib/lutaml/xml/schema/xsd/length.rb
lib/lutaml/xml/schema/xsd/list.rb
lib/lutaml/xml/schema/xsd/max_exclusive.rb
lib/lutaml/xml/schema/xsd/max_inclusive.rb
lib/lutaml/xml/schema/xsd/max_length.rb
lib/lutaml/xml/schema/xsd/min_exclusive.rb
lib/lutaml/xml/schema/xsd/min_inclusive.rb
lib/lutaml/xml/schema/xsd/min_length.rb
lib/lutaml/xml/schema/xsd/namespace_mapping.rb
lib/lutaml/xml/schema/xsd/namespace_uri_remapping.rb
lib/lutaml/xml/schema/xsd/notation.rb
lib/lutaml/xml/schema/xsd/pattern.rb
lib/lutaml/xml/schema/xsd/redefine.rb
lib/lutaml/xml/schema/xsd/restriction_complex_content.rb
lib/lutaml/xml/schema/xsd/restriction_simple_content.rb
lib/lutaml/xml/schema/xsd/restriction_simple_type.rb
lib/lutaml/xml/schema/xsd/schema.rb
lib/lutaml/xml/schema/xsd/schema_file_validation_results.rb
lib/lutaml/xml/schema/xsd/schema_location_mapping.rb
lib/lutaml/xml/schema/xsd/schema_name_resolver.rb
lib/lutaml/xml/schema/xsd/schema_path.rb
lib/lutaml/xml/schema/xsd/schema_validator.rb
lib/lutaml/xml/schema/xsd/selector.rb
lib/lutaml/xml/schema/xsd/sequence.rb
lib/lutaml/xml/schema/xsd/serialized_schema.rb
lib/lutaml/xml/schema/xsd/simple_content.rb
lib/lutaml/xml/schema/xsd/simple_type.rb
lib/lutaml/xml/schema/xsd/total_digits.rb
lib/lutaml/xml/schema/xsd/type_index_entry.rb
lib/lutaml/xml/schema/xsd/type_resolution_result.rb
lib/lutaml/xml/schema/xsd/union.rb
lib/lutaml/xml/schema/xsd/unique.rb
lib/lutaml/xml/schema/xsd/validation_error.rb
lib/lutaml/xml/schema/xsd/validation_result.rb
lib/lutaml/xml/schema/xsd/version.rb
lib/lutaml/xml/schema/xsd/white_space.rb
lib/lutaml/xml/schema/xsd_namespace.rb
lib/lutaml/xml/schema/xsd_schema.rb
lib/lutaml/xml/schema_location.rb
lib/lutaml/xml/serialization.rb
lib/lutaml/xml/serialization/collection_ext.rb
lib/lutaml/xml/serialization/format_conversion.rb
lib/lutaml/xml/serialization/instance_methods.rb
lib/lutaml/xml/serialization/model_import_ext.rb
lib/lutaml/xml/shared_dsl.rb
lib/lutaml/xml/transform.rb
lib/lutaml/xml/transformation.rb
lib/lutaml/xml/transformation/custom_method_wrapper.rb
lib/lutaml/xml/transformation/element_builder.rb
lib/lutaml/xml/transformation/ordered_applier.rb
lib/lutaml/xml/transformation/rule_applier.rb
lib/lutaml/xml/transformation/rule_compiler.rb
lib/lutaml/xml/transformation/skip_logic.rb
lib/lutaml/xml/transformation/value_serializer.rb
lib/lutaml/xml/transformation_builder.rb
lib/lutaml/xml/transformation_support.rb
lib/lutaml/xml/type/configurable.rb
lib/lutaml/xml/type/serializers.rb
lib/lutaml/xml/type/value_xml_mapping.rb
lib/lutaml/xml/type_namespace.rb
lib/lutaml/xml/type_namespace/collector.rb
lib/lutaml/xml/type_namespace/declaration.rb
lib/lutaml/xml/type_namespace/planner.rb
lib/lutaml/xml/type_namespace/reference.rb
lib/lutaml/xml/type_namespace/resolver.rb
lib/lutaml/xml/type_namespace_resolver.rb
lib/lutaml/xml/unqualified_inheritance_strategy.rb
lib/lutaml/xml/w3c.rb
lib/lutaml/xml/w3c/registration.rb
lib/lutaml/xml/xml_attribute.rb
lib/lutaml/xml/xml_element.rb
lib/lutaml/xml/xml_namespace.rb
lib/lutaml/xml/xml_orderable.rb
lib/lutaml/xml/xsd_validator.rb
lib/lutaml/yaml.rb
lib/lutaml/yaml/adapter.rb
lib/lutaml/yaml/adapter/document.rb
lib/lutaml/yaml/adapter/mapping.rb
lib/lutaml/yaml/adapter/mapping_rule.rb
lib/lutaml/yaml/adapter/standard_adapter.rb
lib/lutaml/yaml/adapter/transform.rb
lib/lutaml/yaml/schema.rb
lib/lutaml/yaml/schema/yaml_schema.rb
lib/lutaml/yaml/type/serializers.rb
lib/lutaml/yamlld.rb
lib/lutaml/yamlld/adapter.rb
lib/lutaml/yamls.rb
lib/lutaml/yamls/adapter.rb
lib/lutaml/yamls/adapter/document.rb
lib/lutaml/yamls/adapter/mapping.rb
lib/lutaml/yamls/adapter/mapping_rule.rb
lib/lutaml/yamls/adapter/standard_adapter.rb
lib/lutaml/yamls/adapter/transform.rb
lib/lutaml/yamls/adapter/yamls_sequence.rb
lib/lutaml/yamls/adapter/yamls_sequence_rule.rb
lib/tasks/benchmark_runner.rb
lib/tasks/memory_profile.rb
lib/tasks/performance.rake
lib/tasks/performance_benchmark.rb
lib/tasks/performance_comparator.rb
lib/tasks/performance_helpers.rb
lib/tasks/xml_compiler_benchmark.rb
lib/tasks/xml_optimization_benchmark.rb
lutaml-model.gemspec
reference-docs/XML Entity Definitions for Characters (3rd Edition).html
scripts-xmi-profile/profile_xmi.rb
scripts-xmi-profile/profile_xmi_simple.rb
sig/lutaml/model.rbs
spec/address_person_spec.rb
spec/address_spec.rb
spec/ceramic_spec.rb
spec/fixtures/address.rb
spec/fixtures/ceramic.rb
spec/fixtures/geolexica_v2_concept.rb
spec/fixtures/geolexica_v2_sample.yaml
spec/fixtures/geolexica_v2_sample2.yaml
spec/fixtures/liquid_templates/_ceramic.liquid
spec/fixtures/liquid_templates/_ceramics_in_one.liquid
spec/fixtures/person.rb
spec/fixtures/sample_model.rb
spec/fixtures/vase.rb
spec/fixtures/xml/address_example_260.xsd
spec/fixtures/xml/examples/nested_categories.xml
spec/fixtures/xml/examples/valid_catalog.xml
spec/fixtures/xml/invalid_math_document.xml
spec/fixtures/xml/latin_encoding.xml
spec/fixtures/xml/math_document_schema.xsd
spec/fixtures/xml/product_catalog.xsd
spec/fixtures/xml/schema/rnc/address_book.rnc
spec/fixtures/xml/schema/rnc/book_features.rnc
spec/fixtures/xml/schema/rnc/includes/book.rnc
spec/fixtures/xml/schema/rnc/includes/circular_a.rnc
spec/fixtures/xml/schema/rnc/includes/circular_b.rnc
spec/fixtures/xml/schema/rnc/includes/library.rnc
spec/fixtures/xml/schema/rng/address_book.rng
spec/fixtures/xml/schema/rng/book.rng
spec/fixtures/xml/schema/rng/fixed_value.rng
spec/fixtures/xml/schema/rng/fragment_in_choice.rng
spec/fixtures/xml/schema/rng/full_name.rng
spec/fixtures/xml/schema/rng/integer_range.rng
spec/fixtures/xml/schema/rng/list_type.rng
spec/fixtures/xml/schema/rng/namespaced.rng
spec/fixtures/xml/schema/rng/paragraph.rng
spec/fixtures/xml/schema/rng/person.rng
spec/fixtures/xml/schema/rng/union.rng
spec/fixtures/xml/schema/xsd/build_test_package.rb
spec/fixtures/xml/schema/xsd/citygml/2.0/cityGMLBase.xsd
spec/fixtures/xml/schema/xsd/citygml/appearance/2.0/appearance.xsd
spec/fixtures/xml/schema/xsd/citygml/bridge/2.0/bridge.xsd
spec/fixtures/xml/schema/xsd/citygml/building/2.0/building.xsd
spec/fixtures/xml/schema/xsd/citygml/cityfurniture/2.0/cityFurniture.xsd
spec/fixtures/xml/schema/xsd/citygml/cityobjectgroup/2.0/cityObjectGroup.xsd
spec/fixtures/xml/schema/xsd/citygml/examples/2.0/ade/noise-ade/CityGML-NoiseADE.xsd
spec/fixtures/xml/schema/xsd/citygml/examples/2.0/ade/robotics-ade/stdOp.xsd
spec/fixtures/xml/schema/xsd/citygml/examples/2.0/ade/robotics-ade/unr.xsd
spec/fixtures/xml/schema/xsd/citygml/generics/2.0/generics.xsd
spec/fixtures/xml/schema/xsd/citygml/landuse/2.0/landUse.xsd
spec/fixtures/xml/schema/xsd/citygml/profiles/base/2.0/CityGML.xsd
spec/fixtures/xml/schema/xsd/citygml/relief/2.0/relief.xsd
spec/fixtures/xml/schema/xsd/citygml/texturedsurface/2.0/texturedSurface.xsd
spec/fixtures/xml/schema/xsd/citygml/transportation/2.0/transportation.xsd
spec/fixtures/xml/schema/xsd/citygml/tunnel/2.0/tunnel.xsd
spec/fixtures/xml/schema/xsd/citygml/vegetation/2.0/vegetation.xsd
spec/fixtures/xml/schema/xsd/citygml/waterbody/2.0/waterBody.xsd
spec/fixtures/xml/schema/xsd/citygml/xAL/xAL.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/gml/3.2.1/basicTypes.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/gml/3.2.1/coordinateOperations.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/gml/3.2.1/coordinateReferenceSystems.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/gml/3.2.1/coordinateSystems.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/gml/3.2.1/coverage.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/gml/3.2.1/datums.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/gml/3.2.1/defaultStyle.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/gml/3.2.1/deprecatedTypes.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/gml/3.2.1/dictionary.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/gml/3.2.1/direction.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/gml/3.2.1/dynamicFeature.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/gml/3.2.1/feature.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/gml/3.2.1/geometryAggregates.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/gml/3.2.1/geometryBasic0d1d.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/gml/3.2.1/geometryBasic2d.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/gml/3.2.1/geometryComplexes.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/gml/3.2.1/geometryPrimitives.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/gml/3.2.1/gml.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/gml/3.2.1/gmlBase.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/gml/3.2.1/grids.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/gml/3.2.1/measures.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/gml/3.2.1/observation.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/gml/3.2.1/referenceSystems.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/gml/3.2.1/temporal.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/gml/3.2.1/temporalReferenceSystems.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/gml/3.2.1/temporalTopology.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/gml/3.2.1/topology.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/gml/3.2.1/units.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/gml/3.2.1/valueObjects.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gco/basicTypes.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gco/gco.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gco/gcoBase.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gmd/applicationSchema.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gmd/citation.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gmd/constraints.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gmd/content.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gmd/dataQuality.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gmd/distribution.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gmd/extent.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gmd/freeText.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gmd/gmd.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gmd/identification.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gmd/maintenance.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gmd/metadataApplication.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gmd/metadataEntity.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gmd/metadataExtension.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gmd/portrayalCatalogue.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gmd/referenceSystem.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gmd/spatialRepresentation.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gmx/catalogues.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gmx/codelistItem.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gmx/crsItem.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gmx/extendedTypes.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gmx/gmx.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gmx/gmxUsage.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gmx/uomItem.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gsr/gsr.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gsr/spatialReferencing.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gss/geometry.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gss/gss.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gts/gts.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/iso/19139/20070417/gts/temporalObjects.xsd
spec/fixtures/xml/schema/xsd/codesynthesis-gml-3.2.1/xlink/1.0.0/xlinks.xsd
spec/fixtures/xml/schema/xsd/i-ur/urbanFunction.xsd
spec/fixtures/xml/schema/xsd/i-ur/urbanObject.xsd
spec/fixtures/xml/schema/xsd/import-without-location.xsd
spec/fixtures/xml/schema/xsd/isotc211/19103/-/gco/1.2.0/baseTypes.xsd
spec/fixtures/xml/schema/xsd/isotc211/19103/-/gco/1.2.0/gco.xsd
spec/fixtures/xml/schema/xsd/isotc211/19103/-/gco/1.2/baseTypes.xsd
spec/fixtures/xml/schema/xsd/isotc211/19103/-/gco/1.2/gco.xsd
spec/fixtures/xml/schema/xsd/isotc211/19103/-/gcx/1.2.0/extendedTypes.xsd
spec/fixtures/xml/schema/xsd/isotc211/19103/-/gcx/1.2.0/gcx.xsd
spec/fixtures/xml/schema/xsd/isotc211/19103/-/gcx/1.2/extendedTypes.xsd
spec/fixtures/xml/schema/xsd/isotc211/19103/-/gcx/1.2/gcx.xsd
spec/fixtures/xml/schema/xsd/isotc211/19107/-/gss/1.0.0/coordinateGeometry.xsd
spec/fixtures/xml/schema/xsd/isotc211/19107/-/gss/1.0.0/geometricAggregates.xsd
spec/fixtures/xml/schema/xsd/isotc211/19107/-/gss/1.0.0/geometricComplex.xsd
spec/fixtures/xml/schema/xsd/isotc211/19107/-/gss/1.0.0/geometricPrimative.xsd
spec/fixtures/xml/schema/xsd/isotc211/19107/-/gss/1.0.0/geometry.xsd
spec/fixtures/xml/schema/xsd/isotc211/19107/-/gss/1.0.0/geometryRoot.xsd
spec/fixtures/xml/schema/xsd/isotc211/19107/-/gss/1.0.0/gss.xsd
spec/fixtures/xml/schema/xsd/isotc211/19107/-/gss/1.0.0/topoComplex.xsd
spec/fixtures/xml/schema/xsd/isotc211/19107/-/gss/1.0.0/topoPrimative.xsd
spec/fixtures/xml/schema/xsd/isotc211/19107/-/gss/1.0.0/topoRoot.xsd
spec/fixtures/xml/schema/xsd/isotc211/19107/-/gss/1.0.0/topology.xsd
spec/fixtures/xml/schema/xsd/isotc211/19107/-/gss/2.0.0/coordinates.xsd
spec/fixtures/xml/schema/xsd/isotc211/19107/-/gss/2.0.0/curves.xsd
spec/fixtures/xml/schema/xsd/isotc211/19107/-/gss/2.0.0/geometry.xsd
spec/fixtures/xml/schema/xsd/isotc211/19107/-/gss/2.0.0/gss.xsd
spec/fixtures/xml/schema/xsd/isotc211/19107/-/gss/2.0.0/simplicialGeometry.xsd
spec/fixtures/xml/schema/xsd/isotc211/19107/-/gss/2.0.0/solids.xsd
spec/fixtures/xml/schema/xsd/isotc211/19107/-/gss/2.0.0/surfaces.xsd
spec/fixtures/xml/schema/xsd/isotc211/19107/-/gss/2.0.0/topology.xsd
spec/fixtures/xml/schema/xsd/isotc211/19110/-/fcc/2.1.0/abstract.xsd
spec/fixtures/xml/schema/xsd/isotc211/19110/-/fcc/2.1.0/fcc.xsd
spec/fixtures/xml/schema/xsd/isotc211/19110/-/fcc/2.2.0/abstract.xsd
spec/fixtures/xml/schema/xsd/isotc211/19110/-/fcc/2.2.0/fcc.xsd
spec/fixtures/xml/schema/xsd/isotc211/19110/-/fcc/2.2/abstract.xsd
spec/fixtures/xml/schema/xsd/isotc211/19110/-/fcc/2.2/fcc.xsd
spec/fixtures/xml/schema/xsd/isotc211/19110/-/gfc/1.0/gfc.xsd
spec/fixtures/xml/schema/xsd/isotc211/19110/-/gfc/2.1.0/featureCatalogue.xsd
spec/fixtures/xml/schema/xsd/isotc211/19110/-/gfc/2.1.0/gfc.xsd
spec/fixtures/xml/schema/xsd/isotc211/19110/-/gfc/2.2.0/featureCatalogue.xsd
spec/fixtures/xml/schema/xsd/isotc211/19110/-/gfc/2.2.0/gfc.xsd
spec/fixtures/xml/schema/xsd/isotc211/19110/-/gfc/2.2/featureCatalogue.xsd
spec/fixtures/xml/schema/xsd/isotc211/19110/-/gfc/2.2/gfc.xsd
spec/fixtures/xml/schema/xsd/isotc211/19110/fcc/1.0/abstract.xsd
spec/fixtures/xml/schema/xsd/isotc211/19110/fcc/1.0/fcc.xsd
spec/fixtures/xml/schema/xsd/isotc211/19110/gfc/1.1/featureCatalogue.xsd
spec/fixtures/xml/schema/xsd/isotc211/19110/gfc/1.1/gfc.xsd
spec/fixtures/xml/schema/xsd/isotc211/19111/-/rbc/3.1.0/rbc.xsd
spec/fixtures/xml/schema/xsd/isotc211/19111/-/rbc/3.1.0/rbcStubs.xsd
spec/fixtures/xml/schema/xsd/isotc211/19111/-/rbc/3.1.1/AbstractCommonClasses.xsd
spec/fixtures/xml/schema/xsd/isotc211/19111/-/rbc/3.1.1/commonClasses.xsd
spec/fixtures/xml/schema/xsd/isotc211/19111/-/rbc/3.1.1/coordOps.xsd
spec/fixtures/xml/schema/xsd/isotc211/19111/-/rbc/3.1.1/coordRefSys.xsd
spec/fixtures/xml/schema/xsd/isotc211/19111/-/rbc/3.1.1/coordSys.xsd
spec/fixtures/xml/schema/xsd/isotc211/19111/-/rbc/3.1.1/coordinates.xsd
spec/fixtures/xml/schema/xsd/isotc211/19111/-/rbc/3.1.1/datum.xsd
spec/fixtures/xml/schema/xsd/isotc211/19111/-/rbc/3.1.1/rbc.xsd
spec/fixtures/xml/schema/xsd/isotc211/19111/-/rbc/3.1/rbc.xsd
spec/fixtures/xml/schema/xsd/isotc211/19111/-/rbc/3.1/rbcStubs.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/cit/1.3.0/cit.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/cit/1.3.0/citation.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/cit/1.3/cit.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/cit/1.3/citation.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/gex/1.3.0/extent.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/gex/1.3.0/gex.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/gex/1.3.1/extent.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/gex/1.3.1/gex.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/gex/1.3/extent.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/gex/1.3/gex.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/lan/1.3.0/lan.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/lan/1.3.0/language.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/lan/1.3/lan.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/lan/1.3/language.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mas/1.3.0/applicationSchema.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mas/1.3.0/mas.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mas/1.3/applicationSchema.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mas/1.3/mas.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mcc/1.3.0/AbstractCommonClasses.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mcc/1.3.0/commonClasses.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mcc/1.3.0/mcc.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mcc/1.3/AbstractCommonClasses.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mcc/1.3/commonClasses.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mcc/1.3/mcc.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mco/1.3.0/constraints.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mco/1.3.0/mco.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mco/1.3/constraints.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mco/1.3/mco.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mda/1.3.0/mda.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mda/1.3.0/metadataApplication.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mda/1.3.1/mda.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mda/1.3.1/metadataApplication.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mda/1.3/mda.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mda/1.3/metadataApplication.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mdb/1.3.0/mdb.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mdb/1.3.0/metadataBase.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mdb/1.3.0/metadataBaseMDAerror.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mdb/1.3.1/mdb.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mdb/1.3.1/metadataBase.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mdb/1.3/mdb.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mdb/1.3/metadataBase.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mdb/1.3/metadataBaseMDAerror.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mex/1.3.0/metadataExtension.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mex/1.3.0/mex.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mex/1.3/metadataExtension.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mex/1.3/mex.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mmi/1.3.0/maintenance.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mmi/1.3.0/mmi.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mmi/1.3/maintenance.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mmi/1.3/mmi.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mpc/1.3.0/mpc.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mpc/1.3.0/portrayalCatalogue.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mpc/1.3/mpc.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mpc/1.3/portrayalCatalogue.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mrc/1.3.0/content.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mrc/1.3.0/mrc.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mrc/1.3.1/content.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mrc/1.3.1/mrc.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mrc/1.3/content.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mrc/1.3/mrc.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mrd/1.3.0/distribution.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mrd/1.3.0/mrd.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mrd/1.3/distribution.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mrd/1.3/mrd.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mri/1.3.0/identification.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mri/1.3.0/mri.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mri/1.3/identification.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mri/1.3/mri.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mrl/1.3.0/lineage.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mrl/1.3.0/mrl.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mrl/1.3/lineage.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mrl/1.3/mrl.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mrs/1.3.0/mrs.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mrs/1.3.0/referenceSystem.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mrs/1.3.1/mrs.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mrs/1.3.1/referenceSystem.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mrs/1.3/mrs.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/mrs/1.3/referenceSystem.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/msr/1.3.0/msr.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/msr/1.3.0/spatialRepresentation.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/msr/1.3.1/msr.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/msr/1.3.1/spatialRepresentation.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/msr/1.3/msr.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/msr/1.3/spatialRepresentation.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/srv/1.3.0/serviceInformation.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/srv/1.3.0/srv.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/srv/1.3/serviceInformation.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-1/srv/1.3/srv.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-2/gmi/1.0/acquisitionInformation.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-2/gmi/1.0/contentInformation.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-2/gmi/1.0/dataQualityInformation.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-2/gmi/1.0/gmi.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-2/gmi/1.0/metadataEntitySet.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-2/gmi/1.0/spatialRepresentationInformation.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-2/gmi/1.1/acquisitionInformation.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-2/gmi/1.1/contentInformation.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-2/gmi/1.1/dataQualityInformation.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-2/gmi/1.1/gmi.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-2/gmi/1.1/metadataEntitySet.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-2/gmi/1.1/spatialRepresentationInformation.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-2/mac/2.2.0/acquisitionInformationImagery.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-2/mac/2.2.0/mac.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-2/mac/2.2.1/acquisitionInformationImagery.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-2/mac/2.2.1/mac.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-2/mac/2.2/acquisitionInformationImagery.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-2/mac/2.2/mac.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-2/mrc/2.2.0/contentInformationImagery.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-2/mrc/2.2.1/contentInformationImagery.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-2/mrc/2.2/contentInformationImagery.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-2/mrl/2.2.0/lineageImagery.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-2/mrl/2.2/lineageImagery.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-2/msr/2.2.0/spatialRepresentationImagery.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-2/msr/2.2.1/spatialRepresentationImagery.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-2/msr/2.2/spatialRepresentationImagery.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/cat/1.0/cat.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/cat/1.0/catalogues.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/cat/1.0/codelistItem.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/cat/1.0/crsItem.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/cat/1.0/uomItem.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/cit/1.0/cit.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/cit/1.0/citation.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/cit/2.0/cit.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/cit/2.0/citation.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/gco/1.0/baseTypes.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/gco/1.0/baseTypes2014.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/gco/1.0/gco.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/gcx/1.0/extendedTypes.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/gcx/1.0/gcx.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/gex/1.0/extent.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/gex/1.0/gex.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/gmw/1.0/gmlWrapperTypes.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/gmw/1.0/gmlWrapperTypes2014.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/gmw/1.0/gmw.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/lan/1.0/lan.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/lan/1.0/language.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mac/1.0/acquisitionInformationImagery.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mac/1.0/mac.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mac/2.0/acquisitionInformationImagery.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mac/2.0/event.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mac/2.0/mac.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mac/2.0/metadataEntitySet.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mas/1.0/applicationSchema.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mas/1.0/mas.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mcc/1.0/AbstractCommonClasses.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mcc/1.0/commonClasses.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mcc/1.0/mcc.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mco/1.0/constraints.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mco/1.0/mco.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/md1/1.0/md1.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/md1/1.0/metadataWExtendedType.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/md1/2.0/md1.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/md1/2.0/metadataWExtendedType.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/md2/1.0/md2.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/md2/1.0/metadataWithExtensions.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/md2/2.0/md2.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/md2/2.0/metadataWithExtensions.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mda/1.0/mda.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mda/1.0/metadataApplication.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mda/2.0/mda.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mda/2.0/metadataApplication.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mdb/1.0/mdb.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mdb/1.0/metadataBase.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mdb/2.0/mdb.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mdb/2.0/metadataBase.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mds/1.0/mds.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mds/1.0/metadataDataServices.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mds/2.0/mds.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mds/2.0/metadataDataServices.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mdt/1.0/mdt.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mdt/1.0/metadataTransfer.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mdt/2.0/mdt.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mdt/2.0/metadataTransfer.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mex/1.0/metadataExtension.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mex/1.0/mex.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mmi/1.0/maintenance.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mmi/1.0/mmi.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mpc/1.0/mpc.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mpc/1.0/portrayalCatalogue.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mrc/1.0/content.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mrc/1.0/contentInformationImagery.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mrc/1.0/mrc.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mrc/2.0/content.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mrc/2.0/contentInformationImagery.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mrc/2.0/mrc.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mrd/1.0/distribution.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mrd/1.0/mrd.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mri/1.0/identification.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mri/1.0/mri.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mrl/1.0/lineage.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mrl/1.0/lineageImagery.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mrl/1.0/mrl.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mrl/2.0/lineage.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mrl/2.0/lineageImagery.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mrl/2.0/mrl.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mrs/1.0/mrs.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/mrs/1.0/referenceSystem.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/msr/1.0/msr.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/msr/1.0/spatialRepresentation.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/msr/1.0/spatialRepresentationImagery.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/msr/2.0/msr.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/msr/2.0/spatialRepresentation.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/msr/2.0/spatialRepresentationImagery.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/srv/2.0/serviceInformation.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/srv/2.0/srv.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/srv/2.1/serviceInformation.xsd
spec/fixtures/xml/schema/xsd/isotc211/19115/-3/srv/2.1/srv.xsd
spec/fixtures/xml/schema/xsd/isotc211/19119/-/srv/1.0/serviceMetadata.xsd
spec/fixtures/xml/schema/xsd/isotc211/19119/-/srv/1.0/serviceModel.xsd
spec/fixtures/xml/schema/xsd/isotc211/19119/-/srv/1.0/srv.xsd
spec/fixtures/xml/schema/xsd/isotc211/19119/srv/serviceMetadata.xsd
spec/fixtures/xml/schema/xsd/isotc211/19119/srv/serviceModel.xsd
spec/fixtures/xml/schema/xsd/isotc211/19119/srv/srv.xsd
spec/fixtures/xml/schema/xsd/isotc211/19123/-/cis/1.1.0/cis-0.xsd
spec/fixtures/xml/schema/xsd/isotc211/19123/-/cis/1.1.0/codeLists.xsd
spec/fixtures/xml/schema/xsd/isotc211/19123/-/cis/1.1.0/gridPoint.xsd
spec/fixtures/xml/schema/xsd/isotc211/19123/-/cis/1.1/cis-0.xsd
spec/fixtures/xml/schema/xsd/isotc211/19123/-/cis/1.1/codeLists.xsd
spec/fixtures/xml/schema/xsd/isotc211/19123/-/cis/1.1/gridPoint.xsd
spec/fixtures/xml/schema/xsd/isotc211/19123/-/cis/3.1.0/codeLists.xsd
spec/fixtures/xml/schema/xsd/isotc211/19123/-/cis/3.1.0/gridPoint.xsd
spec/fixtures/xml/schema/xsd/isotc211/19123/-2/cis/1.0/coverage.xsd
spec/fixtures/xml/schema/xsd/isotc211/19123/-2/cis/1.0/gmlcovAll.xsd
spec/fixtures/xml/schema/xsd/isotc211/19123/-2/cis/1.0/grids.xsd
spec/fixtures/xml/schema/xsd/isotc211/19123/-2/cis/1.1.0/coverage.xsd
spec/fixtures/xml/schema/xsd/isotc211/19123/-2/cis/1.1.0/gmlcovAll.xsd
spec/fixtures/xml/schema/xsd/isotc211/19123/-2/cis/1.1.0/grids.xsd
spec/fixtures/xml/schema/xsd/isotc211/19123/-2/cis/1.1/coverage.xsd
spec/fixtures/xml/schema/xsd/isotc211/19123/-2/cis/1.1/gmlcovAll.xsd
spec/fixtures/xml/schema/xsd/isotc211/19123/-2/cis/1.1/grids.xsd
spec/fixtures/xml/schema/xsd/isotc211/19123/-2/cis/3.1.0/coverage.xsd
spec/fixtures/xml/schema/xsd/isotc211/19123/-2/cis/3.1.0/gmlcovAll.xsd
spec/fixtures/xml/schema/xsd/isotc211/19123/-2/cis/3.1.0/grids.xsd
spec/fixtures/xml/schema/xsd/isotc211/19130/-1/smi/1.1.0/codeList.xsd
spec/fixtures/xml/schema/xsd/isotc211/19130/-1/smi/1.1.0/groundControlPoints.xsd
spec/fixtures/xml/schema/xsd/isotc211/19130/-1/smi/1.1.0/nonPhysicalSensorModel.xsd
spec/fixtures/xml/schema/xsd/isotc211/19130/-1/smi/1.1.0/physicalSensorModel.xsd
spec/fixtures/xml/schema/xsd/isotc211/19130/-1/smi/1.1.0/sensorModel.xsd
spec/fixtures/xml/schema/xsd/isotc211/19130/-1/smi/1.1.0/sensorParameters.xsd
spec/fixtures/xml/schema/xsd/isotc211/19130/-1/smi/1.1.0/spatialElements.xsd
spec/fixtures/xml/schema/xsd/isotc211/19130/-1/smi/1.1.1/codeList.xsd
spec/fixtures/xml/schema/xsd/isotc211/19130/-1/smi/1.1.1/groundControlPoints.xsd
spec/fixtures/xml/schema/xsd/isotc211/19130/-1/smi/1.1.1/nonPhysicalSensorModel.xsd
spec/fixtures/xml/schema/xsd/isotc211/19130/-1/smi/1.1.1/physicalSensorModel.xsd
spec/fixtures/xml/schema/xsd/isotc211/19130/-1/smi/1.1.1/sensorModel.xsd
spec/fixtures/xml/schema/xsd/isotc211/19130/-1/smi/1.1.1/sensorParameters.xsd
spec/fixtures/xml/schema/xsd/isotc211/19130/-1/smi/1.1.1/spatialElements.xsd
spec/fixtures/xml/schema/xsd/isotc211/19130/-2/smi/1.1.0/codeList.xsd
spec/fixtures/xml/schema/xsd/isotc211/19130/-2/smi/1.1.0/sensorModel.xsd
spec/fixtures/xml/schema/xsd/isotc211/19130/-2/smi/1.1.0/sensorParameters.xsd
spec/fixtures/xml/schema/xsd/isotc211/19130/-2/smi/1.1.0/spatialElements.xsd
spec/fixtures/xml/schema/xsd/isotc211/19130/-2/smi/1.1.1/codeList.xsd
spec/fixtures/xml/schema/xsd/isotc211/19130/-2/smi/1.1.1/sensorModel.xsd
spec/fixtures/xml/schema/xsd/isotc211/19130/-2/smi/1.1.1/sensorParameters.xsd
spec/fixtures/xml/schema/xsd/isotc211/19130/-2/smi/1.1.1/spatialElements.xsd
spec/fixtures/xml/schema/xsd/isotc211/19130/-3/smi/1.1.0/smi.xsd
spec/fixtures/xml/schema/xsd/isotc211/19130/-3/smi/1.1.1/smi.xsd
spec/fixtures/xml/schema/xsd/isotc211/19130/-3/smi/1.1/smi.xsd
spec/fixtures/xml/schema/xsd/isotc211/19131/-/dps/2.0.0/dps.xsd
spec/fixtures/xml/schema/xsd/isotc211/19131/-/dps/2.0/dps.xsd
spec/fixtures/xml/schema/xsd/isotc211/19131/-/dps/2.2.0/dps.xsd
spec/fixtures/xml/schema/xsd/isotc211/19131/-/dps/2.2.1/dps.xsd
spec/fixtures/xml/schema/xsd/isotc211/19131/-/dps/2.2/dps.xsd
spec/fixtures/xml/schema/xsd/isotc211/19131/-1/dps/2.0/dps.xsd
spec/fixtures/xml/schema/xsd/isotc211/19131/-1/dps/2.2.0/dps.xsd
spec/fixtures/xml/schema/xsd/isotc211/19135/-1/pir/1.0/core.xsd
spec/fixtures/xml/schema/xsd/isotc211/19135/-1/pir/1.0/extended.xsd
spec/fixtures/xml/schema/xsd/isotc211/19135/-1/pir/1.0/hierarchy.xsd
spec/fixtures/xml/schema/xsd/isotc211/19135/-1/pir/1.0/pir.xsd
spec/fixtures/xml/schema/xsd/isotc211/19135/-1/pir/1.1.0/core.xsd
spec/fixtures/xml/schema/xsd/isotc211/19135/-1/pir/1.1.0/extended.xsd
spec/fixtures/xml/schema/xsd/isotc211/19135/-1/pir/1.1.0/hierarchy.xsd
spec/fixtures/xml/schema/xsd/isotc211/19135/-1/pir/1.1.0/pir.xsd
spec/fixtures/xml/schema/xsd/isotc211/19135/-1/pir/1.1/core.xsd
spec/fixtures/xml/schema/xsd/isotc211/19135/-1/pir/1.1/extended.xsd
spec/fixtures/xml/schema/xsd/isotc211/19135/-1/pir/1.1/hierarchy.xsd
spec/fixtures/xml/schema/xsd/isotc211/19135/-1/pir/1.1/pir.xsd
spec/fixtures/xml/schema/xsd/isotc211/19135/-2/pre/1.0/abstract.xsd
spec/fixtures/xml/schema/xsd/isotc211/19135/-2/pre/1.0/pre.xsd
spec/fixtures/xml/schema/xsd/isotc211/19135/-2/pre/1.2.0/abstract.xsd
spec/fixtures/xml/schema/xsd/isotc211/19135/-2/pre/1.2.0/pre.xsd
spec/fixtures/xml/schema/xsd/isotc211/19135/-2/reg/1.0/reg.xsd
spec/fixtures/xml/schema/xsd/isotc211/19135/-2/reg/1.0/registration.xsd
spec/fixtures/xml/schema/xsd/isotc211/19135/-2/reg/1.2.0/reg.xsd
spec/fixtures/xml/schema/xsd/isotc211/19135/-2/reg/1.2.0/registration.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-/gml/1.0/basicTypes.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-/gml/1.0/coordinateOperations.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-/gml/1.0/coordinateReferenceSystems.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-/gml/1.0/coordinateSystems.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-/gml/1.0/coverage.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-/gml/1.0/datums.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-/gml/1.0/defaultStyle.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-/gml/1.0/deprecatedTypes.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-/gml/1.0/dictionary.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-/gml/1.0/direction.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-/gml/1.0/dynamicFeature.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-/gml/1.0/feature.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-/gml/1.0/geometryAggregates.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-/gml/1.0/geometryBasic0d1d.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-/gml/1.0/geometryBasic2d.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-/gml/1.0/geometryComplexes.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-/gml/1.0/geometryPrimitives.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-/gml/1.0/gml.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-/gml/1.0/gmlBase.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-/gml/1.0/grids.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-/gml/1.0/measures.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-/gml/1.0/observation.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-/gml/1.0/referenceSystems.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-/gml/1.0/temporal.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-/gml/1.0/temporalReferenceSystems.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-/gml/1.0/temporalTopology.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-/gml/1.0/topology.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-/gml/1.0/units.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-/gml/1.0/valueObjects.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-1/gmw/1.1.0/gmlWrapperTypes.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-1/gmw/1.1.0/gmw.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-1/gmw/1.1/gmlWrapperTypes.xsd
spec/fixtures/xml/schema/xsd/isotc211/19136/-1/gmw/1.1/gmw.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/cat/1.2.0/cat.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/cat/1.2.0/catalogues.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/cat/1.2.0/codelistItem.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/cat/1.2.0/crsItem.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/cat/1.2.0/uomItem.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/cat/1.2/cat.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/cat/1.2/catalogues.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/cat/1.2/codelistItem.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/cat/1.2/crsItem.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/cat/1.2/uomItem.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gco/1.0/basicTypes.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gco/1.0/gco.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gco/1.0/gcoBase.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gmd/1.0/applicationSchema.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gmd/1.0/citation.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gmd/1.0/constraints.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gmd/1.0/content.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gmd/1.0/dataQuality.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gmd/1.0/distribution.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gmd/1.0/extent.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gmd/1.0/freeText.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gmd/1.0/gmd.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gmd/1.0/identification.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gmd/1.0/maintenance.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gmd/1.0/metadataApplication.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gmd/1.0/metadataEntity.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gmd/1.0/metadataExtension.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gmd/1.0/portrayalCatalogue.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gmd/1.0/referenceSystem.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gmd/1.0/spatialRepresentation.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gmx/1.0/catalogues.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gmx/1.0/codelistItem.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gmx/1.0/crsItem.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gmx/1.0/extendedTypes.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gmx/1.0/gmx.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gmx/1.0/gmxUsage.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gmx/1.0/uomItem.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gsr/1.0/gsr.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gsr/1.0/spatialReferencing.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gss/1.0/geometry.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gss/1.0/gss.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gts/1.0/gts.xsd
spec/fixtures/xml/schema/xsd/isotc211/19139/-/gts/1.0/temporalObjects.xsd
spec/fixtures/xml/schema/xsd/isotc211/19155/gpi/1.0/gpi.xsd
spec/fixtures/xml/schema/xsd/isotc211/19155/gpi/1.0/placeIdentifier.xsd
spec/fixtures/xml/schema/xsd/isotc211/19155/gpi/1.0/sampleGMLApplicationSchema.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-/dqc/1.2.0/abstract.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-/dqc/1.2.0/dqc.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-/dqc/1.2/abstract.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-/dqc/1.2/dqc.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-/dqm/1.2.0/dqm.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-/dqm/1.2.0/qualityMeasures.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-/dqm/1.2/dqm.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-/dqm/1.2/qualityMeasures.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-/mdq/1.2.0/dataQualityElement.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-/mdq/1.2.0/dataQualityEvaluation.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-/mdq/1.2.0/dataQualityImagery.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-/mdq/1.2.0/dataQualityResult.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-/mdq/1.2.0/mdq.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-/mdq/1.2.0/metaquality.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-/mdq/1.2/dataQualityElement.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-/mdq/1.2/dataQualityEvaluation.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-/mdq/1.2/dataQualityImagery.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-/mdq/1.2/dataQualityResult.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-/mdq/1.2/mdq.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-/mdq/1.2/metaquality.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-1/dqc/1.0.0/dataQualityCommon.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-1/dqc/1.0.0/dqc.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-1/dqc/1.0.1/dataQualityCommon.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-1/dqc/1.0.1/dqc.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-1/dqm/1.0.0/dataQualityMeasure.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-1/dqm/1.0.0/dqm.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-1/dqm/1.0.1/dataQualityMeasure.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-1/dqm/1.0.1/dqm.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-1/mdq/1.0.0/dataQuality.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-1/mdq/1.0.0/dataQualityEvaluation.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-1/mdq/1.0.0/dataQualityResult.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-1/mdq/1.0.0/mdq.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-1/mdq/1.0.0/metaquality.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-1/mdq/1.0.1/dataQuality.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-1/mdq/1.0.1/dataQualityEvaluation.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-1/mdq/1.0.1/dataQualityResult.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-1/mdq/1.0.1/mdq.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-1/mdq/1.0.1/metaquality.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-2/dqc/1.0/abstract.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-2/dqc/1.0/dqc.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-2/dqm/1.0/dqm.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-2/dqm/1.0/qualityMeasures.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-2/mdq/1.0/dataQualityElement.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-2/mdq/1.0/dataQualityEvaluation.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-2/mdq/1.0/dataQualityImagery.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-2/mdq/1.0/dataQualityResult.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-2/mdq/1.0/mdq.xsd
spec/fixtures/xml/schema/xsd/isotc211/19157/-2/mdq/1.0/metaquality.xsd
spec/fixtures/xml/schema/xsd/isotc211/19160/-4/patdl/2.7.3/PATDL.v.2.7.3.xsd
spec/fixtures/xml/schema/xsd/isotc211/19163/-1/igd/1.1.0/IE_Imagery.xsd
spec/fixtures/xml/schema/xsd/isotc211/19163/-1/igd/1.1.0/IE_ImageryAndGriddedData.xsd
spec/fixtures/xml/schema/xsd/isotc211/19163/-1/igd/1.1.0/IE_ThematicGriddedData.xsd
spec/fixtures/xml/schema/xsd/isotc211/19163/-1/igd/1.1.0/igd.xsd
spec/fixtures/xml/schema/xsd/isotc211/19163/-1/igd/1.1.1/IE_Imagery.xsd
spec/fixtures/xml/schema/xsd/isotc211/19163/-1/igd/1.1.1/IE_ImageryAndGriddedData.xsd
spec/fixtures/xml/schema/xsd/isotc211/19163/-1/igd/1.1.1/IE_ThematicGriddedData.xsd
spec/fixtures/xml/schema/xsd/isotc211/19163/-1/igd/1.1.1/igd.xsd
spec/fixtures/xml/schema/xsd/isotc211/19163/-1/igd/1.1/IE_Imagery.xsd
spec/fixtures/xml/schema/xsd/isotc211/19163/-1/igd/1.1/IE_ImageryAndGriddedData.xsd
spec/fixtures/xml/schema/xsd/isotc211/19163/-1/igd/1.1/IE_ThematicGriddedData.xsd
spec/fixtures/xml/schema/xsd/isotc211/19163/-1/igd/1.1/igd.xsd
spec/fixtures/xml/schema/xsd/isotc211/19165/-1/gpm/1.0.0/geospatialPreservationMetadata.xsd
spec/fixtures/xml/schema/xsd/isotc211/19165/-1/gpm/1.0.0/gpm.xsd
spec/fixtures/xml/schema/xsd/isotc211/19165/gpm/1.0/geospatialPreservationMetadata.xsd
spec/fixtures/xml/schema/xsd/isotc211/19165/gpm/1.0/gpm.xsd
spec/fixtures/xml/schema/xsd/metaschema-datatypes.xsd
spec/fixtures/xml/schema/xsd/metaschema-markup-line.xsd
spec/fixtures/xml/schema/xsd/metaschema-markup-multiline.xsd
spec/fixtures/xml/schema/xsd/metaschema-meta-constraints.xsd
spec/fixtures/xml/schema/xsd/metaschema-prose-base.xsd
spec/fixtures/xml/schema/xsd/metaschema-prose-module.xsd
spec/fixtures/xml/schema/xsd/metaschema.xsd
spec/fixtures/xml/schema/xsd/omml_schema.xsd
spec/fixtures/xml/schema/xsd/smil20/rdf.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-AccessKeyTiming.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-AudioLayout.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-BasicAnimation.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-BasicContentControl.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-BasicInlineTiming.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-BasicLayout.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-BasicLinking.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-BasicMedia.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-BasicTimeContainers.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-BasicTransitions.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-BrushMedia.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-CustomTestAttributes.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-EventTiming.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-ExclTimeContainers.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-FillDefault.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-HierarchicalLayout.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-HostLanguage.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-InlineTransitions.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-IntegrationSet.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-LinkingAttributes.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-MediaAccessibility.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-MediaClipMarkers.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-MediaClipping.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-MediaDescription.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-MediaMarkerTiming.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-MediaParam.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-Metainformation.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-MinMaxTiming.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-MultiArcTiming.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-MultiWindowLayout.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-ObjectLinking.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-PrefetchControl.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-RepeatTiming.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-RepeatValueTiming.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-RestartDefault.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-RestartTiming.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-SkipContentControl.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-SplineAnimation.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-Structure.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-SyncBehavior.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-SyncBehaviorDefault.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-SyncMaster.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-SyncbaseTiming.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-TimeContainerAttributes.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-TimeManipulations.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-TransitionModifiers.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-WallclockTiming.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-animate.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-content.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-language.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-layout.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-linking.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-media.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-meta.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-struct.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-timemanip.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-timing.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-transitions.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20-utility.xsd
spec/fixtures/xml/schema/xsd/smil20/smil20.xsd
spec/fixtures/xml/schema/xsd/smil20/xml-mod.xsd
spec/fixtures/xml/schema/xsd/sweCommon/2.0.1/advanced_encodings.xsd
spec/fixtures/xml/schema/xsd/sweCommon/2.0.1/basic_types.xsd
spec/fixtures/xml/schema/xsd/sweCommon/2.0.1/block_components.xsd
spec/fixtures/xml/schema/xsd/sweCommon/2.0.1/choice_components.xsd
spec/fixtures/xml/schema/xsd/sweCommon/2.0.1/examples/security.xsd
spec/fixtures/xml/schema/xsd/sweCommon/2.0.1/record_components.xsd
spec/fixtures/xml/schema/xsd/sweCommon/2.0.1/simple_components.xsd
spec/fixtures/xml/schema/xsd/sweCommon/2.0.1/simple_encodings.xsd
spec/fixtures/xml/schema/xsd/sweCommon/2.0.1/swe.xsd
spec/fixtures/xml/schema/xsd/test_schema.lxr
spec/fixtures/xml/schema/xsd/test_schema.xsd
spec/fixtures/xml/schema/xsd/unitsml-v1.0-csd03.xsd
spec/fixtures/xml/schema/xsd/unitsml-v1.0-csd04.xsd
spec/fixtures/xml/schema/xsd/validation_config.yml
spec/fixtures/xml/shift_jis.xml
spec/fixtures/xml/special_char.xml
spec/fixtures/xml/specifications_schema.xsd
spec/fixtures/xml/test_schema.xsd
spec/fixtures/xml/user.xsd
spec/fixtures/xml/valid_math_document.xml
spec/fixtures/xml/validate_xml_with_address.xsd
spec/fixtures/xml/validate_xml_with_contact.xsd
spec/fixtures/xml/validate_xml_with_person.xsd
spec/fixtures/xml/validate_xml_with_person_strict.xsd
spec/fixtures/xml/validate_xml_with_product.xsd
spec/fixtures/yamls_range_concept.rb
spec/lutaml/integration/edge_cases_spec.rb
spec/lutaml/integration/multi_format_spec.rb
spec/lutaml/integration/round_trip_spec.rb
spec/lutaml/jsonld/adapter_spec.rb
spec/lutaml/key_value/transformation/collection_serializer_spec.rb
spec/lutaml/key_value/transformation/rule_compiler_spec.rb
spec/lutaml/key_value/transformation/value_serializer_spec.rb
spec/lutaml/key_value/transformation_spec.rb
spec/lutaml/model/attribute_apply_value_map_spec.rb
spec/lutaml/model/attribute_collection_spec.rb
spec/lutaml/model/attribute_default_cache_spec.rb
spec/lutaml/model/attribute_form_default_spec.rb
spec/lutaml/model/attribute_spec.rb
spec/lutaml/model/boot_manifest_spec.rb
spec/lutaml/model/cached_type_resolver_spec.rb
spec/lutaml/model/cdata_spec.rb
spec/lutaml/model/choice_restrict_spec.rb
spec/lutaml/model/choice_spec.rb
spec/lutaml/model/cli_spec.rb
spec/lutaml/model/collection_index_spec.rb
spec/lutaml/model/collection_mutation_spec.rb
spec/lutaml/model/collection_spec.rb
spec/lutaml/model/collection_validation_spec.rb
spec/lutaml/model/comparable_model_spec.rb
spec/lutaml/model/compiled_rule_spec.rb
spec/lutaml/model/consolidation_spec.rb
spec/lutaml/model/context_registry_spec.rb
spec/lutaml/model/custom_bibtex_adapter_spec.rb
spec/lutaml/model/custom_collection_spec.rb
spec/lutaml/model/custom_model_spec.rb
spec/lutaml/model/custom_serialization_spec.rb
spec/lutaml/model/custom_vobject_adapter_spec.rb
spec/lutaml/model/default_register_spec.rb
spec/lutaml/model/defaults_spec.rb
spec/lutaml/model/delegation_spec.rb
spec/lutaml/model/derived_attribute_serialization_spec.rb
spec/lutaml/model/dynamic_attribute_spec.rb
spec/lutaml/model/encoding_spec.rb
spec/lutaml/model/enum_spec.rb
spec/lutaml/model/except_spec.rb
spec/lutaml/model/finalization_cache_spec.rb
spec/lutaml/model/global_context_spec.rb
spec/lutaml/model/global_register_spec.rb
spec/lutaml/model/group_spec.rb
spec/lutaml/model/hash/adapter_spec.rb
spec/lutaml/model/import_registry_spec.rb
spec/lutaml/model/included_spec.rb
spec/lutaml/model/inheritance_spec.rb
spec/lutaml/model/json_adapter_spec.rb
spec/lutaml/model/json_spec.rb
spec/lutaml/model/jsonl/standard_adapter_spec.rb
spec/lutaml/model/jsonl_spec.rb
spec/lutaml/model/key_value_data_model/key_value_element_spec.rb
spec/lutaml/model/key_value_mapping_spec.rb
spec/lutaml/model/lazy_collection_spec.rb
spec/lutaml/model/liquefiable_spec.rb
spec/lutaml/model/liquid/indexed_access_spec.rb
spec/lutaml/model/liquid_compatibility_spec.rb
spec/lutaml/model/logger_spec.rb
spec/lutaml/model/map_all_spec.rb
spec/lutaml/model/map_content_spec.rb
spec/lutaml/model/mapping_rule_perf_guard_spec.rb
spec/lutaml/model/mixed_content_spec.rb
spec/lutaml/model/model_transformer_spec.rb
spec/lutaml/model/multiple_mapping_spec.rb
spec/lutaml/model/namespace_versioning_spec.rb
spec/lutaml/model/one_entry_cache_spec.rb
spec/lutaml/model/opal_smoke_spec.rb
spec/lutaml/model/optimization_spec.rb
spec/lutaml/model/ordered_content_spec.rb
spec/lutaml/model/polymorphic_spec.rb
spec/lutaml/model/processing_instruction_spec.rb
spec/lutaml/model/raw_element_spec.rb
spec/lutaml/model/register_key_value_spec.rb
spec/lutaml/model/register_methods_spec.rb
spec/lutaml/model/register_spec.rb
spec/lutaml/model/render_empty_spec.rb
spec/lutaml/model/render_nil_spec.rb
spec/lutaml/model/root_mappings_spec.rb
spec/lutaml/model/rule_value_extractor_spec.rb
spec/lutaml/model/runtime_compatibility_spec.rb
spec/lutaml/model/schema/generator/definitions_collection_spec.rb
spec/lutaml/model/schema/json_schema_spec.rb
spec/lutaml/model/schema/json_schema_to_models_spec.rb
spec/lutaml/model/schema/relaxng_schema_spec.rb
spec/lutaml/model/schema/renderer_spec.rb
spec/lutaml/model/schema/renderers/model_spec.rb
spec/lutaml/model/schema/renderers/namespace_spec.rb
spec/lutaml/model/schema/renderers/restricted_type_spec.rb
spec/lutaml/model/schema/renderers/union_spec.rb
spec/lutaml/model/schema/xsd_schema_spec.rb
spec/lutaml/model/schema/yaml_schema_spec.rb
spec/lutaml/model/sequence_spec.rb
spec/lutaml/model/serializable_spec.rb
spec/lutaml/model/serializable_validation_spec.rb
spec/lutaml/model/serialize/builder_spec.rb
spec/lutaml/model/serialize_perf_guard_spec.rb
spec/lutaml/model/services/transformer_spec.rb
spec/lutaml/model/simple_model_spec.rb
spec/lutaml/model/store_spec.rb
spec/lutaml/model/toml_adapter_spec.rb
spec/lutaml/model/toml_spec.rb
spec/lutaml/model/transform_apply_value_map_spec.rb
spec/lutaml/model/transform_cache_spec.rb
spec/lutaml/model/transform_dynamic_attributes_spec.rb
spec/lutaml/model/transformation_builder_spec.rb
spec/lutaml/model/transformation_spec.rb
spec/lutaml/model/type/base64_binary_spec.rb
spec/lutaml/model/type/boolean_spec.rb
spec/lutaml/model/type/date_spec.rb
spec/lutaml/model/type/date_time_spec.rb
spec/lutaml/model/type/decimal_spec.rb
spec/lutaml/model/type/duration_spec.rb
spec/lutaml/model/type/float_spec.rb
spec/lutaml/model/type/hash_spec.rb
spec/lutaml/model/type/hex_binary_spec.rb
spec/lutaml/model/type/integer_spec.rb
spec/lutaml/model/type/qname_spec.rb
spec/lutaml/model/type/reference_integration_spec.rb
spec/lutaml/model/type/reference_spec.rb
spec/lutaml/model/type/string_spec.rb
spec/lutaml/model/type/symbol_spec.rb
spec/lutaml/model/type/time_spec.rb
spec/lutaml/model/type/time_without_date_spec.rb
spec/lutaml/model/type/uninitialized_class_spec.rb
spec/lutaml/model/type/uri_spec.rb
spec/lutaml/model/type/value_xml_mapping_spec.rb
spec/lutaml/model/type_context_spec.rb
spec/lutaml/model/type_registry_spec.rb
spec/lutaml/model/type_resolver_spec.rb
spec/lutaml/model/type_spec.rb
spec/lutaml/model/type_substitution_spec.rb
spec/lutaml/model/uninitialized_class_deep_dup_spec.rb
spec/lutaml/model/uninitialized_class_spec.rb
spec/lutaml/model/union_attribute_spec.rb
spec/lutaml/model/union_spec.rb
spec/lutaml/model/utils_spec.rb
spec/lutaml/model/validation/concerns/has_issues_spec.rb
spec/lutaml/model/validation/context_spec.rb
spec/lutaml/model/validation/issue_spec.rb
spec/lutaml/model/validation/layer_result_spec.rb
spec/lutaml/model/validation/profile_spec.rb
spec/lutaml/model/validation/registry_spec.rb
spec/lutaml/model/validation/remediation_result_spec.rb
spec/lutaml/model/validation/remediation_spec.rb
spec/lutaml/model/validation/report_spec.rb
spec/lutaml/model/validation/rule_spec.rb
spec/lutaml/model/validation/uninitialized_class_validate_spec.rb
spec/lutaml/model/validation/validation_error_spec.rb
spec/lutaml/model/validation/validation_framework_spec.rb
spec/lutaml/model/validation_spec.rb
spec/lutaml/model/value_map_spec.rb
spec/lutaml/model/value_transformation_comprehensive_spec.rb
spec/lutaml/model/with_child_mapping_spec.rb
spec/lutaml/model/xml_decoupling_spec.rb
spec/lutaml/model/xsd_form_default_patterns_spec.rb
spec/lutaml/model/xsd_patterns_spec.rb
spec/lutaml/model/xsd_type_spec.rb
spec/lutaml/model/xsd_type_validation_spec.rb
spec/lutaml/model/yaml_adapter_spec.rb
spec/lutaml/model/yamls/standard_adapter_spec.rb
spec/lutaml/model/yamls_range_spec.rb
spec/lutaml/model/yamls_sequence_spec.rb
spec/lutaml/model/yamls_spec.rb
spec/lutaml/model_spec.rb
spec/lutaml/rdf/context_spec.rb
spec/lutaml/rdf/graph_serialization_spec.rb
spec/lutaml/rdf/iri_spec.rb
spec/lutaml/rdf/linked_data_transform_spec.rb
spec/lutaml/rdf/literal_spec.rb
spec/lutaml/rdf/mapping_rule_spec.rb
spec/lutaml/rdf/mapping_spec.rb
spec/lutaml/rdf/member_rule_spec.rb
spec/lutaml/rdf/namespace_set_spec.rb
spec/lutaml/rdf/namespace_spec.rb
spec/lutaml/rdf/rdf_transform_spec.rb
spec/lutaml/rdf/term_definition_spec.rb
spec/lutaml/turtle/adapter_spec.rb
spec/lutaml/turtle/mapping_spec.rb
spec/lutaml/turtle/transform_spec.rb
spec/lutaml/xml/adapter/base_adapter_regression_spec.rb
spec/lutaml/xml/adapter/nokogiri_adapter_spec.rb
spec/lutaml/xml/adapter/oga_adapter_spec.rb
spec/lutaml/xml/adapter/order_spec.rb
spec/lutaml/xml/adapter/ox_adapter_spec.rb
spec/lutaml/xml/adapter/rexml_adapter_spec.rb
spec/lutaml/xml/adapter/xml_namespace_spec.rb
spec/lutaml/xml/builder/builder_spec.rb
spec/lutaml/xml/clear_parse_state_spec.rb
spec/lutaml/xml/compiled_rule_namespace_spec.rb
spec/lutaml/xml/conformance/xml_namespaces_spec.rb
spec/lutaml/xml/conformance/xml_schema_instance_spec.rb
spec/lutaml/xml/content_model_validation_spec.rb
spec/lutaml/xml/data_model_spec.rb
spec/lutaml/xml/decisions/decision_engine_spec.rb
spec/lutaml/xml/decisions/decision_spec.rb
spec/lutaml/xml/decisions/element_prefix_resolver_spec.rb
spec/lutaml/xml/declaration_planner_spec.rb
spec/lutaml/xml/default_namespace_spec.rb
spec/lutaml/xml/derived_attributes_spec.rb
spec/lutaml/xml/doctype_preservation_spec.rb
spec/lutaml/xml/doubly_defined_namespace_spec.rb
spec/lutaml/xml/dual_namespace_element_spec.rb
spec/lutaml/xml/element_spec.rb
spec/lutaml/xml/encoding_normalizer_spec.rb
spec/lutaml/xml/enhanced_mapping_spec.rb
spec/lutaml/xml/entity_fragmentation_spec.rb
spec/lutaml/xml/format_chooser_spec.rb
spec/lutaml/xml/fpi_namespace_spec.rb
spec/lutaml/xml/general_namespace_spec.rb
spec/lutaml/xml/indent_spec.rb
spec/lutaml/xml/line_ending_spec.rb
spec/lutaml/xml/mapping_finalization_guard_spec.rb
spec/lutaml/xml/mapping_rule_spec.rb
spec/lutaml/xml/mapping_spec.rb
spec/lutaml/xml/model_transform_guard_spec.rb
spec/lutaml/xml/namespace/nested_with_explicit_namespace_spec.rb
spec/lutaml/xml/namespace/w3c_reserved_warning_spec.rb
spec/lutaml/xml/namespace_alias_prefix_root_spec.rb
spec/lutaml/xml/namespace_alias_spec.rb
spec/lutaml/xml/namespace_aware_parsing_spec.rb
spec/lutaml/xml/namespace_backward_compatibility_spec.rb
spec/lutaml/xml/namespace_bound_element_roundtrip_spec.rb
spec/lutaml/xml/namespace_constant_spec.rb
spec/lutaml/xml/namespace_force_prefix_spec.rb
spec/lutaml/xml/namespace_format_preservation_spec.rb
spec/lutaml/xml/namespace_inheritance_deep_spec.rb
spec/lutaml/xml/namespace_inheritance_override_spec.rb
spec/lutaml/xml/namespace_inheritance_resolver_spec.rb
spec/lutaml/xml/namespace_inheritance_spec.rb
spec/lutaml/xml/namespace_integration_spec.rb
spec/lutaml/xml/namespace_missing_prefix_spec.rb
spec/lutaml/xml/namespace_no_hoisting_spec.rb
spec/lutaml/xml/namespace_placement_spec.rb
spec/lutaml/xml/namespace_preservation_spec.rb
spec/lutaml/xml/namespace_principles_spec.rb
spec/lutaml/xml/namespace_resolution_strategy_spec.rb
spec/lutaml/xml/namespace_scope_declare_spec.rb
spec/lutaml/xml/namespace_scope_spec.rb
spec/lutaml/xml/namespace_scope_vcard_spec.rb
spec/lutaml/xml/namespace_spec.rb
spec/lutaml/xml/namespace_three_phase_spec.rb
spec/lutaml/xml/nil_optional_element_namespace_spec.rb
spec/lutaml/xml/ooxml_namespace_spec.rb
spec/lutaml/xml/opal_xml_spec.rb
spec/lutaml/xml/ordered_method_spec.rb
spec/lutaml/xml/pipeline_integration_spec.rb
spec/lutaml/xml/prefix_control_spec.rb
spec/lutaml/xml/register_spec.rb
spec/lutaml/xml/reusable_mapping_spec.rb
spec/lutaml/xml/reused_elements_namespace_spec.rb
spec/lutaml/xml/root_mappings/nested_child_mappings_spec.rb
spec/lutaml/xml/schema/compiler_spec.rb
spec/lutaml/xml/schema/rnc_compiler_spec.rb
spec/lutaml/xml/schema/rng_compiler_spec.rb
spec/lutaml/xml/schema/xsd/errors/error_context_spec.rb
spec/lutaml/xml/schema/xsd/errors/suggestion_spec.rb
spec/lutaml/xml/schema/xsd/file_validation_result_spec.rb
spec/lutaml/xml/schema/xsd/glob_spec.rb
spec/lutaml/xml/schema/xsd/liquid_methods/attribute_and_group_spec.rb
spec/lutaml/xml/schema/xsd/liquid_methods/complex_type_spec.rb
spec/lutaml/xml/schema/xsd/liquid_methods/containers_spec.rb
spec/lutaml/xml/schema/xsd/liquid_methods/element_spec.rb
spec/lutaml/xml/schema/xsd/liquid_methods/schema_spec.rb
spec/lutaml/xml/schema/xsd/liquid_methods/simple_content_spec.rb
spec/lutaml/xml/schema/xsd/namespace_uri_remapping_spec.rb
spec/lutaml/xml/schema/xsd/schema_helper_methods_spec.rb
spec/lutaml/xml/schema/xsd/schema_mapping_spec.rb
spec/lutaml/xml/schema/xsd/schema_validator_spec.rb
spec/lutaml/xml/schema/xsd/spec_helper.rb
spec/lutaml/xml/schema/xsd/validation_error_spec.rb
spec/lutaml/xml/schema/xsd/validation_result_spec.rb
spec/lutaml/xml/schema/xsd/xsd_spec.rb
spec/lutaml/xml/schema_primer_spec.rb
spec/lutaml/xml/serializable_namespace_spec.rb
spec/lutaml/xml/transformation/custom_method_wrapper_spec.rb
spec/lutaml/xml/transformation_spec.rb
spec/lutaml/xml/type_namespace/collector_spec.rb
spec/lutaml/xml/type_namespace/planner_spec.rb
spec/lutaml/xml/type_namespace_examples_spec.rb
spec/lutaml/xml/type_namespace_integration_spec.rb
spec/lutaml/xml/type_namespace_prefix_spec.rb
spec/lutaml/xml/type_namespace_resolver_spec.rb
spec/lutaml/xml/type_namespace_roundtrip_spec.rb
spec/lutaml/xml/validate_xml_with_constructs_spec.rb
spec/lutaml/xml/validate_xml_with_spec.rb
spec/lutaml/xml/w3c_types_spec.rb
spec/lutaml/xml/xml_adapter_spec.rb
spec/lutaml/xml/xml_declaration_spec.rb
spec/lutaml/xml/xml_element_guard_spec.rb
spec/lutaml/xml/xml_element_spec.rb
spec/lutaml/xml/xml_lang_spec.rb
spec/lutaml/xml/xml_space_spec.rb
spec/lutaml/xml/xml_space_type_spec.rb
spec/lutaml/xml/xml_spec.rb
spec/lutaml/yamlld/adapter_spec.rb
spec/lutaml/yamlld/registration_spec.rb
spec/parent_root_spec.rb
spec/person_spec.rb
spec/sample_model_spec.rb
spec/spec_helper.rb
spec/support/opal.rb
spec/support/test_adapter_config.rb
spec/support/test_namespaces.rb
spec/support/trace_helper.rb
spec/support/xml/schema_helper.rb
spec/support/xml/xsd/code_example_validator.rb
spec/support/xml_mapping_namespaces.rb
Homepage
https://github.com/lutaml/lutaml-model
Licenses
BSD-2-Clause
Metadata
{"rubygems_mfa_required"=>"true"}
Require paths
lib
Required ruby version
>= 3.0.0
Required rubygems version
>= 0
Rubygems version
3.5.22
Specification version
4
Summary
LutaML creating data models in Ruby
Original platform
ruby
New platform
ruby