OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

odata message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] (ODATA-1523) Can Validation.DerivedTypeConstraint specify collection-valued types?


Heiko Theissen created ODATA-1523:
-------------------------------------

             Summary: Can Validation.DerivedTypeConstraint specify collection-valued types?
                 Key: ODATA-1523
                 URL: https://issues.oasis-open.org/browse/ODATA-1523
             Project: OASIS Open Data Protocol (OData) TC
          Issue Type: Improvement
          Components: Vocabularies
            Reporter: Heiko Theissen


The term [DerivedTypeConstraint|https://github.com/oasis-tcs/odata-vocabularies/blob/main/vocabularies/Org.OData.Validation.V1.xml#L147:~:text=%3CTerm%20Name=%22-,DerivedTypeConstraint,-%22]Âtakes a collection of [QualifiedTypeName|https://github.com/oasis-tcs/odata-vocabularies/blob/main/vocabularies/Org.OData.Core.V1.md#QualifiedTypeName]s. Can these also contain collection-valued types, as in
{code:xml}
<Annotation Term="Validation.DerivedTypeConstraint">
 <Collection>
  <String>Edm.PrimitiveType</String>
  <String>Collection(Edm.PrimitiveType)</String>
 </Collection>
 </Annotation>
{code}
? If the declared type is {{Edm.Untyped}}, both single- and collection-valued derived types are possible.



--
This message was sent by Atlassian Jira
(v8.3.3#803004)


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]