← Prev in month ← Prev in thread
Next in thread → Next in month →

[OASIS Issue Tracker] Created: (ELECTION-7) OfficialStatusType isxs:union of VoteStatusType and ContentStatusType

From
OASIS Issues Tracker <>
Date
2011-03-02T19:15:54+00:00
ID
804322362.2171299093345157.JavaMail.tomcat55@mw00
Thread
[OASIS Issue Tracker] Created: (ELECTION-7) OfficialStatusType isxs:union of VoteStatusType and ContentStatusType
OfficialStatusType is xs:union of VoteStatusType and ContentStatusType
----------------------------------------------------------------------

                 Key: ELECTION-7
                 URL: http://tools.oasis-open.org/issues/browse/ELECTION-7
             Project: OASIS Election and Voter Services TC
          Issue Type: Improvement
         Environment: All
            Reporter: David Webber
            Assignee: David Webber
            Priority: Minor


We have OfficialStatus defined as one of two lists of permitted values.

Suggest we pick one here / and / or create two elements - since we have two different things being treated as one.

The definition is this right now: 

<xs:simpleType name="OfficialStatusType"><xs:union memberTypes="VoteStatusType ContentStatusType"/></xs:simpleType>

<xs:simpleType name="VoteStatusType"><xs:restriction base="xs:token">

<xs:enumeration value="official"/><xs:enumeration value="provisional"/><xs:enumeration value="interim"/></xs:restriction>
</xs:simpleType>

 

<xs:simpleType name="ContentStatusType"><xs:restriction base="xs:token">

<xs:enumeration value="proposed"/><xs:enumeration value="pending"/><xs:enumeration value="approved"/>
</xs:restriction>
</xs:simpleType> 

-- 
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
← Prev in month ← Prev in thread
Next in thread → Next in month →