javax.xml.bind.annotation
Annotation Type XmlSchema
@Retention(value=RUNTIME)
@Target(value=PACKAGE)
public @interface XmlSchema
attributeFormDefault
public abstract XmlNsForm attributeFormDefault
- Default:
- javax.xml.bind.annotation.XmlNsForm.UNSET
elementFormDefault
public abstract XmlNsForm elementFormDefault
- Default:
- javax.xml.bind.annotation.XmlNsForm.UNSET
namespace
public abstract String namespace
- Default:
- ""
xmlns
public abstract XmlNs[] xmlns
- Default:
- {}
location
public abstract String location
- Default:
- "##generate"
Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.