public class SchemaConstants
extends java.lang.Object
Constant in a Schema document.
Parse the Schema constant used by xml document that the WPS response.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAMESPACE_URL_XSD
The namespace of the Schema document is "http://www.w3.org/2001/XMLSchema".
|
static java.lang.String |
NODE_NAME_COMPLEXCONTENT
The name of a node in a Schema document that represents a complex type is complexContent.
|
static java.lang.String |
NODE_NAME_COMPLEXTYPE
The name of a node in a Schema document that represents a complex type is complexType.
|
static java.lang.String |
NODE_NAME_ELEMENT
In the Schema document, the name of the node representing the general element is element.
|
static java.lang.String |
NODE_NAME_EXTENSION
In the Schema document, the name of the extension element is extension.
|
static java.lang.String |
NODE_NAME_SCHEMA
The root directory name of the Schema document, which is "schema".
|
static java.lang.String |
NODE_NAME_SEQUENCE
In the Schema document, the name of the node representing the sequence is sequence.
|
static java.lang.String |
NODE_NAME_TARGETNAMESPACE
In the Schema document, the name of the target namespace attribute representing the root directory is targetNamespace.
|
static java.lang.String |
NODE_NAME_TYPE
In the Schema document, the name of the attribute representing the element node type is type.
|
Constructor and Description |
---|
SchemaConstants() |
public static java.lang.String NODE_NAME_COMPLEXCONTENT
The name of a node in a Schema document that represents a complex type is complexContent.
public static java.lang.String NODE_NAME_SCHEMA
The root directory name of the Schema document, which is "schema".
public static java.lang.String NODE_NAME_TARGETNAMESPACE
In the Schema document, the name of the target namespace attribute representing the root directory is targetNamespace.
public static java.lang.String NODE_NAME_ELEMENT
In the Schema document, the name of the node representing the general element is element.
public static java.lang.String NODE_NAME_COMPLEXTYPE
The name of a node in a Schema document that represents a complex type is complexType.
public static java.lang.String NODE_NAME_EXTENSION
In the Schema document, the name of the extension element is extension.
public static java.lang.String NODE_NAME_SEQUENCE
In the Schema document, the name of the node representing the sequence is sequence.
public static java.lang.String NODE_NAME_TYPE
In the Schema document, the name of the attribute representing the element node type is type.
public static java.lang.String NAMESPACE_URL_XSD
The namespace of the Schema document is "http://www.w3.org/2001/XMLSchema".