complexType propertyBaseType

complexType {http://java.sun.com/xml/ns/jaxb}propertyBaseType

Abstractfalse (This can be used in an instance)
Target Namespacehttp://java.sun.com/xml/ns/jaxb
Declared Namespacesxmlns:xs=http://www.w3.org/2001/XMLSchema
xmlns:jaxb=http://java.sun.com/xml/ns/jaxb


Source

<xs:complexType name="propertyBaseType">
    <
xs:all>
        <
xs:element ref="jaxb:javaType" minOccurs="0"/>
    </
xs:all>
    <
xs:attribute name="name" type="jaxb:javaIdentifierType">
        <
xs:annotation>
            <
xs:documentation>The name attribute for [baseType] enables more precise control over the actual base type for a JAXB property. This customization enables specifying a more general base type than the property's default base type. The name attribute value must be a fully qualified Java class name. Additionally, this Java class must be a super interface/class of the default Java base type for the property. When the default base type is a primitive type, consider the default Java base type to be the Java wrapper class of that primitive type.This customization is useful to enable simple type substitution for a JAXB property representing with too restrictive of a default base type.</xs:documentation>
        </
xs:annotation>
    </
xs:attribute>
</
xs:complexType>


complexType propertyBaseType


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.