public interface XSDSchemaDocument 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 |
getAttributeFormDefaultValue()
Get the value of the 'attributeFormDefault' attribute.
|
XSDComponentList |
getAttributeGroupDefinitions()
Get any attribute group definition components of the schema document.
|
java.lang.String |
getBlockDefaultValue()
Get the value of the 'blockDefault' attribute.
|
java.lang.String |
getElementFormDefaultValue()
Get the value of the 'elementFormDefault' attribute.
|
java.lang.String |
getFinalDefaultValue()
Get the value of the 'finalDefault' attribute.
|
XSDComponentList |
getGlobalAttributeDeclarations()
Get any attribute declaration components of the schema document.
|
XSDComponentList |
getGlobalElementDeclarations()
Get any element declaration components of the schema document.
|
XSDComponentList |
getNamedComplexTypeDefinitions()
Get any complex type definition components of the schema document.
|
XSDComponentList |
getNamedModelGroupDefinitions()
Get any model group definition components of the schema document.
|
XSDComponentList |
getNamedSimpleTypeDefinitions()
Get any simple type definition components of the schema document.
|
XSDComponentList |
getSchemaImports()
Get any import components of the schema document.
|
XSDComponentList |
getSchemaIncludes()
Get any include components of the schema document.
|
XSDComponentList |
getSchemaNotations()
Get any notation components of the schema document.
|
XSDComponentList |
getSchemaRedefines()
Get any redefine components of the schema document.
|
java.lang.String |
getTargetNamespaceValue()
Get the value of the 'targetNamespace' attribute.
|
java.lang.String |
getVersionValue()
Get the value of the 'version' attribute.
|
getAllMetadata, getAnnotations, getIDValue, getUniqueID
static final java.lang.String COPYRIGHT
static final java.lang.String VERSION
java.lang.String getVersionValue()
java.lang.String getTargetNamespaceValue()
java.lang.String getElementFormDefaultValue()
java.lang.String getAttributeFormDefaultValue()
java.lang.String getBlockDefaultValue()
java.lang.String getFinalDefaultValue()
XSDComponentList getSchemaIncludes()
XSDComponentList getSchemaImports()
XSDComponentList getSchemaRedefines()
XSDComponentList getSchemaNotations()
XSDComponentList getGlobalElementDeclarations()
XSDComponentList getGlobalAttributeDeclarations()
XSDComponentList getNamedComplexTypeDefinitions()
XSDComponentList getNamedSimpleTypeDefinitions()
XSDComponentList getNamedModelGroupDefinitions()
XSDComponentList getAttributeGroupDefinitions()
Copyright © 2018 Pegasystems Inc. All Rights Reserved.