mbeckerle commented on a change in pull request #207: Added support for enumerations and TypeValueCalc URL: https://github.com/apache/incubator-daffodil/pull/207#discussion_r275127747
########## File path: daffodil-core/src/main/scala/org/apache/daffodil/dsom/AnnotatedSchemaComponent.scala ########## @@ -38,7 +38,7 @@ import org.apache.daffodil.api.WarnID * property resolution. * * The only objects that should resolve properties are - * ElementRef, Root, LocalElementDecl, Sequence, Choice, SequenceRef, ChoiceRef + * ElementRef, Root, LocalElementDecl, Sequence, Choice, SequenceRef, ChoiceRef, Enumeration Review comment: Enumeration may resolve properties, but the paragraph below says these are all "real terms" which Enumeration isn't. Should document how and why enumeration resolves properties in a separate comment. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
