public interface XSDAttributeDeclaration 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 |
getDefaultValue()
Get the value of the 'default' attribute.
|
java.lang.String |
getFixedValue()
Get the value of the 'fixed' attribute.
|
java.lang.String |
getFormValue()
Get the value of the 'form' attribute.
|
java.lang.String |
getName()
Get the name of this attribute.
|
java.lang.String |
getNamespaceURI()
Get the namespace URI that this attribute belongs to.
|
XSDSimpleTypeDefinition |
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.
|
java.lang.String |
getUseValue()
Get the value of the 'use' attribute.
|
boolean |
isGlobal()
Determine if the attribute declaration has global scope.
|
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 getUseValue()
java.lang.String getDefaultValue()
java.lang.String getFixedValue()
boolean isGlobal()
javax.xml.namespace.QName getTypeReferenceValue()
XSDSimpleTypeDefinition getTypeDefinition()
Copyright © 2018 Pegasystems Inc. All Rights Reserved.