public interface XSDModelGroupDefinition extends XSDComponent
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Modifier and Type | Method and Description |
---|---|
XSDComponentList |
getComponents()
Get the list of element components for this model group.
|
java.lang.String |
getGroupType()
Get the group type value for this model group definition.
|
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 model group.
|
java.lang.String |
getNamespaceURI()
Get the namespace URI that this model group belongs to.
|
boolean |
isGlobal()
Determine if the model group definition has global scope.
|
boolean |
isRedefine()
Determine if the type definition redefines an existing definition.
|
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 getGroupType()
int getMinOccursValue()
int getMaxOccursValue()
boolean isGlobal()
boolean isRedefine()
XSDComponentList getComponents()
Copyright © 2015 Pegasystems Inc. All Rights Reserved.