complexType string

complexType {http://java.sun.com/xml/ns/j2ee}string

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}string (by restriction)
 {http://www.w3.org/2001/XMLSchema}normalizedString (by restriction)
  {http://www.w3.org/2001/XMLSchema}token (by extension)
   {http://java.sun.com/xml/ns/j2ee}string
Derived Types
{http://java.sun.com/xml/ns/j2ee}string
 {http://java.sun.com/xml/ns/j2ee}transaction-typeType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}transport-guaranteeType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}ejb-linkType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}faces-config-from-view-idType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}env-entry-type-valuesType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}parameter-modeType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}method-nameType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}message-destination-usageType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}faces-config-default-valueType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}result-type-mappingType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}res-authType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}faces-config-suggested-valueType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}wsdl-message-part-nameType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}message-destination-linkType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}auth-methodType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}ejb-ref-typeType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}servlet-linkType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}jndi-nameType (by restriction)
  {http://java.sun.com/xml/ns/j2ee}ejb-ref-nameType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}fully-qualified-classType (by restriction)
  {http://java.sun.com/xml/ns/j2ee}ejb-classType (by restriction)
  {http://java.sun.com/xml/ns/j2ee}faces-config-value-classType (by restriction)
  {http://java.sun.com/xml/ns/j2ee}message-destination-typeType (by restriction)
  {http://java.sun.com/xml/ns/j2ee}credential-interfaceType (by restriction)
  {http://java.sun.com/xml/ns/j2ee}homeType (by restriction)
  {http://java.sun.com/xml/ns/j2ee}remoteType (by restriction)
  {http://java.sun.com/xml/ns/j2ee}localType (by restriction)
  {http://java.sun.com/xml/ns/j2ee}local-homeType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}session-typeType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}cmp-versionType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}mime-typeType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}res-sharing-scopeType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}faces-config-managed-bean-scopeOrNoneType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}variable-scopeType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}dispatcherType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}body-contentType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}nonEmptyStringType (by restriction)
  {http://java.sun.com/xml/ns/j2ee}servlet-nameType (by extension)
  {http://java.sun.com/xml/ns/j2ee}filter-nameType (by extension)
 {http://java.sun.com/xml/ns/j2ee}cmr-field-typeType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}role-nameType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}transaction-supportType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}display-nameType (by extension)
 {http://java.sun.com/xml/ns/j2ee}config-property-typeType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}generic-booleanType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}http-methodType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}multiplicityType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}war-pathType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}qname-scopeType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}trans-attributeType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}java-typeType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}method-intfType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}java-identifierType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}pathType (by restriction)
  {http://java.sun.com/xml/ns/j2ee}jsp-fileType (by restriction)
 {http://java.sun.com/xml/ns/j2ee}persistence-typeType (by restriction)
Abstractfalse (This can be used in an instance)
Target Namespacehttp://java.sun.com/xml/ns/j2ee
Declared Namespacesxmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:j2ee=http://java.sun.com/xml/ns/j2ee


Source

<xsd:complexType name="string">
    <
xsd:annotation>
        <
xsd:documentation>
This is a special string datatype that is defined by J2EE as
a base type for defining collapsed strings. When schemas
require trailing/leading space elimination as well as
collapsing the existing whitespace, this base type may be
used.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:simpleContent>
        <
xsd:extension base="xsd:token">
            <
xsd:attribute name="id" type="xsd:ID"/>
        </
xsd:extension>
    </
xsd:simpleContent>
</
xsd:complexType>


Documentation

	This is a special string datatype that is defined by J2EE as
	a base type for defining collapsed strings. When schemas
	require trailing/leading space elimination as well as
	collapsing the existing whitespace, this base type may be
	used.


complexType string


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.