|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XSDSchemaDocument
Metadata for all components from a single XML Schema
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
VERSION
|
Method Summary | |
---|---|
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. |
Methods inherited from interface com.pega.pegarules.pub.services.xsd.XSDComponent |
---|
getAllMetadata, getAnnotations, getIDValue |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final java.lang.String VERSION
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |