simpleType TypeName

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

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}string (by restriction)
 {http://java.sun.com/JSP/Page}TypeName
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="TypeName">
    <
xsd:annotation>
        <
xsd:documentation>
TypeName is one or more Java identifiers separated by dots
with no whitespace.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:restriction base="xsd:string">
        <
xsd:pattern value="(\p{L}|_|$)(\p{N}|\p{L}|_|$)*(\.(\p{L}|_|$)(\p{N}|\p{L}|_|$)*)*"/>
    </
xsd:restriction>
</
xsd:simpleType>


Documentation

TypeName is one or more Java identifiers separated by dots
with no whitespace.


simpleType TypeName


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.