[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3387) Pages.xsd - Page element's scheme attribute use enum of http and https

Arron Ferguson (JIRA) jira-events at lists.jboss.org
Fri Sep 5 12:02:39 EDT 2008


Pages.xsd - Page element's scheme attribute use enum of http and https
----------------------------------------------------------------------

                 Key: JBSEAM-3387
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3387
             Project: Seam
          Issue Type: Feature Request
          Components: Core
    Affects Versions: 2.1.0.BETA1
         Environment: N/A
            Reporter: Arron Ferguson
            Priority: Optional


Currently the pages.xml file has the following page element's scheme attribute defined as:

<xs:attribute name="scheme"/>

Since the user will be using one of two protocols: http or https, the scheme attribute should have:

<xs:attribute name="scheme" default="false">
    <xs:simpleType>
        <xs:restriction base="xs:token">
            <xs:enumeration value="http"/>
            <xs:enumeration value="https"/>
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>

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

        



More information about the seam-issues mailing list