Class SchemaConstants
- java.lang.Object
-
- com.supermap.services.providers.SchemaConstants
-
public class SchemaConstants extends java.lang.ObjectConstant in a Schema document.
Parse the Schema constant used by xml document that the WPS response.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringNAMESPACE_URL_XSDThe namespace of the Schema document is "http://www.w3.org/2001/XMLSchema".static java.lang.StringNODE_NAME_COMPLEXCONTENTThe name of a node in a Schema document that represents a complex type is complexContent.static java.lang.StringNODE_NAME_COMPLEXTYPEThe name of a node in a Schema document that represents a complex type is complexType.static java.lang.StringNODE_NAME_ELEMENTIn the Schema document, the name of the node representing the general element is element.static java.lang.StringNODE_NAME_EXTENSIONIn the Schema document, the name of the extension element is extension.static java.lang.StringNODE_NAME_SCHEMAThe root directory name of the Schema document, which is "schema".static java.lang.StringNODE_NAME_SEQUENCEIn the Schema document, the name of the node representing the sequence is sequence.static java.lang.StringNODE_NAME_TARGETNAMESPACEIn the Schema document, the name of the target namespace attribute representing the root directory is targetNamespace.static java.lang.StringNODE_NAME_TYPEIn the Schema document, the name of the attribute representing the element node type is type.
-
Constructor Summary
Constructors Constructor and Description SchemaConstants()
-
-
-
Field Detail
-
NODE_NAME_COMPLEXCONTENT
public static java.lang.String NODE_NAME_COMPLEXCONTENT
The name of a node in a Schema document that represents a complex type is complexContent.
-
NODE_NAME_SCHEMA
public static java.lang.String NODE_NAME_SCHEMA
The root directory name of the Schema document, which is "schema".
-
NODE_NAME_TARGETNAMESPACE
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.
-
NODE_NAME_ELEMENT
public static java.lang.String NODE_NAME_ELEMENT
In the Schema document, the name of the node representing the general element is element.
-
NODE_NAME_COMPLEXTYPE
public static java.lang.String NODE_NAME_COMPLEXTYPE
The name of a node in a Schema document that represents a complex type is complexType.
-
NODE_NAME_EXTENSION
public static java.lang.String NODE_NAME_EXTENSION
In the Schema document, the name of the extension element is extension.
-
NODE_NAME_SEQUENCE
public static java.lang.String NODE_NAME_SEQUENCE
In the Schema document, the name of the node representing the sequence is sequence.
-
NODE_NAME_TYPE
public static java.lang.String NODE_NAME_TYPE
In the Schema document, the name of the attribute representing the element node type is type.
-
NAMESPACE_URL_XSD
public static java.lang.String NAMESPACE_URL_XSD
The namespace of the Schema document is "http://www.w3.org/2001/XMLSchema".
-
-