com.pega.pegarules.pub.services.xsd
Interface XSDAttributeWildcard
- All Superinterfaces:
- XSDComponent
public interface XSDAttributeWildcard
- extends XSDComponent
Metadata for an 'anyAttribute' wildcard component 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
getNamespaceValue
java.lang.String getNamespaceValue()
- Get the value of the 'namespace' attribute.
Legal values for this attribute are a list of namespace URI
values, or any of the following symbolic values: "##any",
"##other", "##local", or "##targetNamespace".
- Returns:
- the value, or "##any" if the attribute is not present
getProcessContentsValue
java.lang.String getProcessContentsValue()
- Get the value of the 'processContents' attribute.
Legal values for this attribute are 'strict', 'lax', or 'skip'.
- Returns:
- the value, or 'strict' if the attribute is not present
Copyright © 2012 Pegasystems Inc. All Rights Reserved.