simpleType order-by

simpleType {http://java.sun.com/xml/ns/persistence/orm}order-by

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}string (by restriction)
 {http://java.sun.com/xml/ns/persistence/orm}order-by
Target Namespacehttp://java.sun.com/xml/ns/persistence/orm
Declared Namespacesxmlns:orm=http://java.sun.com/xml/ns/persistence/orm
xmlns:xsd=http://www.w3.org/2001/XMLSchema


Source

<xsd:simpleType name="order-by">
    <
xsd:annotation>
        <
xsd:documentation>
@Target({METHOD, FIELD}) @Retention(RUNTIME)
public @interface OrderBy {
String value() default "";
}
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:restriction base="xsd:string"/>
</
xsd:simpleType>


Documentation

@Target({METHOD, FIELD}) @Retention(RUNTIME)
public @interface OrderBy {
  String value() default "";
}


simpleType order-by


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.