[
https://issues.apache.org/jira/browse/DAFFODIL-598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve Lawrence resolved DAFFODIL-598.
-------------------------------------
Resolution: Fixed
Fix Version/s: 2.4.0
Fixed in commit 4413ed755ef6ae80b209e0f7a2aa486d836883a7
XML Shema for DFDL was updated to validation both short-form and attribute-form
DFDL properties. See DAFFODIL-2149 for validating element-form.
> No validation of short-form DFDL properties
> -------------------------------------------
>
> Key: DAFFODIL-598
> URL: https://issues.apache.org/jira/browse/DAFFODIL-598
> Project: Daffodil
> Issue Type: Bug
> Components: Front End, Usability
> Affects Versions: s8
> Reporter: Michael Beckerle
> Assignee: Steve Lawrence
> Priority: Major
> Labels: beginner
> Fix For: 2.4.0
>
>
> We had to change the Schema for DFDL Schemas so that it would tolerate
> non-native attributes (in order to fix DFDL-558).
> This means the validator is no longer checking short form property bindings
> for correctness.
> So we need to implement our own code so that every annotated schema component
> inspects any short-form properties on it, and checks that they are valid.
> We can check some things centrally, i.e., is there a prefix bound to the DFDL
> namespace at all?
> Stubs for this are in SchemaComponent.scala in the definition of
> AnnotatedSchemaComponent class.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)