public interface XSDAttributeReference extends XSDComponent
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Modifier and Type | Method and Description |
---|---|
XSDAttributeDeclaration |
getAttributeDeclaration()
Get the referenced attribute declaration component.
|
java.lang.String |
getDefaultValue()
Get the value of the 'default' attribute.
|
java.lang.String |
getFixedValue()
Get the value of the 'fixed' attribute.
|
javax.xml.namespace.QName |
getReferenceValue()
Get the value of the 'ref' attribute as a qualified name.
|
java.lang.String |
getUseValue()
Get the value of the 'use' attribute.
|
getAllMetadata, getAnnotations, getIDValue, getUniqueID
static final java.lang.String COPYRIGHT
static final java.lang.String VERSION
java.lang.String getUseValue()
java.lang.String getDefaultValue()
java.lang.String getFixedValue()
javax.xml.namespace.QName getReferenceValue()
XSDAttributeDeclaration getAttributeDeclaration()
Copyright © 2018 Pegasystems Inc. All Rights Reserved.