Modifier and Type | Field and Description |
---|---|
public static final short | CONTENTTYPE_ELEMENT
Represents an element-only content type. |
public static final short | CONTENTTYPE_EMPTY
Represents an empty content type. |
public static final short | CONTENTTYPE_MIXED
Represents a mixed content type. |
public static final short | CONTENTTYPE_SIMPLE
Represents a simple content type. |
Modifier and Type | Method and Description |
---|---|
public boolean | |
public XSObjectList | |
public XSObjectList | |
public XSWildcard | |
public short | getContentType()
[content type]: one of empty ( |
public short | getDerivationMethod()
[derivation method]: either |
public XSParticle | |
public short | getProhibitedSubstitutions()
[prohibited substitutions]: A subset of {extension, restriction} or
|
public XSSimpleTypeDefinition | |
public boolean | Returns: True ifrestriction is a prohibited substitution,
otherwise false.Extension or restriction constants (see
restriction)XSConstants ).[prohibited substitutions]: a subset of {extension, restriction} |
CONTENTTYPE_ELEMENT | back to summary |
---|---|
public static final short CONTENTTYPE_ELEMENT Represents an element-only content type. An element-only content type validates elements with children that conform to the supplied content model. |
CONTENTTYPE_EMPTY | back to summary |
---|---|
public static final short CONTENTTYPE_EMPTY Represents an empty content type. A content type with the distinguished value empty validates elements with no character or element information item children. |
CONTENTTYPE_MIXED | back to summary |
---|---|
public static final short CONTENTTYPE_MIXED Represents a mixed content type. |
CONTENTTYPE_SIMPLE | back to summary |
---|---|
public static final short CONTENTTYPE_SIMPLE Represents a simple content type. A content type which is simple validates elements with character-only children. |
getAbstract | back to summary |
---|---|
public boolean getAbstract() [abstract]: a boolean. Complex types for which |
getAnnotations | back to summary |
---|---|
public XSObjectList getAnnotations() A sequence of [annotations] or an empty |
getAttributeUses | back to summary |
---|---|
public XSObjectList getAttributeUses() A set of attribute uses if it exists, otherwise an empty
|
getAttributeWildcard | back to summary |
---|---|
public XSWildcard getAttributeWildcard() An attribute wildcard if it exists, otherwise |
getContentType | back to summary |
---|---|
public short getContentType() [content type]: one of empty ( |
getDerivationMethod | back to summary |
---|---|
public short getDerivationMethod() [derivation method]: either |
getParticle | back to summary |
---|---|
public XSParticle getParticle() A particle for a mixed or element-only content model, otherwise
|
getProhibitedSubstitutions | back to summary |
---|---|
public short getProhibitedSubstitutions() [prohibited substitutions]: A subset of {extension, restriction} or
|
getSimpleType | back to summary |
---|---|
public XSSimpleTypeDefinition getSimpleType() A simple type definition corresponding to a simple content model,
otherwise |
isProhibitedSubstitution | back to summary |
---|---|
public boolean isProhibitedSubstitution(short restriction) [prohibited substitutions]: a subset of {extension, restriction}
|