public interface XSDElementDeclaration extends XSDComponent
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBlockValue()
Get the value of the 'block' attribute.
|
java.lang.String |
getDefaultValue()
Get the value of the 'default' attribute.
|
java.lang.String |
getFinalValue()
Get the value of the 'final' attribute.
|
java.lang.String |
getFixedValue()
Get the value of the 'fixed' attribute.
|
java.lang.String |
getFormValue()
Get the value of the 'form' attribute.
|
XSDComponentList |
getIdentityConstraints()
Get the list of identity constraints for this element.
|
int |
getMaxOccursValue()
Get the value of the 'maxOccurs' attribute.
|
int |
getMinOccursValue()
Get the value of the 'minOccurs' attribute.
|
java.lang.String |
getName()
Get the name of this element.
|
java.lang.String |
getNamespaceURI()
Get the namespace URI that this element belongs to.
|
XSDComponentList |
getSubstituteElementDeclarations()
Get the list of element declaration components that are
valid substitutes for this element.
|
javax.xml.namespace.QName |
getSubstitutionGroupValue()
Get the value of the 'substitutionGroup' attribute as a qualified name.
|
XSDTypeDefinition |
getTypeDefinition()
Get the type definition component associated with this element.
|
javax.xml.namespace.QName |
getTypeReferenceValue()
Get the value of the 'type' attribute as a qualified name.
|
boolean |
isAbstract()
Get the value of the 'abstract' attribute as a boolean.
|
boolean |
isGlobal()
Determine if the element declaration has global scope.
|
boolean |
isNillable()
Get the value of the 'nillable' attribute as a boolean.
|
getAllMetadata, getAnnotations, getIDValue, getUniqueID
static final java.lang.String COPYRIGHT
static final java.lang.String VERSION
java.lang.String getNamespaceURI()
java.lang.String getName()
java.lang.String getFormValue()
java.lang.String getBlockValue()
java.lang.String getFinalValue()
java.lang.String getDefaultValue()
java.lang.String getFixedValue()
int getMinOccursValue()
int getMaxOccursValue()
boolean isGlobal()
boolean isAbstract()
boolean isNillable()
javax.xml.namespace.QName getSubstitutionGroupValue()
javax.xml.namespace.QName getTypeReferenceValue()
XSDTypeDefinition getTypeDefinition()
XSDComponentList getIdentityConstraints()
XSDComponentList getSubstituteElementDeclarations()
Copyright © 2018 Pegasystems Inc. All Rights Reserved.