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_XSDThe namespace of the Schema document is "http://www.w3.org/2001/XMLSchema". | 
| static java.lang.String | NODE_NAME_COMPLEXCONTENTThe name of a node in a Schema document that represents a complex type is complexContent. | 
| static java.lang.String | NODE_NAME_COMPLEXTYPEThe name of a node in a Schema document that represents a complex type is complexType. | 
| static java.lang.String | NODE_NAME_ELEMENTIn the Schema document, the name of the node representing the general element is element. | 
| static java.lang.String | NODE_NAME_EXTENSIONIn the Schema document, the name of the extension element is extension. | 
| static java.lang.String | NODE_NAME_SCHEMAThe root directory name of the Schema document, which is "schema". | 
| static java.lang.String | NODE_NAME_SEQUENCEIn the Schema document, the name of the node representing the sequence is sequence. | 
| static java.lang.String | NODE_NAME_TARGETNAMESPACEIn the Schema document, the name of the target namespace attribute representing the root directory is targetNamespace. | 
| static java.lang.String | NODE_NAME_TYPEIn 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".