Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Element "LengthShare" is misplaced in XML-Export #834

Closed
pramisters opened this issue Apr 11, 2019 · 0 comments · Fixed by #854
Closed

Element "LengthShare" is misplaced in XML-Export #834

pramisters opened this issue Apr 11, 2019 · 0 comments · Fixed by #854

Comments

@pramisters
Copy link
Collaborator

"LengthShare" must not be placed in the extension part. There's an explicit element in the XML-Schema:

Current XML-Export:

...
<data:extensions>
    <LengthShare>70</LengthShare>
    <LengthUnit>m</LengthUnit>
</data:extensions>
...

XML-Schema (ExtractData.xsd)

...
<xsd:element name="TypeCode" type="RestrictiontypeCode" minOccurs="0"/>  
<xsd:element name="TypeCodelist" type="xsd:anyURI" minOccurs="0"/>
<xsd:element name="Lawstatus" type="Lawstatus"/>
<xsd:element name="AreaShare" type="Area" minOccurs="0"/>
<xsd:element name="LengthShare" type="Length" minOccurs="0"/>
<xsd:element name="NrOfPoints" minOccurs="0">
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant