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] Created: (ODATA-95) ValueTerms should support a default value


ValueTerms should support a default value
-----------------------------------------

                 Key: ODATA-95
                 URL: http://tools.oasis-open.org/issues/browse/ODATA-95
             Project: OASIS Open Data Protocol (OData) TC
          Issue Type: Improvement
         Environment: [Proposed]
            Reporter: Michael Pizzo
            Assignee: Michael Pizzo
            Priority: Minor


ValueTerms, like properties, should support declaring a default value. Among other things, this enables a value term to be specified without a value in order to "tag" a property (for example:

Definition:
    <ValueTerm Name="IsUrl" Type="Boolean" Default="True"/>

Application:
    <Property Name="Image" Type="String">
        <ValueAnnotation Term="CommonAnnotations.IsUrl" />
    </Property>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


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