public interface XsTWildcard extends XsTAnnotated
Interface of xs:wildcard
, with the
following specification:
<xs:complexType name="wildcard"> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:attribute name="namespace" type="xs:namespaceList" use="optional" default="##any"/> <xs:attribute name="processContents" use="optional" default="strict" <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="skip"/> <xs:enumeration value="lax"/> <xs:enumeration value="strict"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType>
Modifier and Type | Interface and Description |
---|---|
static class |
XsTWildcard.ProcessContents |
Modifier and Type | Field and Description |
---|---|
static XsTWildcard.ProcessContents |
LAX |
static XsTWildcard.ProcessContents |
SKIP |
static XsTWildcard.ProcessContents |
STRICT |
Modifier and Type | Method and Description |
---|---|
XsNamespaceList |
getNamespace() |
XsTWildcard.ProcessContents |
getProcessContents() |
void |
setNamespace(java.lang.String pList) |
void |
setProcessContents(XsTWildcard.ProcessContents pProcessContents) |
createAnnotation, getAnnotation, getId, setId
getOpenAttributes
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate
static final XsTWildcard.ProcessContents SKIP
static final XsTWildcard.ProcessContents LAX
static final XsTWildcard.ProcessContents STRICT
void setNamespace(java.lang.String pList)
XsNamespaceList getNamespace()
void setProcessContents(XsTWildcard.ProcessContents pProcessContents)
XsTWildcard.ProcessContents getProcessContents()