|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SchemaLocalElement
Represents a local or global element definition.
Method Summary | |
---|---|
boolean |
blockExtension()
True if extension is blocked. |
boolean |
blockRestriction()
True if restriction is blocked. |
boolean |
blockSubstitution()
True if element substitution is blocked. |
SchemaIdentityConstraint[] |
getIdentityConstraints()
Returns all the Key, KeyRef, and Unique constraints on this element. |
boolean |
isAbstract()
True if this element is prohibited in content. |
Methods inherited from interface org.apache.xmlbeans.SchemaField |
---|
getDefaultText, getDefaultValue, getMaxOccurs, getMinOccurs, getName, getType, getUserData, isAttribute, isDefault, isFixed, isNillable |
Methods inherited from interface org.apache.xmlbeans.SchemaAnnotated |
---|
getAnnotation |
Method Detail |
---|
boolean blockExtension()
boolean blockRestriction()
boolean blockSubstitution()
boolean isAbstract()
Although local elements cannot be abstract, if an element use is a ref to a global element, then the flag from the global element is copied in to the local element where the use occurs.
SchemaIdentityConstraint[] getIdentityConstraints()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |