com.pega.pegarules.pub.services.xsd
Interface XSDAttributeGroupReference
- All Superinterfaces:
- XSDComponent
public interface XSDAttributeGroupReference
- extends XSDComponent
Metadata for a single attribute group reference from an XML Schema
- Version:
- $Revision: 31 $ $Date: 2009-06-24 09:38:04 -0400 (Wed, 24 Jun 2009) $
- Author:
- Peter Tandara-Kuhns
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
VERSION
static final java.lang.String VERSION
getReferenceValue
javax.xml.namespace.QName getReferenceValue()
- Get the value of the 'ref' attribute as a qualified name.
This can be used when the reference can't be resolved to an
actual global attribute group definition.
- Returns:
- the qualified attribute name
getAttributeGroupDefinition
XSDAttributeGroupDefinition getAttributeGroupDefinition()
- Get the referenced attribute group definition component.
- Returns:
- the group definition component, or null if unresolved
Copyright © 2012 Pegasystems Inc. All Rights Reserved.