simpleType ImportList

simpleType {http://java.sun.com/JSP/Page}ImportList

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}string (by restriction)
 {http://java.sun.com/JSP/Page}ImportList
Target Namespacehttp://java.sun.com/JSP/Page
Declared Namespacesxmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:jsp=http://java.sun.com/JSP/Page
xmlns=http://java.sun.com/JSP/Page


Source

<xsd:simpleType name="ImportList">
    <
xsd:annotation>
        <
xsd:documentation>
ImportList is one or more typeNames separated by commas.
Whitespace is allowed before and after the comma.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:restriction base="xsd:string">
        <
xsd:pattern
            
value="(\p{L}|_|$)(\p{N}|\p{L}|_|$)*(\.(\p{L}|_|$)(\p{N}|\p{L}|_|$)*)*(\.\*)?(\s*,\s*(\p{L}|_|$)(\p{N}|\p{L}|_|$)*(\.(\p{L}|_|$)(\p{N}|\p{L}|_|$)*)*(\.\*)?)*"/>
    </
xsd:restriction>
</
xsd:simpleType>


Documentation

ImportList is one or more typeNames separated by commas.
Whitespace is allowed before and after the comma.


simpleType ImportList


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.