public interface Attribute
Modifier and Type | Field and Description |
---|---|
static int |
OPTIONAL
Represent a mask used to determine the life of the attribute in an instance document.
|
static int |
PROHIBITED
Represent a mask used to determine the life of the attribute in an instance document.
|
static int |
REQUIRED
Represent a mask used to determine the life of the attribute in an instance document.
|
Modifier and Type | Method and Description |
---|---|
String |
getDefault()
This is intended to imitate the default value option provided in the declaration of an XML
Schema attribute.
|
String |
getFixed()
This is intended to imitate the fixed value option provided in the declaration of an XML
Schema attribute.
|
String |
getId()
The Schema ID for this attribute definition.
|
String |
getName()
The name of the attribute specified if one was provided in the attribute declaration
|
URI |
getNamespace()
DOCUMENT ME!
|
SimpleType |
getSimpleType()
Provides a reference to the simpleType which defines the data type of this attribute.
|
int |
getUse()
Attributes only have three options for the number or occurences: none, once, optionally once.
|
boolean |
isForm()
Intended to represent the form of an XML attribute.
|
static final int OPTIONAL
static final int PROHIBITED
static final int REQUIRED
String getDefault()
String getFixed()
boolean isForm()
String getId()
String getName()
URI getNamespace()
int getUse()
SimpleType getSimpleType()
Copyright © 1996–2019 Geotools. All rights reserved.