8000 dependency field not defined as ComplexType · Issue #305 · NCEAS/eml · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
dependency field not defined as ComplexType #305
Closed
@mbjones

Description

@mbjones

The current eml-software dependency element is defined as a global element in eml-software, and then used in the schema in other locations by referencing the global like so:

<xs:element ref="dependency" minOccurs="0" maxOccurs="unbounded">

We got rid of this style in favor of using named ComplexTypes, and this one should be no different. Rearrange the schema to make this a DependencyType Complext Type, and get rid of the ref references.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0