public class XMLSchema extends Object
Modifier and Type | Field and Description |
---|---|
static XMLName |
NIL_ATT
When true, specifies that an element has missing content.
|
static XMLName |
NO_NAMESPACE_SCHEMA_LOCATION_ATT
Associates a schema document that has no target namespace with an instance document.
|
static XMLName |
SCHEMA_LOCATION_ATT
Associates a schema document that has a target namespace with an instance document.
|
static XMLName |
TYPE_ATT
Specifies the type of an element.
|
static XMLNamespace |
XML_SCHEMA_INSTANCE_NAMESPACE |
Constructor and Description |
---|
XMLSchema() |
public static final XMLNamespace XML_SCHEMA_INSTANCE_NAMESPACE
public static final XMLName NIL_ATT
public static final XMLName NO_NAMESPACE_SCHEMA_LOCATION_ATT
public static final XMLName SCHEMA_LOCATION_ATT
public XMLSchema()